From: Mike Bayer Date: Wed, 3 Jan 2024 01:07:42 +0000 (-0500) Subject: happy new year, continued X-Git-Tag: rel_1_4_51~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16925f96564ab85328f654ac8c895fb44e227cfb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git happy new year, continued Change-Id: I9cbd176d73c29c7975ead644367560a24f267de7 --- diff --git a/LICENSE b/LICENSE index 7bf9bbe968..967cdc5dc1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2005-2023 SQLAlchemy authors and contributors . +Copyright 2005-2024 SQLAlchemy authors and contributors . 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 diff --git a/doc/build/conf.py b/doc/build/conf.py index 0066ef7aad..4c2f114dfb 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -212,7 +212,7 @@ master_doc = "contents" # General information about the project. project = u"SQLAlchemy" -copyright = u"2007-2023, the SQLAlchemy authors and contributors" # noqa +copyright = u"2007-2024, the SQLAlchemy authors and contributors" # 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 diff --git a/doc/build/copyright.rst b/doc/build/copyright.rst index aa4abac9b1..b3a67ccf46 100644 --- a/doc/build/copyright.rst +++ b/doc/build/copyright.rst @@ -6,7 +6,7 @@ Appendix: Copyright This is the MIT license: ``_ -Copyright (c) 2005-2023 Michael Bayer and contributors. +Copyright (c) 2005-2024 Michael Bayer and contributors. SQLAlchemy is a trademark of Michael Bayer. Permission is hereby granted, free of charge, to any person obtaining a copy of this diff --git a/lib/sqlalchemy/cextension/immutabledict.c b/lib/sqlalchemy/cextension/immutabledict.c index 2dbc7381de..2d6bd96225 100644 --- a/lib/sqlalchemy/cextension/immutabledict.c +++ b/lib/sqlalchemy/cextension/immutabledict.c @@ -1,6 +1,6 @@ /* immuatbledict.c -Copyright (C) 2005-2023 the SQLAlchemy authors and contributors +Copyright (C) 2005-2024 the SQLAlchemy authors and contributors This module is part of SQLAlchemy and is released under the MIT License: https://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/cextension/processors.c b/lib/sqlalchemy/cextension/processors.c index d6e7c4fe4e..12ed79e96a 100644 --- a/lib/sqlalchemy/cextension/processors.c +++ b/lib/sqlalchemy/cextension/processors.c @@ -1,6 +1,6 @@ /* processors.c -Copyright (C) 2010-2023 the SQLAlchemy authors and contributors +Copyright (C) 2010-2024 the SQLAlchemy authors and contributors Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com This module is part of SQLAlchemy and is released under diff --git a/lib/sqlalchemy/cextension/resultproxy.c b/lib/sqlalchemy/cextension/resultproxy.c index 00eddc4475..8e8b6f9e4f 100644 --- a/lib/sqlalchemy/cextension/resultproxy.c +++ b/lib/sqlalchemy/cextension/resultproxy.c @@ -1,6 +1,6 @@ /* resultproxy.c -Copyright (C) 2010-2023 the SQLAlchemy authors and contributors +Copyright (C) 2010-2024 the SQLAlchemy authors and contributors Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com This module is part of SQLAlchemy and is released under