From 1ed759bfa4a7e94168bcf47408604f24a35962e5 Mon Sep 17 00:00:00 2001 From: Grant Jenks Date: Tue, 27 Feb 2024 17:18:23 -0800 Subject: [PATCH] Update copyright years --- LICENSE | 2 +- README.rst | 2 +- src/sortedcontainers/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 668d8ecd..43c55cd9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2014-2019 Grant Jenks +Copyright 2014-2024 Grant Jenks Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.rst b/README.rst index 0c371e8f..ba74b8c8 100644 --- a/README.rst +++ b/README.rst @@ -222,7 +222,7 @@ Resources Sorted Containers License ------------------------- -Copyright 2014-2019 Grant Jenks +Copyright 2014-2024 Grant Jenks Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/sortedcontainers/__init__.py b/src/sortedcontainers/__init__.py index 0b3a3c23..cfd22820 100644 --- a/src/sortedcontainers/__init__.py +++ b/src/sortedcontainers/__init__.py @@ -40,7 +40,7 @@ or pre-build and distribute custom extensions. Performance is a feature and testing has 100% coverage with unit tests and hours of stress. -:copyright: (c) 2014-2019 by Grant Jenks. +:copyright: (c) 2014-2024 by Grant Jenks. :license: Apache 2.0, see LICENSE for more details. """ @@ -70,4 +70,4 @@ __build__ = 0x020400 __author__ = 'Grant Jenks' __license__ = 'Apache 2.0' -__copyright__ = '2014-2019, Grant Jenks' +__copyright__ = '2014-2024, Grant Jenks'