From 86836b5ed7b235317a72cbfe3dd56680ad13d13f Mon Sep 17 00:00:00 2001 From: q2d2 Date: Sat, 4 Jan 2025 00:20:34 +0000 Subject: [PATCH] Auto-update copyright year to 2025 --- LICENSE | 2 +- rescript/__init__.py | 2 +- rescript/_utilities.py | 2 +- rescript/bv_brc.py | 2 +- rescript/cross_validate.py | 2 +- rescript/degap.py | 2 +- rescript/dereplicate.py | 2 +- rescript/edit_taxonomy.py | 2 +- rescript/evaluate.py | 2 +- rescript/extract_seq_segments.py | 2 +- rescript/filter_length.py | 2 +- rescript/get_data.py | 2 +- rescript/get_gtdb.py | 2 +- rescript/merge.py | 2 +- rescript/ncbi.py | 2 +- rescript/orient.py | 2 +- rescript/parse_silva_taxonomy.py | 2 +- rescript/plugin_setup.py | 2 +- rescript/screenseq.py | 2 +- rescript/subsample.py | 2 +- rescript/tests/__init__.py | 2 +- rescript/tests/test_bv_brc.py | 2 +- rescript/tests/test_cross_validate.py | 2 +- rescript/tests/test_degap.py | 2 +- rescript/tests/test_derep.py | 2 +- rescript/tests/test_edit_taxonomy.py | 2 +- rescript/tests/test_evaluate.py | 2 +- rescript/tests/test_extract_seq_segments.py | 2 +- rescript/tests/test_filter_length.py | 2 +- rescript/tests/test_get_data.py | 2 +- rescript/tests/test_get_gtdb.py | 2 +- rescript/tests/test_get_unite.py | 2 +- rescript/tests/test_merge.py | 2 +- rescript/tests/test_ncbi.py | 2 +- rescript/tests/test_orient.py | 2 +- rescript/tests/test_parse_silva_taxonomy.py | 2 +- rescript/tests/test_screenseq.py | 2 +- rescript/tests/test_subsample.py | 2 +- rescript/tests/test_trim_alignment.py | 2 +- rescript/trim_alignment.py | 2 +- rescript/types/__init__.py | 2 +- rescript/types/_format.py | 2 +- rescript/types/_transformer.py | 2 +- rescript/types/_type.py | 2 +- rescript/types/methods.py | 2 +- rescript/types/tests/__init__.py | 2 +- rescript/types/tests/test_methods.py | 2 +- rescript/types/tests/test_types_formats_transformers.py | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/LICENSE b/LICENSE index 29ac02b2..141ba1e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2019-2023, QIIME 2 development team. +Copyright (c) 2019-2025, QIIME 2 development team. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/rescript/__init__.py b/rescript/__init__.py index 4f80c6c9..98ca11b6 100644 --- a/rescript/__init__.py +++ b/rescript/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/_utilities.py b/rescript/_utilities.py index 2c693947..62a6368a 100644 --- a/rescript/_utilities.py +++ b/rescript/_utilities.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/bv_brc.py b/rescript/bv_brc.py index b8a2497c..8eec06ad 100644 --- a/rescript/bv_brc.py +++ b/rescript/bv_brc.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/cross_validate.py b/rescript/cross_validate.py index 7b36b3e7..04551799 100644 --- a/rescript/cross_validate.py +++ b/rescript/cross_validate.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/degap.py b/rescript/degap.py index 92a48fc9..f9c803c1 100644 --- a/rescript/degap.py +++ b/rescript/degap.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/dereplicate.py b/rescript/dereplicate.py index 39616d6d..1eba80aa 100644 --- a/rescript/dereplicate.py +++ b/rescript/dereplicate.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/edit_taxonomy.py b/rescript/edit_taxonomy.py index eb991b9f..380f3fdf 100644 --- a/rescript/edit_taxonomy.py +++ b/rescript/edit_taxonomy.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/evaluate.py b/rescript/evaluate.py index 3a14499a..cacb6595 100644 --- a/rescript/evaluate.py +++ b/rescript/evaluate.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/extract_seq_segments.py b/rescript/extract_seq_segments.py index 5fd3a516..0ce8bd31 100644 --- a/rescript/extract_seq_segments.py +++ b/rescript/extract_seq_segments.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/filter_length.py b/rescript/filter_length.py index b80898aa..676298f9 100644 --- a/rescript/filter_length.py +++ b/rescript/filter_length.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/get_data.py b/rescript/get_data.py index 35db9c2f..4bbbee5d 100644 --- a/rescript/get_data.py +++ b/rescript/get_data.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/get_gtdb.py b/rescript/get_gtdb.py index 2acb1ffa..71f3dc16 100644 --- a/rescript/get_gtdb.py +++ b/rescript/get_gtdb.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/merge.py b/rescript/merge.py index c13b9d4c..62f122c2 100644 --- a/rescript/merge.py +++ b/rescript/merge.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/ncbi.py b/rescript/ncbi.py index a89fe776..ce41eedd 100644 --- a/rescript/ncbi.py +++ b/rescript/ncbi.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/orient.py b/rescript/orient.py index 287b5a3f..ee63169e 100644 --- a/rescript/orient.py +++ b/rescript/orient.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/parse_silva_taxonomy.py b/rescript/parse_silva_taxonomy.py index e5dc32ee..b26cdf07 100644 --- a/rescript/parse_silva_taxonomy.py +++ b/rescript/parse_silva_taxonomy.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/plugin_setup.py b/rescript/plugin_setup.py index a775236a..ad39de74 100644 --- a/rescript/plugin_setup.py +++ b/rescript/plugin_setup.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/screenseq.py b/rescript/screenseq.py index 95bf60a3..7d8fa2f6 100644 --- a/rescript/screenseq.py +++ b/rescript/screenseq.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/subsample.py b/rescript/subsample.py index 8f0c8fbc..62df1451 100644 --- a/rescript/subsample.py +++ b/rescript/subsample.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/__init__.py b/rescript/tests/__init__.py index bc9c3d28..9c3fc8d7 100644 --- a/rescript/tests/__init__.py +++ b/rescript/tests/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_bv_brc.py b/rescript/tests/test_bv_brc.py index 585e95a2..3591720c 100644 --- a/rescript/tests/test_bv_brc.py +++ b/rescript/tests/test_bv_brc.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_cross_validate.py b/rescript/tests/test_cross_validate.py index 2e92d07f..45fe195d 100644 --- a/rescript/tests/test_cross_validate.py +++ b/rescript/tests/test_cross_validate.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_degap.py b/rescript/tests/test_degap.py index 3204aef0..f405eaa9 100644 --- a/rescript/tests/test_degap.py +++ b/rescript/tests/test_degap.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_derep.py b/rescript/tests/test_derep.py index 27ef018f..00beb4db 100644 --- a/rescript/tests/test_derep.py +++ b/rescript/tests/test_derep.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_edit_taxonomy.py b/rescript/tests/test_edit_taxonomy.py index 126e9dc6..91f9d803 100644 --- a/rescript/tests/test_edit_taxonomy.py +++ b/rescript/tests/test_edit_taxonomy.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_evaluate.py b/rescript/tests/test_evaluate.py index 6bad4ff0..931cde7a 100644 --- a/rescript/tests/test_evaluate.py +++ b/rescript/tests/test_evaluate.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_extract_seq_segments.py b/rescript/tests/test_extract_seq_segments.py index 1622802a..e95ce7c6 100644 --- a/rescript/tests/test_extract_seq_segments.py +++ b/rescript/tests/test_extract_seq_segments.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_filter_length.py b/rescript/tests/test_filter_length.py index e3d292b4..4e475e51 100644 --- a/rescript/tests/test_filter_length.py +++ b/rescript/tests/test_filter_length.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_get_data.py b/rescript/tests/test_get_data.py index 06854b05..4ff27e6c 100644 --- a/rescript/tests/test_get_data.py +++ b/rescript/tests/test_get_data.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_get_gtdb.py b/rescript/tests/test_get_gtdb.py index 2939ab41..554a16b2 100644 --- a/rescript/tests/test_get_gtdb.py +++ b/rescript/tests/test_get_gtdb.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_get_unite.py b/rescript/tests/test_get_unite.py index 9f8c8cef..aed03472 100644 --- a/rescript/tests/test_get_unite.py +++ b/rescript/tests/test_get_unite.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_merge.py b/rescript/tests/test_merge.py index ebf184a7..9b3c3f6f 100644 --- a/rescript/tests/test_merge.py +++ b/rescript/tests/test_merge.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_ncbi.py b/rescript/tests/test_ncbi.py index fc9821cd..38cd0bb5 100644 --- a/rescript/tests/test_ncbi.py +++ b/rescript/tests/test_ncbi.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_orient.py b/rescript/tests/test_orient.py index 78126362..83730d36 100644 --- a/rescript/tests/test_orient.py +++ b/rescript/tests/test_orient.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_parse_silva_taxonomy.py b/rescript/tests/test_parse_silva_taxonomy.py index c7a95108..747f8d63 100644 --- a/rescript/tests/test_parse_silva_taxonomy.py +++ b/rescript/tests/test_parse_silva_taxonomy.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_screenseq.py b/rescript/tests/test_screenseq.py index 2c141a0a..56460335 100644 --- a/rescript/tests/test_screenseq.py +++ b/rescript/tests/test_screenseq.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_subsample.py b/rescript/tests/test_subsample.py index a56aad47..3949a7e8 100644 --- a/rescript/tests/test_subsample.py +++ b/rescript/tests/test_subsample.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/tests/test_trim_alignment.py b/rescript/tests/test_trim_alignment.py index eb6603b0..bc3bc9dc 100644 --- a/rescript/tests/test_trim_alignment.py +++ b/rescript/tests/test_trim_alignment.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/trim_alignment.py b/rescript/trim_alignment.py index 6b76c3a7..f90d791d 100644 --- a/rescript/trim_alignment.py +++ b/rescript/trim_alignment.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/__init__.py b/rescript/types/__init__.py index 1b619f0b..1758836d 100644 --- a/rescript/types/__init__.py +++ b/rescript/types/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/_format.py b/rescript/types/_format.py index b96a9650..400a1fe3 100644 --- a/rescript/types/_format.py +++ b/rescript/types/_format.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/_transformer.py b/rescript/types/_transformer.py index 9e640348..e0c8740b 100644 --- a/rescript/types/_transformer.py +++ b/rescript/types/_transformer.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/_type.py b/rescript/types/_type.py index e973095a..3f81b01c 100644 --- a/rescript/types/_type.py +++ b/rescript/types/_type.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/methods.py b/rescript/types/methods.py index 9df36c45..0a996bbf 100644 --- a/rescript/types/methods.py +++ b/rescript/types/methods.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/tests/__init__.py b/rescript/types/tests/__init__.py index bc9c3d28..9c3fc8d7 100644 --- a/rescript/types/tests/__init__.py +++ b/rescript/types/tests/__init__.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/tests/test_methods.py b/rescript/types/tests/test_methods.py index 1447a22e..a09874a8 100644 --- a/rescript/types/tests/test_methods.py +++ b/rescript/types/tests/test_methods.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. # diff --git a/rescript/types/tests/test_types_formats_transformers.py b/rescript/types/tests/test_types_formats_transformers.py index bd496161..1534f410 100644 --- a/rescript/types/tests/test_types_formats_transformers.py +++ b/rescript/types/tests/test_types_formats_transformers.py @@ -1,5 +1,5 @@ # ---------------------------------------------------------------------------- -# Copyright (c) 2019-2023, QIIME 2 development team. +# Copyright (c) 2019-2025, QIIME 2 development team. # # Distributed under the terms of the Modified BSD License. #