From 92c273f2908e0cf9c39d43605813628f352dfcf9 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Thu, 27 Jun 2024 10:24:14 +0100 Subject: [PATCH] Lint --- c/tskit/tables.h | 2 +- python/lwt_interface/dict_encoding_testlib.py | 2 +- python/tests/test_avl_tree.py | 2 +- python/tests/test_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c/tskit/tables.h b/c/tskit/tables.h index 38f3096c9d..204e39e2db 100644 --- a/c/tskit/tables.h +++ b/c/tskit/tables.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2019-2023 Tskit Developers + * Copyright (c) 2019-2024 Tskit Developers * Copyright (c) 2017-2018 University of Oxford * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/python/lwt_interface/dict_encoding_testlib.py b/python/lwt_interface/dict_encoding_testlib.py index 72acea4dce..01ed9a865c 100644 --- a/python/lwt_interface/dict_encoding_testlib.py +++ b/python/lwt_interface/dict_encoding_testlib.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2018-2022 Tskit Developers +# Copyright (c) 2018-2024 Tskit Developers # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/python/tests/test_avl_tree.py b/python/tests/test_avl_tree.py index 999b09b528..2afaa0615e 100644 --- a/python/tests/test_avl_tree.py +++ b/python/tests/test_avl_tree.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2021 Tskit Developers +# Copyright (c) 2021-2024 Tskit Developers # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/python/tests/test_version.py b/python/tests/test_version.py index 19cd2bc5dc..65a8ab5b13 100644 --- a/python/tests/test_version.py +++ b/python/tests/test_version.py @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2022 Tskit Developers +# Copyright (c) 2020-2024 Tskit Developers # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal