]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
happy new year, continued
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2024 01:07:42 +0000 (20:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2024 01:07:42 +0000 (20:07 -0500)
Change-Id: I9cbd176d73c29c7975ead644367560a24f267de7

LICENSE
doc/build/conf.py
doc/build/copyright.rst
lib/sqlalchemy/cextension/immutabledict.c
lib/sqlalchemy/cextension/processors.c
lib/sqlalchemy/cextension/resultproxy.c

diff --git a/LICENSE b/LICENSE
index 7bf9bbe9683e119ca3f7056479c942fa51da7487..967cdc5dc10938fd9cbd6b122f860c20f1f0cba2 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2005-2023 SQLAlchemy authors and contributors <see AUTHORS file>.
+Copyright 2005-2024 SQLAlchemy authors and contributors <see AUTHORS file>.
 
 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
index 0066ef7aad837b55c6cb12dc6a1e1e1ae36166aa..4c2f114dfbc176eb9169fd50d24940c581cab011 100644 (file)
@@ -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
index aa4abac9b1dd40610b4cf76c0d1d23333d5a3ea8..b3a67ccf469767d9c2d82d9f5a368c13dd6cce40 100644 (file)
@@ -6,7 +6,7 @@ Appendix:  Copyright
 
 This is the MIT license: `<https://www.opensource.org/licenses/mit-license.php>`_
 
-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
index 2dbc7381de70256b989d3bbf204ae10e2994921c..2d6bd96225758d8c4d16d82c2efb11ddd0af890c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 immuatbledict.c
-Copyright (C) 2005-2023 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2005-2024 the SQLAlchemy authors and contributors <see AUTHORS file>
 
 This module is part of SQLAlchemy and is released under
 the MIT License: https://www.opensource.org/licenses/mit-license.php
index d6e7c4fe4e0091caa51bd647ff63af607cde48d6..12ed79e96accc4ef13e7e2dcf2b0ecf94d71489b 100644 (file)
@@ -1,6 +1,6 @@
 /*
 processors.c
-Copyright (C) 2010-2023 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2010-2024 the SQLAlchemy authors and contributors <see AUTHORS file>
 Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com
 
 This module is part of SQLAlchemy and is released under
index 00eddc4475baf5c01e63053067ebc10b70d98545..8e8b6f9e4feee5a5d8e52e98362b8706d55b2293 100644 (file)
@@ -1,6 +1,6 @@
 /*
 resultproxy.c
-Copyright (C) 2010-2023 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2010-2024 the SQLAlchemy authors and contributors <see AUTHORS file>
 Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com
 
 This module is part of SQLAlchemy and is released under