From 8829bd64a70708ef9144604ea0f0a5179d07ccbe Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Mon, 22 Jan 2024 14:16:55 -0500 Subject: [PATCH] Update license year to 2024 None Closes: #1400 Pull-request: https://github.com/sqlalchemy/alembic/pull/1400 Pull-request-sha: 477619ca80e04484ac5bf46c03e7c39df3ecd2bc Change-Id: I7f419a6c0d6b31ccd5731914657cdda41b8f4802 --- LICENSE | 4 ++-- docs/build/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 74b9ce34..be8de008 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2009-2023 Michael Bayer. +Copyright 2009-2024 Michael Bayer. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/docs/build/conf.py b/docs/build/conf.py index ddcb754c..80a2082f 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -90,7 +90,7 @@ master_doc = "index" # General information about the project. project = "Alembic" -copyright = "2010-2023, Mike Bayer" # noqa +copyright = "2010-2024, Mike Bayer" # noqa # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- 2.47.2