diff --git a/mltb2/fasttext.py b/mltb2/fasttext.py index 3d7e042..ee3c65b 100644 --- a/mltb2/fasttext.py +++ b/mltb2/fasttext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Philip May +# Copyright (c) 2023-2024 Philip May # This software is distributed under the terms of the MIT license # which is available at https://opensource.org/licenses/MIT diff --git a/tests/test_fasttext.py b/tests/test_fasttext.py index 3dd7d8e..30fc787 100644 --- a/tests/test_fasttext.py +++ b/tests/test_fasttext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Philip May +# Copyright (c) 2023-2024 Philip May # This software is distributed under the terms of the MIT license # which is available at https://opensource.org/licenses/MIT