From 10669b099ac40a6302c011502ec230f0c29dbdcf Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:58:10 +0100 Subject: [PATCH] Consistently refer to "Blosc Development Team" without "The" --- CMakeLists.txt | 2 +- LICENSE.txt | 2 +- README.rst | 4 ++-- bench/CMakeLists.txt | 2 +- bench/b2bench.c | 2 +- bench/b2nd/CMakeLists.txt | 2 +- bench/b2nd/bench_get_slice.c | 2 +- bench/b2nd/bench_zfp_getitem.c | 2 +- bench/create_frame.c | 2 +- bench/delta_schunk.c | 2 +- bench/plot-speeds.py | 2 +- bench/read-grid-150x150.py | 2 +- bench/sframe_bench.c | 2 +- bench/sum_openmp.c | 2 +- bench/trunc_prec_schunk.c | 2 +- bench/zero_runlen.c | 2 +- blosc/CMakeLists.txt | 2 +- blosc/b2nd-private.h | 2 +- blosc/b2nd.c | 2 +- blosc/b2nd_utils.c | 2 +- blosc/bitshuffle-altivec.c | 2 +- blosc/bitshuffle-altivec.h | 2 +- blosc/bitshuffle-avx2.c | 2 +- blosc/bitshuffle-avx2.h | 2 +- blosc/bitshuffle-avx512.c | 2 +- blosc/bitshuffle-avx512.h | 2 +- blosc/bitshuffle-generic.c | 2 +- blosc/bitshuffle-generic.h | 2 +- blosc/bitshuffle-neon.c | 2 +- blosc/bitshuffle-neon.h | 2 +- blosc/bitshuffle-sse2.c | 2 +- blosc/bitshuffle-sse2.h | 2 +- blosc/blosc-private.h | 2 +- blosc/blosc2-stdio.c | 2 +- blosc/blosc2.c | 2 +- blosc/blosclz.c | 2 +- blosc/blosclz.h | 2 +- blosc/context.h | 2 +- blosc/delta.c | 2 +- blosc/delta.h | 2 +- blosc/directories.c | 2 +- blosc/fastcopy.c | 2 +- blosc/fastcopy.h | 2 +- blosc/frame.c | 2 +- blosc/frame.h | 2 +- blosc/schunk-private.h | 2 +- blosc/schunk.c | 2 +- blosc/sframe.c | 2 +- blosc/sframe.h | 2 +- blosc/shuffle-altivec.c | 2 +- blosc/shuffle-altivec.h | 2 +- blosc/shuffle-avx2.c | 2 +- blosc/shuffle-avx2.h | 2 +- blosc/shuffle-generic.c | 2 +- blosc/shuffle-generic.h | 2 +- blosc/shuffle-neon.h | 2 +- blosc/shuffle-sse2.c | 2 +- blosc/shuffle-sse2.h | 2 +- blosc/shuffle.c | 2 +- blosc/shuffle.h | 2 +- blosc/stune.c | 2 +- blosc/stune.h | 2 +- blosc/timestamp.c | 2 +- blosc/transpose-altivec.h | 2 +- blosc/trunc-prec.c | 2 +- blosc/trunc-prec.h | 2 +- doc/conf.py | 4 ++-- examples/b2nd/CMakeLists.txt | 2 +- examples/b2nd/example_empty_shape.c | 2 +- examples/b2nd/example_frame_generator.c | 2 +- examples/b2nd/example_oindex.c | 2 +- examples/b2nd/example_plainbuffer.c | 2 +- examples/b2nd/example_plugins_codecs.c | 2 +- examples/b2nd/example_plugins_filters.c | 2 +- examples/b2nd/example_print_meta.c | 2 +- examples/b2nd/example_serialize.c | 2 +- examples/compress_file.c | 2 +- examples/contexts.c | 2 +- examples/decompress_file.c | 2 +- examples/delta_schunk_ex.c | 2 +- examples/find_roots.c | 2 +- examples/frame_backed_schunk.c | 2 +- examples/frame_big.c | 2 +- examples/frame_metalayers.c | 2 +- examples/frame_offset.c | 2 +- examples/frame_roundtrip.c | 2 +- examples/frame_simple.c | 2 +- examples/frame_vlmetalayers.c | 2 +- examples/get_blocksize.c | 2 +- examples/get_set_slice.c | 2 +- examples/instrument_codec.c | 2 +- examples/many_compressors.c | 2 +- examples/multithread.c | 2 +- examples/noinit.c | 2 +- examples/schunk_postfilter.c | 2 +- examples/schunk_simple.c | 2 +- examples/sframe_simple.c | 2 +- examples/simple.c | 2 +- examples/urcodecs.c | 2 +- examples/urfilters.c | 2 +- examples/win-dynamic-linking.c | 2 +- examples/zstd_dict.c | 2 +- include/b2nd.h | 2 +- include/blosc2.h | 4 ++-- include/blosc2/blosc2-common.h | 2 +- include/blosc2/blosc2-export.h | 2 +- include/blosc2/blosc2-stdio.h | 2 +- include/blosc2/codecs-registry.h | 2 +- include/blosc2/filters-registry.h | 2 +- plugins/CMakeLists.txt | 2 +- plugins/codecs/codecs-registry.c | 2 +- plugins/codecs/ndlz/CMakeLists.txt | 2 +- plugins/codecs/ndlz/ndlz-private.h | 2 +- plugins/codecs/ndlz/ndlz.c | 2 +- plugins/codecs/ndlz/ndlz.h | 2 +- plugins/codecs/ndlz/ndlz4x4.c | 2 +- plugins/codecs/ndlz/ndlz4x4.h | 2 +- plugins/codecs/ndlz/ndlz8x8.c | 2 +- plugins/codecs/ndlz/ndlz8x8.h | 2 +- plugins/codecs/ndlz/test_ndlz.c | 2 +- plugins/codecs/zfp/blosc2-zfp.c | 2 +- plugins/codecs/zfp/blosc2-zfp.h | 2 +- plugins/codecs/zfp/test_zfp_acc_float.c | 2 +- plugins/codecs/zfp/test_zfp_prec_float.c | 2 +- plugins/codecs/zfp/test_zfp_rate_float.c | 2 +- plugins/codecs/zfp/test_zfp_rate_getitem.c | 2 +- plugins/codecs/zfp/zfp-private.h | 2 +- plugins/filters/CMakeLists.txt | 2 +- plugins/filters/bytedelta/CMakeLists.txt | 2 +- plugins/filters/bytedelta/bytedelta.c | 2 +- plugins/filters/bytedelta/bytedelta.h | 2 +- plugins/filters/bytedelta/test_bytedelta.c | 2 +- plugins/filters/filters-registry.c | 2 +- plugins/filters/int_trunc/CMakeLists.txt | 2 +- plugins/filters/int_trunc/int_trunc.c | 2 +- plugins/filters/int_trunc/int_trunc.h | 2 +- plugins/filters/int_trunc/test_int_trunc.c | 2 +- plugins/filters/ndcell/ndcell.c | 2 +- plugins/filters/ndcell/ndcell.h | 2 +- plugins/filters/ndcell/test_ndcell.c | 2 +- plugins/filters/ndmean/ndmean.c | 2 +- plugins/filters/ndmean/ndmean.h | 2 +- plugins/filters/ndmean/test_ndmean_mean.c | 2 +- plugins/filters/ndmean/test_ndmean_repart.c | 2 +- plugins/plugin_utils.c | 2 +- plugins/plugin_utils.h | 2 +- tests/CMakeLists.txt | 2 +- tests/b2nd/CMakeLists.txt | 2 +- tests/b2nd/cutest.h | 2 +- tests/b2nd/test_b2nd_append.c | 2 +- tests/b2nd/test_b2nd_copy.c | 2 +- tests/b2nd/test_b2nd_copy_buffer.c | 2 +- tests/b2nd/test_b2nd_delete.c | 2 +- tests/b2nd/test_b2nd_full.c | 2 +- tests/b2nd/test_b2nd_get_slice.c | 2 +- tests/b2nd/test_b2nd_get_slice_buffer.c | 2 +- tests/b2nd/test_b2nd_insert.c | 2 +- tests/b2nd/test_b2nd_metalayers.c | 2 +- tests/b2nd/test_b2nd_open_offset.c | 2 +- tests/b2nd/test_b2nd_persistency.c | 2 +- tests/b2nd/test_b2nd_resize.c | 2 +- tests/b2nd/test_b2nd_roundtrip.c | 2 +- tests/b2nd/test_b2nd_save.c | 2 +- tests/b2nd/test_b2nd_serialize.c | 2 +- tests/b2nd/test_b2nd_set_slice_buffer.c | 2 +- tests/b2nd/test_b2nd_squeeze.c | 2 +- tests/b2nd/test_b2nd_squeeze_index.c | 2 +- tests/b2nd/test_b2nd_uninit.c | 2 +- tests/b2nd/test_b2nd_zeros.c | 2 +- tests/b2nd/test_common.h | 2 +- tests/cutest.h | 2 +- tests/fuzz/generate_inputs_corpus.c | 2 +- tests/gcc-segfault-issue.c | 2 +- tests/print_versions.c | 2 +- tests/test_all.sh | 2 +- tests/test_api.c | 2 +- tests/test_bitshuffle_leftovers.c | 2 +- tests/test_blosc1_compat.c | 2 +- tests/test_change_nthreads_append.c | 2 +- tests/test_common.h | 2 +- tests/test_compress_roundtrip.c | 2 +- tests/test_compressor.c | 2 +- tests/test_contexts.c | 2 +- tests/test_copy.c | 2 +- tests/test_delete_chunk.c | 2 +- tests/test_delta.c | 2 +- tests/test_delta_schunk.c | 2 +- tests/test_dict_schunk.c | 2 +- tests/test_empty_buffer.c | 2 +- tests/test_fill_special.c | 2 +- tests/test_frame.c | 2 +- tests/test_frame_get_offsets.c | 2 +- tests/test_frame_offset.c | 2 +- tests/test_get_slice_buffer.c | 2 +- tests/test_get_slice_nchunks.c | 2 +- tests/test_getitem.c | 2 +- tests/test_getitem_delta.c | 2 +- tests/test_insert_chunk.c | 2 +- tests/test_lazychunk.c | 2 +- tests/test_lazychunk_memcpyed.c | 2 +- tests/test_maskout.c | 2 +- tests/test_maxout.c | 2 +- tests/test_noinit.c | 2 +- tests/test_nolock.c | 2 +- tests/test_nthreads.c | 2 +- tests/test_postfilter.c | 2 +- tests/test_prefilter.c | 2 +- tests/test_reorder_offsets.c | 2 +- tests/test_schunk.c | 2 +- tests/test_schunk_frame.c | 2 +- tests/test_schunk_header.c | 2 +- tests/test_set_slice_buffer.c | 2 +- tests/test_sframe.c | 2 +- tests/test_sframe_lazychunk.c | 2 +- tests/test_shuffle_roundtrip_altivec.c | 2 +- tests/test_shuffle_roundtrip_avx2.c | 2 +- tests/test_shuffle_roundtrip_generic.c | 2 +- tests/test_shuffle_roundtrip_sse2.c | 2 +- tests/test_small_chunks.c | 2 +- tests/test_udio.c | 2 +- tests/test_update_chunk.c | 2 +- tests/test_urcodecs.c | 2 +- tests/test_urfilters.c | 2 +- tests/test_zero_runlen.c | 2 +- 224 files changed, 227 insertions(+), 227 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 508b354e0..9f1c01133 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/LICENSE.txt b/LICENSE.txt index 41cfb6036..e70b69f36 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -3,7 +3,7 @@ BSD License For Blosc - A blocking, shuffling and lossless compression library Copyright (c) 2009-2018 Francesc Alted -Copyright (c) 2019-present The Blosc Development Team +Copyright (c) 2019-present Blosc Development Team Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.rst b/README.rst index bd1bdffa1..4aea26e5f 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ A fast, compressed and persistent data store library for C ========================================================== -:Author: The Blosc Development Team +:Author: Blosc Development Team :Contact: blosc@blosc.org :URL: https://www.blosc.org :Gitter: |gitter| @@ -250,4 +250,4 @@ See `THANKS document `_. ---- --- The Blosc Development Team. **We make compression better.** +-- Blosc Development Team. **We make compression better.** diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt index 6917704ea..7afdfa2da 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/bench/b2bench.c b/bench/b2bench.c index 43dc402eb..0da14e5a8 100644 --- a/bench/b2bench.c +++ b/bench/b2bench.c @@ -1,5 +1,5 @@ /********************************************************************* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/b2nd/CMakeLists.txt b/bench/b2nd/CMakeLists.txt index 89a4f6f61..4acd4c128 100644 --- a/bench/b2nd/CMakeLists.txt +++ b/bench/b2nd/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/bench/b2nd/bench_get_slice.c b/bench/b2nd/bench_get_slice.c index 1b50bd488..ba917099b 100644 --- a/bench/b2nd/bench_get_slice.c +++ b/bench/b2nd/bench_get_slice.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/b2nd/bench_zfp_getitem.c b/bench/b2nd/bench_zfp_getitem.c index 079f14fd8..8866dd4a8 100644 --- a/bench/b2nd/bench_zfp_getitem.c +++ b/bench/b2nd/bench_zfp_getitem.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/create_frame.c b/bench/create_frame.c index 424295af7..1c986714a 100644 --- a/bench/create_frame.c +++ b/bench/create_frame.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/delta_schunk.c b/bench/delta_schunk.c index bb6d9c650..d95b9d4a6 100644 --- a/bench/delta_schunk.c +++ b/bench/delta_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/plot-speeds.py b/bench/plot-speeds.py index 5c5faef82..9c0424f03 100644 --- a/bench/plot-speeds.py +++ b/bench/plot-speeds.py @@ -1,5 +1,5 @@ """ -Copyright (c) 2021 The Blosc Development Team +Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/read-grid-150x150.py b/bench/read-grid-150x150.py index 33ab9fe42..5f57f3116 100644 --- a/bench/read-grid-150x150.py +++ b/bench/read-grid-150x150.py @@ -1,5 +1,5 @@ """ -Copyright (c) 2021 The Blosc Development Team +Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/sframe_bench.c b/bench/sframe_bench.c index 2c76275a9..4992b17b9 100644 --- a/bench/sframe_bench.c +++ b/bench/sframe_bench.c @@ -1,5 +1,5 @@ /********************************************************************* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/sum_openmp.c b/bench/sum_openmp.c index 2f43c500d..127a90353 100644 --- a/bench/sum_openmp.c +++ b/bench/sum_openmp.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/trunc_prec_schunk.c b/bench/trunc_prec_schunk.c index 53681a471..d805d8c57 100644 --- a/bench/trunc_prec_schunk.c +++ b/bench/trunc_prec_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/bench/zero_runlen.c b/bench/zero_runlen.c index 8cd1f1b63..66cbd9238 100644 --- a/bench/zero_runlen.c +++ b/bench/zero_runlen.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/CMakeLists.txt b/blosc/CMakeLists.txt index 469b0e09a..58f1ff4fb 100644 --- a/blosc/CMakeLists.txt +++ b/blosc/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/blosc/b2nd-private.h b/blosc/b2nd-private.h index be69acfcc..934b4b692 100644 --- a/blosc/b2nd-private.h +++ b/blosc/b2nd-private.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/b2nd.c b/blosc/b2nd.c index 7b0c895fa..09806c9e2 100644 --- a/blosc/b2nd.c +++ b/blosc/b2nd.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/b2nd_utils.c b/blosc/b2nd_utils.c index d945ad74a..285e9f0d9 100644 --- a/blosc/b2nd_utils.c +++ b/blosc/b2nd_utils.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-altivec.c b/blosc/bitshuffle-altivec.c index 0dd33b8b7..b73a24ce6 100644 --- a/blosc/bitshuffle-altivec.c +++ b/blosc/bitshuffle-altivec.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-altivec.h b/blosc/bitshuffle-altivec.h index 320818a37..78fdf0bb1 100644 --- a/blosc/bitshuffle-altivec.h +++ b/blosc/bitshuffle-altivec.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-avx2.c b/blosc/bitshuffle-avx2.c index b0f5ac3cc..f0f3eaabf 100644 --- a/blosc/bitshuffle-avx2.c +++ b/blosc/bitshuffle-avx2.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-avx2.h b/blosc/bitshuffle-avx2.h index ffbb4c8af..0b02227ad 100644 --- a/blosc/bitshuffle-avx2.h +++ b/blosc/bitshuffle-avx2.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-avx512.c b/blosc/bitshuffle-avx512.c index 15fd1ea82..ed3717b34 100644 --- a/blosc/bitshuffle-avx512.c +++ b/blosc/bitshuffle-avx512.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-avx512.h b/blosc/bitshuffle-avx512.h index 28c7a81c8..bb805e605 100644 --- a/blosc/bitshuffle-avx512.h +++ b/blosc/bitshuffle-avx512.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-generic.c b/blosc/bitshuffle-generic.c index b8bf001ed..e5b47823c 100644 --- a/blosc/bitshuffle-generic.c +++ b/blosc/bitshuffle-generic.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-generic.h b/blosc/bitshuffle-generic.h index e68d5d1b1..2b1ce8900 100644 --- a/blosc/bitshuffle-generic.h +++ b/blosc/bitshuffle-generic.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-neon.c b/blosc/bitshuffle-neon.c index acc4a1df6..357810b6d 100644 --- a/blosc/bitshuffle-neon.c +++ b/blosc/bitshuffle-neon.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-neon.h b/blosc/bitshuffle-neon.h index 1370f84ad..11d4a91db 100644 --- a/blosc/bitshuffle-neon.h +++ b/blosc/bitshuffle-neon.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-sse2.c b/blosc/bitshuffle-sse2.c index e4784c1ce..c6fe5eee7 100644 --- a/blosc/bitshuffle-sse2.c +++ b/blosc/bitshuffle-sse2.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/bitshuffle-sse2.h b/blosc/bitshuffle-sse2.h index f6a822eb7..a008f4195 100644 --- a/blosc/bitshuffle-sse2.h +++ b/blosc/bitshuffle-sse2.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/blosc-private.h b/blosc/blosc-private.h index b6c274ac1..fa198c2d2 100644 --- a/blosc/blosc-private.h +++ b/blosc/blosc-private.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/blosc2-stdio.c b/blosc/blosc2-stdio.c index 912c02d37..f158594ee 100644 --- a/blosc/blosc2-stdio.c +++ b/blosc/blosc2-stdio.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/blosc2.c b/blosc/blosc2.c index d88c7d124..6b337023f 100644 --- a/blosc/blosc2.c +++ b/blosc/blosc2.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/blosclz.c b/blosc/blosclz.c index f0c6e38c6..5738ad817 100644 --- a/blosc/blosclz.c +++ b/blosc/blosclz.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/blosclz.h b/blosc/blosclz.h index dfe49bf96..80041c7d4 100644 --- a/blosc/blosclz.h +++ b/blosc/blosclz.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/context.h b/blosc/context.h index 4941df998..388ad7635 100644 --- a/blosc/context.h +++ b/blosc/context.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/delta.c b/blosc/delta.c index adddfbffe..02f6d98b5 100644 --- a/blosc/delta.c +++ b/blosc/delta.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/delta.h b/blosc/delta.h index 2e9ce9a83..c9dad9745 100644 --- a/blosc/delta.h +++ b/blosc/delta.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/directories.c b/blosc/directories.c index 13a3ac0ff..b55b7ed92 100644 --- a/blosc/directories.c +++ b/blosc/directories.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/fastcopy.c b/blosc/fastcopy.c index 81e866c37..b473062de 100644 --- a/blosc/fastcopy.c +++ b/blosc/fastcopy.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/fastcopy.h b/blosc/fastcopy.h index ae2c27ac0..c0bb56951 100644 --- a/blosc/fastcopy.h +++ b/blosc/fastcopy.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/frame.c b/blosc/frame.c index eada94fd6..35da41ca2 100644 --- a/blosc/frame.c +++ b/blosc/frame.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/frame.h b/blosc/frame.h index a81e1b3c2..9b3a80ae7 100644 --- a/blosc/frame.h +++ b/blosc/frame.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/schunk-private.h b/blosc/schunk-private.h index 51a5ae742..8bcfef2da 100644 --- a/blosc/schunk-private.h +++ b/blosc/schunk-private.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/schunk.c b/blosc/schunk.c index b8b6051e2..982d3fba0 100644 --- a/blosc/schunk.c +++ b/blosc/schunk.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/sframe.c b/blosc/sframe.c index efac04e0e..f2cba1af1 100644 --- a/blosc/sframe.c +++ b/blosc/sframe.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/sframe.h b/blosc/sframe.h index b62979ff9..406cde8b6 100644 --- a/blosc/sframe.h +++ b/blosc/sframe.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-altivec.c b/blosc/shuffle-altivec.c index d0077c50e..5e7a82aa5 100644 --- a/blosc/shuffle-altivec.c +++ b/blosc/shuffle-altivec.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team and Jerome Kieffer + Copyright (c) 2021 Blosc Development Team and Jerome Kieffer https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-altivec.h b/blosc/shuffle-altivec.h index 1fd98a0fe..4f716bc16 100644 --- a/blosc/shuffle-altivec.h +++ b/blosc/shuffle-altivec.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-avx2.c b/blosc/shuffle-avx2.c index efb10bf2b..080b7554e 100644 --- a/blosc/shuffle-avx2.c +++ b/blosc/shuffle-avx2.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-avx2.h b/blosc/shuffle-avx2.h index 1159ad53f..4520ee28c 100644 --- a/blosc/shuffle-avx2.h +++ b/blosc/shuffle-avx2.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-generic.c b/blosc/shuffle-generic.c index 1c50a6a52..8456e5e0b 100644 --- a/blosc/shuffle-generic.c +++ b/blosc/shuffle-generic.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-generic.h b/blosc/shuffle-generic.h index 5c2e01264..391545add 100644 --- a/blosc/shuffle-generic.h +++ b/blosc/shuffle-generic.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-neon.h b/blosc/shuffle-neon.h index b7cb6a25a..6f42e83a1 100644 --- a/blosc/shuffle-neon.h +++ b/blosc/shuffle-neon.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-sse2.c b/blosc/shuffle-sse2.c index deee4a486..4c3388f16 100644 --- a/blosc/shuffle-sse2.c +++ b/blosc/shuffle-sse2.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle-sse2.h b/blosc/shuffle-sse2.h index 9962b3fe6..7e63a1da9 100644 --- a/blosc/shuffle-sse2.h +++ b/blosc/shuffle-sse2.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle.c b/blosc/shuffle.c index c2c2ed601..8468f98eb 100644 --- a/blosc/shuffle.c +++ b/blosc/shuffle.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/shuffle.h b/blosc/shuffle.h index 3421e524b..c1d0e49e2 100644 --- a/blosc/shuffle.h +++ b/blosc/shuffle.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/stune.c b/blosc/stune.c index aa24cd661..ede6fad26 100644 --- a/blosc/stune.c +++ b/blosc/stune.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/stune.h b/blosc/stune.h index c4ac14857..6358e638a 100644 --- a/blosc/stune.h +++ b/blosc/stune.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/timestamp.c b/blosc/timestamp.c index e14d07ee2..533a01ed3 100644 --- a/blosc/timestamp.c +++ b/blosc/timestamp.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/transpose-altivec.h b/blosc/transpose-altivec.h index 6a8b086a8..df5751229 100644 --- a/blosc/transpose-altivec.h +++ b/blosc/transpose-altivec.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team and Jerome Kieffer + Copyright (c) 2021 Blosc Development Team and Jerome Kieffer https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/trunc-prec.c b/blosc/trunc-prec.c index 670316de8..4a1bca1a0 100644 --- a/blosc/trunc-prec.c +++ b/blosc/trunc-prec.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/blosc/trunc-prec.h b/blosc/trunc-prec.h index 4007463fd..0aac53250 100644 --- a/blosc/trunc-prec.h +++ b/blosc/trunc-prec.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/doc/conf.py b/doc/conf.py index 3698a843b..1982c811b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,8 +12,8 @@ project = 'C-Blosc2' -copyright = '2019-present, The Blosc Development Team' -author = 'The Blosc Development Team' +copyright = '2019-present, Blosc Development Team' +author = 'Blosc Development Team' extensions = [ 'breathe', 'sphinx.ext.intersphinx', diff --git a/examples/b2nd/CMakeLists.txt b/examples/b2nd/CMakeLists.txt index 4c02aa50b..2dcd3f8d5 100644 --- a/examples/b2nd/CMakeLists.txt +++ b/examples/b2nd/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/examples/b2nd/example_empty_shape.c b/examples/b2nd/example_empty_shape.c index 9e548073f..7cc062cc2 100644 --- a/examples/b2nd/example_empty_shape.c +++ b/examples/b2nd/example_empty_shape.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_frame_generator.c b/examples/b2nd/example_frame_generator.c index c7330058c..b4dec47f8 100644 --- a/examples/b2nd/example_frame_generator.c +++ b/examples/b2nd/example_frame_generator.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_oindex.c b/examples/b2nd/example_oindex.c index f9fdae8b6..3d46d3382 100644 --- a/examples/b2nd/example_oindex.c +++ b/examples/b2nd/example_oindex.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_plainbuffer.c b/examples/b2nd/example_plainbuffer.c index 4b4be3fe4..2b9e30247 100644 --- a/examples/b2nd/example_plainbuffer.c +++ b/examples/b2nd/example_plainbuffer.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_plugins_codecs.c b/examples/b2nd/example_plugins_codecs.c index 6587c8ed7..9d9743da6 100644 --- a/examples/b2nd/example_plugins_codecs.c +++ b/examples/b2nd/example_plugins_codecs.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_plugins_filters.c b/examples/b2nd/example_plugins_filters.c index 33551d037..afdfbdeab 100644 --- a/examples/b2nd/example_plugins_filters.c +++ b/examples/b2nd/example_plugins_filters.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_print_meta.c b/examples/b2nd/example_print_meta.c index 7e2c76e3e..7723d42f0 100644 --- a/examples/b2nd/example_print_meta.c +++ b/examples/b2nd/example_print_meta.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/b2nd/example_serialize.c b/examples/b2nd/example_serialize.c index 88ad0c1c8..d9f69de7a 100644 --- a/examples/b2nd/example_serialize.c +++ b/examples/b2nd/example_serialize.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/compress_file.c b/examples/compress_file.c index 12502e346..d87a9c1da 100644 --- a/examples/compress_file.c +++ b/examples/compress_file.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/contexts.c b/examples/contexts.c index 06694f45f..9c9f923a0 100644 --- a/examples/contexts.c +++ b/examples/contexts.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/decompress_file.c b/examples/decompress_file.c index fd4439880..73f042641 100644 --- a/examples/decompress_file.c +++ b/examples/decompress_file.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2024 The Blosc Development Team + Copyright (c) 2024 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/delta_schunk_ex.c b/examples/delta_schunk_ex.c index 4bbd55edd..8a459c7f1 100644 --- a/examples/delta_schunk_ex.c +++ b/examples/delta_schunk_ex.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/find_roots.c b/examples/find_roots.c index 14a29621e..a8706138a 100644 --- a/examples/find_roots.c +++ b/examples/find_roots.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_backed_schunk.c b/examples/frame_backed_schunk.c index c7cb3645a..1f426912f 100644 --- a/examples/frame_backed_schunk.c +++ b/examples/frame_backed_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_big.c b/examples/frame_big.c index 731d75558..4b9a4f35b 100644 --- a/examples/frame_big.c +++ b/examples/frame_big.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_metalayers.c b/examples/frame_metalayers.c index 964869bc5..61ac07114 100644 --- a/examples/frame_metalayers.c +++ b/examples/frame_metalayers.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_offset.c b/examples/frame_offset.c index 3bea0ff06..a54354ece 100644 --- a/examples/frame_offset.c +++ b/examples/frame_offset.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_roundtrip.c b/examples/frame_roundtrip.c index 6af6ce982..8bb6a74e2 100644 --- a/examples/frame_roundtrip.c +++ b/examples/frame_roundtrip.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_simple.c b/examples/frame_simple.c index f517bb5ae..41bb61c87 100644 --- a/examples/frame_simple.c +++ b/examples/frame_simple.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/frame_vlmetalayers.c b/examples/frame_vlmetalayers.c index a3698195a..8f57546a1 100644 --- a/examples/frame_vlmetalayers.c +++ b/examples/frame_vlmetalayers.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/get_blocksize.c b/examples/get_blocksize.c index 88c291689..c5bfdf712 100644 --- a/examples/get_blocksize.c +++ b/examples/get_blocksize.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/get_set_slice.c b/examples/get_set_slice.c index 51c929822..55afd47dd 100644 --- a/examples/get_set_slice.c +++ b/examples/get_set_slice.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/instrument_codec.c b/examples/instrument_codec.c index 252aae649..b98a28369 100644 --- a/examples/instrument_codec.c +++ b/examples/instrument_codec.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2022 The Blosc Development Team + Copyright (c) 2022 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/many_compressors.c b/examples/many_compressors.c index 672fe3563..e767fffcf 100644 --- a/examples/many_compressors.c +++ b/examples/many_compressors.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/multithread.c b/examples/multithread.c index fd97c0405..addad44e3 100644 --- a/examples/multithread.c +++ b/examples/multithread.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/noinit.c b/examples/noinit.c index ad73daea0..60af832b4 100644 --- a/examples/noinit.c +++ b/examples/noinit.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/schunk_postfilter.c b/examples/schunk_postfilter.c index 01ea3d09c..348039a18 100644 --- a/examples/schunk_postfilter.c +++ b/examples/schunk_postfilter.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/schunk_simple.c b/examples/schunk_simple.c index ea2ea50f0..37b74a269 100644 --- a/examples/schunk_simple.c +++ b/examples/schunk_simple.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/sframe_simple.c b/examples/sframe_simple.c index 3a9a83803..a9314e7b2 100644 --- a/examples/sframe_simple.c +++ b/examples/sframe_simple.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/simple.c b/examples/simple.c index 55e914645..febf86b50 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/urcodecs.c b/examples/urcodecs.c index 608105dde..9108c2c5c 100644 --- a/examples/urcodecs.c +++ b/examples/urcodecs.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/urfilters.c b/examples/urfilters.c index dd67ec6f4..54d390134 100644 --- a/examples/urfilters.c +++ b/examples/urfilters.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/win-dynamic-linking.c b/examples/win-dynamic-linking.c index 2ecc410aa..053a02fd2 100644 --- a/examples/win-dynamic-linking.c +++ b/examples/win-dynamic-linking.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/examples/zstd_dict.c b/examples/zstd_dict.c index 1296d9889..566c6546b 100644 --- a/examples/zstd_dict.c +++ b/examples/zstd_dict.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/b2nd.h b/include/b2nd.h index 928a72eab..4da306ee7 100644 --- a/include/b2nd.h +++ b/include/b2nd.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/blosc2.h b/include/blosc2.h index 84f3ecd8d..c06f708d6 100644 --- a/include/blosc2.h +++ b/include/blosc2.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) @@ -13,7 +13,7 @@ @brief Blosc2 header file. This file contains Blosc2 public API and the structures needed to use it. - @author The Blosc Development Team + @author Blosc Development Team **********************************************************************/ #ifndef BLOSC_BLOSC2_H diff --git a/include/blosc2/blosc2-common.h b/include/blosc2/blosc2-common.h index c8a4505d5..dd93afff9 100644 --- a/include/blosc2/blosc2-common.h +++ b/include/blosc2/blosc2-common.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/blosc2/blosc2-export.h b/include/blosc2/blosc2-export.h index 99eccbe38..e5daed226 100644 --- a/include/blosc2/blosc2-export.h +++ b/include/blosc2/blosc2-export.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/blosc2/blosc2-stdio.h b/include/blosc2/blosc2-stdio.h index 0556f1573..01139af17 100644 --- a/include/blosc2/blosc2-stdio.h +++ b/include/blosc2/blosc2-stdio.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/blosc2/codecs-registry.h b/include/blosc2/codecs-registry.h index 4c8ea34e8..a2ff8bb77 100644 --- a/include/blosc2/codecs-registry.h +++ b/include/blosc2/codecs-registry.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/include/blosc2/filters-registry.h b/include/blosc2/filters-registry.h index 0eb2a08e1..22061dcf0 100644 --- a/include/blosc2/filters-registry.h +++ b/include/blosc2/filters-registry.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index d0064ceb6..bbf84be26 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/plugins/codecs/codecs-registry.c b/plugins/codecs/codecs-registry.c index 45e16016a..bc546080c 100644 --- a/plugins/codecs/codecs-registry.c +++ b/plugins/codecs/codecs-registry.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/plugins/codecs/ndlz/CMakeLists.txt b/plugins/codecs/ndlz/CMakeLists.txt index 5e06cfbb9..3805bd226 100644 --- a/plugins/codecs/ndlz/CMakeLists.txt +++ b/plugins/codecs/ndlz/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/plugins/codecs/ndlz/ndlz-private.h b/plugins/codecs/ndlz/ndlz-private.h index 694713ced..680bc922d 100644 --- a/plugins/codecs/ndlz/ndlz-private.h +++ b/plugins/codecs/ndlz/ndlz-private.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz.c b/plugins/codecs/ndlz/ndlz.c index 07fb73ae6..06de12963 100644 --- a/plugins/codecs/ndlz/ndlz.c +++ b/plugins/codecs/ndlz/ndlz.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz.h b/plugins/codecs/ndlz/ndlz.h index ac9fdcb2c..37a69071d 100644 --- a/plugins/codecs/ndlz/ndlz.h +++ b/plugins/codecs/ndlz/ndlz.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz4x4.c b/plugins/codecs/ndlz/ndlz4x4.c index 60e0813b7..e9c9146bb 100644 --- a/plugins/codecs/ndlz/ndlz4x4.c +++ b/plugins/codecs/ndlz/ndlz4x4.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz4x4.h b/plugins/codecs/ndlz/ndlz4x4.h index 23a5c0e1d..3fd95b2ea 100644 --- a/plugins/codecs/ndlz/ndlz4x4.h +++ b/plugins/codecs/ndlz/ndlz4x4.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz8x8.c b/plugins/codecs/ndlz/ndlz8x8.c index 59f63ab72..54d4d552f 100644 --- a/plugins/codecs/ndlz/ndlz8x8.c +++ b/plugins/codecs/ndlz/ndlz8x8.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/ndlz8x8.h b/plugins/codecs/ndlz/ndlz8x8.h index 4674a7c81..504c474f3 100644 --- a/plugins/codecs/ndlz/ndlz8x8.h +++ b/plugins/codecs/ndlz/ndlz8x8.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/ndlz/test_ndlz.c b/plugins/codecs/ndlz/test_ndlz.c index fb2e727c5..b98d873df 100644 --- a/plugins/codecs/ndlz/test_ndlz.c +++ b/plugins/codecs/ndlz/test_ndlz.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/blosc2-zfp.c b/plugins/codecs/zfp/blosc2-zfp.c index 41d08d0d8..70ca1f7df 100644 --- a/plugins/codecs/zfp/blosc2-zfp.c +++ b/plugins/codecs/zfp/blosc2-zfp.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/plugins/codecs/zfp/blosc2-zfp.h b/plugins/codecs/zfp/blosc2-zfp.h index 51ba8f633..76261f717 100644 --- a/plugins/codecs/zfp/blosc2-zfp.h +++ b/plugins/codecs/zfp/blosc2-zfp.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/test_zfp_acc_float.c b/plugins/codecs/zfp/test_zfp_acc_float.c index d2f3c5332..85e943c75 100644 --- a/plugins/codecs/zfp/test_zfp_acc_float.c +++ b/plugins/codecs/zfp/test_zfp_acc_float.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/test_zfp_prec_float.c b/plugins/codecs/zfp/test_zfp_prec_float.c index a80f74b3e..179c5cba6 100644 --- a/plugins/codecs/zfp/test_zfp_prec_float.c +++ b/plugins/codecs/zfp/test_zfp_prec_float.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/test_zfp_rate_float.c b/plugins/codecs/zfp/test_zfp_rate_float.c index 0d8c535d9..0612f9e1e 100644 --- a/plugins/codecs/zfp/test_zfp_rate_float.c +++ b/plugins/codecs/zfp/test_zfp_rate_float.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/test_zfp_rate_getitem.c b/plugins/codecs/zfp/test_zfp_rate_getitem.c index 534de8149..85a249707 100644 --- a/plugins/codecs/zfp/test_zfp_rate_getitem.c +++ b/plugins/codecs/zfp/test_zfp_rate_getitem.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/codecs/zfp/zfp-private.h b/plugins/codecs/zfp/zfp-private.h index a5a62328a..401c6bc2f 100644 --- a/plugins/codecs/zfp/zfp-private.h +++ b/plugins/codecs/zfp/zfp-private.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/CMakeLists.txt b/plugins/filters/CMakeLists.txt index dd698b81a..f2dbc4804 100644 --- a/plugins/filters/CMakeLists.txt +++ b/plugins/filters/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/plugins/filters/bytedelta/CMakeLists.txt b/plugins/filters/bytedelta/CMakeLists.txt index 5f2d6a5aa..1ac8b5fa3 100644 --- a/plugins/filters/bytedelta/CMakeLists.txt +++ b/plugins/filters/bytedelta/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/plugins/filters/bytedelta/bytedelta.c b/plugins/filters/bytedelta/bytedelta.c index ba78120ce..42bd48292 100644 --- a/plugins/filters/bytedelta/bytedelta.c +++ b/plugins/filters/bytedelta/bytedelta.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/bytedelta/bytedelta.h b/plugins/filters/bytedelta/bytedelta.h index 48c1f3936..4ee665dc1 100644 --- a/plugins/filters/bytedelta/bytedelta.h +++ b/plugins/filters/bytedelta/bytedelta.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/bytedelta/test_bytedelta.c b/plugins/filters/bytedelta/test_bytedelta.c index fd27ca8bc..c3f0efabb 100644 --- a/plugins/filters/bytedelta/test_bytedelta.c +++ b/plugins/filters/bytedelta/test_bytedelta.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/filters-registry.c b/plugins/filters/filters-registry.c index db4e05d4e..6f20b30c8 100644 --- a/plugins/filters/filters-registry.c +++ b/plugins/filters/filters-registry.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/plugins/filters/int_trunc/CMakeLists.txt b/plugins/filters/int_trunc/CMakeLists.txt index 3ad84f354..0eb797e1a 100644 --- a/plugins/filters/int_trunc/CMakeLists.txt +++ b/plugins/filters/int_trunc/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/plugins/filters/int_trunc/int_trunc.c b/plugins/filters/int_trunc/int_trunc.c index 71dec05b8..3cbf52613 100644 --- a/plugins/filters/int_trunc/int_trunc.c +++ b/plugins/filters/int_trunc/int_trunc.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/int_trunc/int_trunc.h b/plugins/filters/int_trunc/int_trunc.h index c0debe227..b321b82ee 100644 --- a/plugins/filters/int_trunc/int_trunc.h +++ b/plugins/filters/int_trunc/int_trunc.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/int_trunc/test_int_trunc.c b/plugins/filters/int_trunc/test_int_trunc.c index 15e802429..0a90d68aa 100644 --- a/plugins/filters/int_trunc/test_int_trunc.c +++ b/plugins/filters/int_trunc/test_int_trunc.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndcell/ndcell.c b/plugins/filters/ndcell/ndcell.c index 78a3ca2a1..22559d07c 100644 --- a/plugins/filters/ndcell/ndcell.c +++ b/plugins/filters/ndcell/ndcell.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndcell/ndcell.h b/plugins/filters/ndcell/ndcell.h index 8ffc49ccc..79992a3f4 100644 --- a/plugins/filters/ndcell/ndcell.h +++ b/plugins/filters/ndcell/ndcell.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndcell/test_ndcell.c b/plugins/filters/ndcell/test_ndcell.c index 25e91d393..d645f672b 100644 --- a/plugins/filters/ndcell/test_ndcell.c +++ b/plugins/filters/ndcell/test_ndcell.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndmean/ndmean.c b/plugins/filters/ndmean/ndmean.c index 39b50262f..026856c4d 100644 --- a/plugins/filters/ndmean/ndmean.c +++ b/plugins/filters/ndmean/ndmean.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/plugins/filters/ndmean/ndmean.h b/plugins/filters/ndmean/ndmean.h index e156cb470..d05fbc5df 100644 --- a/plugins/filters/ndmean/ndmean.h +++ b/plugins/filters/ndmean/ndmean.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndmean/test_ndmean_mean.c b/plugins/filters/ndmean/test_ndmean_mean.c index c2a61555c..2014c387e 100644 --- a/plugins/filters/ndmean/test_ndmean_mean.c +++ b/plugins/filters/ndmean/test_ndmean_mean.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/filters/ndmean/test_ndmean_repart.c b/plugins/filters/ndmean/test_ndmean_repart.c index c913deb65..3164ba6f0 100644 --- a/plugins/filters/ndmean/test_ndmean_repart.c +++ b/plugins/filters/ndmean/test_ndmean_repart.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/plugins/plugin_utils.c b/plugins/plugin_utils.c index 54974cb34..137ed924a 100644 --- a/plugins/plugin_utils.c +++ b/plugins/plugin_utils.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/plugins/plugin_utils.h b/plugins/plugin_utils.h index 86a0c9d1c..71c8634c2 100644 --- a/plugins/plugin_utils.h +++ b/plugins/plugin_utils.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 93b3f0604..0958b6d04 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/tests/b2nd/CMakeLists.txt b/tests/b2nd/CMakeLists.txt index 5fc91c0a1..608147307 100644 --- a/tests/b2nd/CMakeLists.txt +++ b/tests/b2nd/CMakeLists.txt @@ -1,6 +1,6 @@ # Blosc - Blocked Shuffling and Compression Library # -# Copyright (c) 2021 The Blosc Development Team +# Copyright (c) 2021 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/tests/b2nd/cutest.h b/tests/b2nd/cutest.h index cdc707448..da6cd0aa6 100644 --- a/tests/b2nd/cutest.h +++ b/tests/b2nd/cutest.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_append.c b/tests/b2nd/test_b2nd_append.c index 2a9bfd9df..e26827574 100644 --- a/tests/b2nd/test_b2nd_append.c +++ b/tests/b2nd/test_b2nd_append.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_copy.c b/tests/b2nd/test_b2nd_copy.c index b216690b2..866caf275 100644 --- a/tests/b2nd/test_b2nd_copy.c +++ b/tests/b2nd/test_b2nd_copy.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_copy_buffer.c b/tests/b2nd/test_b2nd_copy_buffer.c index c0e9af8f2..a1a59cc7d 100644 --- a/tests/b2nd/test_b2nd_copy_buffer.c +++ b/tests/b2nd/test_b2nd_copy_buffer.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2023 The Blosc Development Team + Copyright (c) 2023 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_delete.c b/tests/b2nd/test_b2nd_delete.c index de9518592..624d388b9 100644 --- a/tests/b2nd/test_b2nd_delete.c +++ b/tests/b2nd/test_b2nd_delete.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_full.c b/tests/b2nd/test_b2nd_full.c index 9789fd664..0fed35ca8 100644 --- a/tests/b2nd/test_b2nd_full.c +++ b/tests/b2nd/test_b2nd_full.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_get_slice.c b/tests/b2nd/test_b2nd_get_slice.c index 7991579ce..8e5f6c8f9 100644 --- a/tests/b2nd/test_b2nd_get_slice.c +++ b/tests/b2nd/test_b2nd_get_slice.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_get_slice_buffer.c b/tests/b2nd/test_b2nd_get_slice_buffer.c index 8e4a4c7ca..f97552d98 100644 --- a/tests/b2nd/test_b2nd_get_slice_buffer.c +++ b/tests/b2nd/test_b2nd_get_slice_buffer.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_insert.c b/tests/b2nd/test_b2nd_insert.c index 89b5299f3..741a55cad 100644 --- a/tests/b2nd/test_b2nd_insert.c +++ b/tests/b2nd/test_b2nd_insert.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_metalayers.c b/tests/b2nd/test_b2nd_metalayers.c index 3bed63a8b..21be40e23 100644 --- a/tests/b2nd/test_b2nd_metalayers.c +++ b/tests/b2nd/test_b2nd_metalayers.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_open_offset.c b/tests/b2nd/test_b2nd_open_offset.c index 2b25a35a6..22ea9abe3 100644 --- a/tests/b2nd/test_b2nd_open_offset.c +++ b/tests/b2nd/test_b2nd_open_offset.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/b2nd/test_b2nd_persistency.c b/tests/b2nd/test_b2nd_persistency.c index 3c268b93e..f7f4fc292 100644 --- a/tests/b2nd/test_b2nd_persistency.c +++ b/tests/b2nd/test_b2nd_persistency.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_resize.c b/tests/b2nd/test_b2nd_resize.c index 71a9c196d..7aa9bb9dc 100644 --- a/tests/b2nd/test_b2nd_resize.c +++ b/tests/b2nd/test_b2nd_resize.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_roundtrip.c b/tests/b2nd/test_b2nd_roundtrip.c index bea57218f..88685e3bf 100644 --- a/tests/b2nd/test_b2nd_roundtrip.c +++ b/tests/b2nd/test_b2nd_roundtrip.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_save.c b/tests/b2nd/test_b2nd_save.c index 95b3dd71d..46eebf823 100644 --- a/tests/b2nd/test_b2nd_save.c +++ b/tests/b2nd/test_b2nd_save.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_serialize.c b/tests/b2nd/test_b2nd_serialize.c index d3dc5f8f1..3f15d8c14 100644 --- a/tests/b2nd/test_b2nd_serialize.c +++ b/tests/b2nd/test_b2nd_serialize.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_set_slice_buffer.c b/tests/b2nd/test_b2nd_set_slice_buffer.c index 5496dc069..f7c3a2fde 100644 --- a/tests/b2nd/test_b2nd_set_slice_buffer.c +++ b/tests/b2nd/test_b2nd_set_slice_buffer.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_squeeze.c b/tests/b2nd/test_b2nd_squeeze.c index 3de13838a..6b4242083 100644 --- a/tests/b2nd/test_b2nd_squeeze.c +++ b/tests/b2nd/test_b2nd_squeeze.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_squeeze_index.c b/tests/b2nd/test_b2nd_squeeze_index.c index e7f95747e..f5cc7921b 100644 --- a/tests/b2nd/test_b2nd_squeeze_index.c +++ b/tests/b2nd/test_b2nd_squeeze_index.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_uninit.c b/tests/b2nd/test_b2nd_uninit.c index d70c46154..f86e38121 100644 --- a/tests/b2nd/test_b2nd_uninit.c +++ b/tests/b2nd/test_b2nd_uninit.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_b2nd_zeros.c b/tests/b2nd/test_b2nd_zeros.c index c2ff31ca6..6f44418c9 100644 --- a/tests/b2nd/test_b2nd_zeros.c +++ b/tests/b2nd/test_b2nd_zeros.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/b2nd/test_common.h b/tests/b2nd/test_common.h index e7fef9d2b..9d6ff7270 100644 --- a/tests/b2nd/test_common.h +++ b/tests/b2nd/test_common.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/cutest.h b/tests/cutest.h index d8f9ec385..bcec66d86 100644 --- a/tests/cutest.h +++ b/tests/cutest.h @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/fuzz/generate_inputs_corpus.c b/tests/fuzz/generate_inputs_corpus.c index c9c8f1357..706671ecf 100644 --- a/tests/fuzz/generate_inputs_corpus.c +++ b/tests/fuzz/generate_inputs_corpus.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/gcc-segfault-issue.c b/tests/gcc-segfault-issue.c index 01e920312..e09fe7d65 100644 --- a/tests/gcc-segfault-issue.c +++ b/tests/gcc-segfault-issue.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/print_versions.c b/tests/print_versions.c index 44841b4d8..ad26d6d7c 100644 --- a/tests/print_versions.c +++ b/tests/print_versions.c @@ -1,7 +1,7 @@ /********************************************************************* Print versions for Blosc and all its internal compressors. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_all.sh b/tests/test_all.sh index 35be54e6b..e7bc1d2fb 100644 --- a/tests/test_all.sh +++ b/tests/test_all.sh @@ -3,7 +3,7 @@ # # Unit tests for basic features in Blosc. # -# Copyright (c) 2010 The Blosc Development Team +# Copyright (c) 2010 Blosc Development Team # https://blosc.org # License: BSD 3-Clause (see LICENSE.txt) # diff --git a/tests/test_api.c b/tests/test_api.c index 20b2ffc46..7b678c546 100644 --- a/tests/test_api.c +++ b/tests/test_api.c @@ -3,7 +3,7 @@ Unit tests for Blosc API. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_bitshuffle_leftovers.c b/tests/test_bitshuffle_leftovers.c index fea0b60bd..db13a3223 100644 --- a/tests/test_bitshuffle_leftovers.c +++ b/tests/test_bitshuffle_leftovers.c @@ -5,7 +5,7 @@ See https://github.com/Blosc/python-blosc/issues/220 Probably related: https://github.com/Blosc/c-blosc/issues/240 - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_blosc1_compat.c b/tests/test_blosc1_compat.c index 234c755e8..a61265227 100644 --- a/tests/test_blosc1_compat.c +++ b/tests/test_blosc1_compat.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_BLOSC1_COMPAT environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_change_nthreads_append.c b/tests/test_change_nthreads_append.c index f01923de4..064e07f9f 100644 --- a/tests/test_change_nthreads_append.c +++ b/tests/test_change_nthreads_append.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_common.h b/tests/test_common.h index 3525b6bce..93e948cdd 100644 --- a/tests/test_common.h +++ b/tests/test_common.h @@ -3,7 +3,7 @@ Unit tests for basic features in Blosc. - Copyright (c) 2010 The Blosc Development Team + Copyright (c) 2010 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_compress_roundtrip.c b/tests/test_compress_roundtrip.c index 2ee73c09f..7469dcde8 100644 --- a/tests/test_compress_roundtrip.c +++ b/tests/test_compress_roundtrip.c @@ -3,7 +3,7 @@ Roundtrip compression/decompression tests. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_compressor.c b/tests/test_compressor.c index ca7a8e026..68a8a10b1 100644 --- a/tests/test_compressor.c +++ b/tests/test_compressor.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_COMPRESSOR environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_contexts.c b/tests/test_contexts.c index 1059a75bd..cda3b0b0d 100644 --- a/tests/test_contexts.c +++ b/tests/test_contexts.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_copy.c b/tests/test_copy.c index 9d6953a22..d241fd4d6 100644 --- a/tests/test_copy.c +++ b/tests/test_copy.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_delete_chunk.c b/tests/test_delete_chunk.c index 437e38154..c8b8796e9 100644 --- a/tests/test_delete_chunk.c +++ b/tests/test_delete_chunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_delta.c b/tests/test_delta.c index aa910dbce..dbe34f4a3 100644 --- a/tests/test_delta.c +++ b/tests/test_delta.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_COMPRESSOR environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_delta_schunk.c b/tests/test_delta_schunk.c index b5fabd1e5..c1fd761d6 100644 --- a/tests/test_delta_schunk.c +++ b/tests/test_delta_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_dict_schunk.c b/tests/test_dict_schunk.c index e39f6e37b..0acde8c8f 100644 --- a/tests/test_dict_schunk.c +++ b/tests/test_dict_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_empty_buffer.c b/tests/test_empty_buffer.c index fc114e649..9c454fdc7 100644 --- a/tests/test_empty_buffer.c +++ b/tests/test_empty_buffer.c @@ -3,7 +3,7 @@ Unit tests for the blosc1_decompress() function. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_fill_special.c b/tests/test_fill_special.c index c87deeb5b..63c1e940d 100644 --- a/tests/test_fill_special.c +++ b/tests/test_fill_special.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_frame.c b/tests/test_frame.c index 75ecec0c6..646c69d17 100644 --- a/tests/test_frame.c +++ b/tests/test_frame.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_frame_get_offsets.c b/tests/test_frame_get_offsets.c index fa582ba18..907e3abc9 100644 --- a/tests/test_frame_get_offsets.c +++ b/tests/test_frame_get_offsets.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_frame_offset.c b/tests/test_frame_offset.c index 338d52db4..1a221967f 100644 --- a/tests/test_frame_offset.c +++ b/tests/test_frame_offset.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_get_slice_buffer.c b/tests/test_get_slice_buffer.c index 6ca79c5d8..2f1eb04ce 100644 --- a/tests/test_get_slice_buffer.c +++ b/tests/test_get_slice_buffer.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_get_slice_nchunks.c b/tests/test_get_slice_nchunks.c index 89a4f4d85..6627ac5fb 100644 --- a/tests/test_get_slice_nchunks.c +++ b/tests/test_get_slice_nchunks.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_getitem.c b/tests/test_getitem.c index 5c263cff8..04b1b5d76 100644 --- a/tests/test_getitem.c +++ b/tests/test_getitem.c @@ -3,7 +3,7 @@ Unit tests for the blosc1_getitem() function. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_getitem_delta.c b/tests/test_getitem_delta.c index 40878c8e5..b4668ae2c 100644 --- a/tests/test_getitem_delta.c +++ b/tests/test_getitem_delta.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_insert_chunk.c b/tests/test_insert_chunk.c index 030bf15f5..12d2c49da 100644 --- a/tests/test_insert_chunk.c +++ b/tests/test_insert_chunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_lazychunk.c b/tests/test_lazychunk.c index af7d6f730..9051f839d 100644 --- a/tests/test_lazychunk.c +++ b/tests/test_lazychunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_lazychunk_memcpyed.c b/tests/test_lazychunk_memcpyed.c index 14b6b9a26..3879494a8 100644 --- a/tests/test_lazychunk_memcpyed.c +++ b/tests/test_lazychunk_memcpyed.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_maskout.c b/tests/test_maskout.c index c30f31fd0..82667114f 100644 --- a/tests/test_maskout.c +++ b/tests/test_maskout.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_COMPRESSOR environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_maxout.c b/tests/test_maxout.c index 7a736b081..9782ff2c8 100644 --- a/tests/test_maxout.c +++ b/tests/test_maxout.c @@ -3,7 +3,7 @@ Unit tests for basic features in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_noinit.c b/tests/test_noinit.c index 3cae0d38c..9f7b5ae40 100644 --- a/tests/test_noinit.c +++ b/tests/test_noinit.c @@ -1,7 +1,7 @@ /********************************************************************* Blosc - Blocked Shuffling and Compression Library - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_nolock.c b/tests/test_nolock.c index f329f0d0c..0f7185d51 100644 --- a/tests/test_nolock.c +++ b/tests/test_nolock.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_NOLOCK environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_nthreads.c b/tests/test_nthreads.c index db11fc756..19d8ab4a2 100644 --- a/tests/test_nthreads.c +++ b/tests/test_nthreads.c @@ -3,7 +3,7 @@ Unit tests for BLOSC_NTHREADS environment variable in Blosc. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_postfilter.c b/tests/test_postfilter.c index 7d0090fb7..80989c745 100644 --- a/tests/test_postfilter.c +++ b/tests/test_postfilter.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_prefilter.c b/tests/test_prefilter.c index 9cfc36f07..005092016 100644 --- a/tests/test_prefilter.c +++ b/tests/test_prefilter.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_reorder_offsets.c b/tests/test_reorder_offsets.c index 1ca1a9e81..da8cb92ea 100644 --- a/tests/test_reorder_offsets.c +++ b/tests/test_reorder_offsets.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_schunk.c b/tests/test_schunk.c index b5ed86123..5cf4ad2b0 100644 --- a/tests/test_schunk.c +++ b/tests/test_schunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_schunk_frame.c b/tests/test_schunk_frame.c index caf917ad5..a751dc6e7 100644 --- a/tests/test_schunk_frame.c +++ b/tests/test_schunk_frame.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_schunk_header.c b/tests/test_schunk_header.c index 49cffc46a..ee3a9278f 100644 --- a/tests/test_schunk_header.c +++ b/tests/test_schunk_header.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_set_slice_buffer.c b/tests/test_set_slice_buffer.c index 161b42f36..94b6dedd8 100644 --- a/tests/test_set_slice_buffer.c +++ b/tests/test_set_slice_buffer.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_sframe.c b/tests/test_sframe.c index 472fdd753..90736b09a 100644 --- a/tests/test_sframe.c +++ b/tests/test_sframe.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_sframe_lazychunk.c b/tests/test_sframe_lazychunk.c index ac2bedcdd..54dd8b6a9 100644 --- a/tests/test_sframe_lazychunk.c +++ b/tests/test_sframe_lazychunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_shuffle_roundtrip_altivec.c b/tests/test_shuffle_roundtrip_altivec.c index 6219e2c14..0e7327828 100644 --- a/tests/test_shuffle_roundtrip_altivec.c +++ b/tests/test_shuffle_roundtrip_altivec.c @@ -3,7 +3,7 @@ Roundtrip tests for the ALTIVEC-accelerated shuffle/unshuffle. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_shuffle_roundtrip_avx2.c b/tests/test_shuffle_roundtrip_avx2.c index 6e20ba206..a91116383 100644 --- a/tests/test_shuffle_roundtrip_avx2.c +++ b/tests/test_shuffle_roundtrip_avx2.c @@ -3,7 +3,7 @@ Roundtrip tests for the AVX2-accelerated shuffle/unshuffle. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_shuffle_roundtrip_generic.c b/tests/test_shuffle_roundtrip_generic.c index db0f79e22..86ac2696f 100644 --- a/tests/test_shuffle_roundtrip_generic.c +++ b/tests/test_shuffle_roundtrip_generic.c @@ -3,7 +3,7 @@ Roundtrip tests - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_shuffle_roundtrip_sse2.c b/tests/test_shuffle_roundtrip_sse2.c index 010bc41b0..3edba39fe 100644 --- a/tests/test_shuffle_roundtrip_sse2.c +++ b/tests/test_shuffle_roundtrip_sse2.c @@ -3,7 +3,7 @@ Roundtrip tests for the SSE2-accelerated shuffle/unshuffle. - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_small_chunks.c b/tests/test_small_chunks.c index 172e647d7..29d46b0ee 100644 --- a/tests/test_small_chunks.c +++ b/tests/test_small_chunks.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_udio.c b/tests/test_udio.c index c6f9a4da3..4fc67191c 100644 --- a/tests/test_udio.c +++ b/tests/test_udio.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_update_chunk.c b/tests/test_update_chunk.c index 0355deb90..be7244a3e 100644 --- a/tests/test_update_chunk.c +++ b/tests/test_update_chunk.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) diff --git a/tests/test_urcodecs.c b/tests/test_urcodecs.c index dc2cf1096..961b3c359 100644 --- a/tests/test_urcodecs.c +++ b/tests/test_urcodecs.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_urfilters.c b/tests/test_urfilters.c index 3cf23c110..63632602d 100644 --- a/tests/test_urfilters.c +++ b/tests/test_urfilters.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt) */ diff --git a/tests/test_zero_runlen.c b/tests/test_zero_runlen.c index a17c37eeb..cfee239af 100644 --- a/tests/test_zero_runlen.c +++ b/tests/test_zero_runlen.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2021 The Blosc Development Team + Copyright (c) 2021 Blosc Development Team https://blosc.org License: BSD 3-Clause (see LICENSE.txt)