]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
happy new year
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2026 18:01:21 +0000 (13:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2026 18:01:21 +0000 (13:01 -0500)
Change-Id: I86954844fe5ae036758c332b9a033851d3266ca9

259 files changed:
LICENSE
doc/build/conf.py
doc/build/copyright.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/connectors/__init__.py
lib/sqlalchemy/connectors/aioodbc.py
lib/sqlalchemy/connectors/asyncio.py
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/cyextension/__init__.py
lib/sqlalchemy/dialects/__init__.py
lib/sqlalchemy/dialects/_typing.py
lib/sqlalchemy/dialects/mssql/__init__.py
lib/sqlalchemy/dialects/mssql/aioodbc.py
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mssql/information_schema.py
lib/sqlalchemy/dialects/mssql/json.py
lib/sqlalchemy/dialects/mssql/provision.py
lib/sqlalchemy/dialects/mssql/pymssql.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
lib/sqlalchemy/dialects/mysql/__init__.py
lib/sqlalchemy/dialects/mysql/aiomysql.py
lib/sqlalchemy/dialects/mysql/asyncmy.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/cymysql.py
lib/sqlalchemy/dialects/mysql/dml.py
lib/sqlalchemy/dialects/mysql/enumerated.py
lib/sqlalchemy/dialects/mysql/expression.py
lib/sqlalchemy/dialects/mysql/json.py
lib/sqlalchemy/dialects/mysql/mariadb.py
lib/sqlalchemy/dialects/mysql/mariadbconnector.py
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/provision.py
lib/sqlalchemy/dialects/mysql/pymysql.py
lib/sqlalchemy/dialects/mysql/pyodbc.py
lib/sqlalchemy/dialects/mysql/reflection.py
lib/sqlalchemy/dialects/mysql/reserved_words.py
lib/sqlalchemy/dialects/mysql/types.py
lib/sqlalchemy/dialects/oracle/__init__.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/oracle/dictionary.py
lib/sqlalchemy/dialects/oracle/oracledb.py
lib/sqlalchemy/dialects/oracle/provision.py
lib/sqlalchemy/dialects/oracle/types.py
lib/sqlalchemy/dialects/oracle/vector.py
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/_psycopg_common.py
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/asyncpg.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/dml.py
lib/sqlalchemy/dialects/postgresql/ext.py
lib/sqlalchemy/dialects/postgresql/hstore.py
lib/sqlalchemy/dialects/postgresql/json.py
lib/sqlalchemy/dialects/postgresql/named_types.py
lib/sqlalchemy/dialects/postgresql/operators.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/pg_catalog.py
lib/sqlalchemy/dialects/postgresql/provision.py
lib/sqlalchemy/dialects/postgresql/psycopg.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/dialects/postgresql/psycopg2cffi.py
lib/sqlalchemy/dialects/postgresql/ranges.py
lib/sqlalchemy/dialects/postgresql/types.py
lib/sqlalchemy/dialects/sqlite/__init__.py
lib/sqlalchemy/dialects/sqlite/aiosqlite.py
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/dialects/sqlite/dml.py
lib/sqlalchemy/dialects/sqlite/json.py
lib/sqlalchemy/dialects/sqlite/provision.py
lib/sqlalchemy/dialects/sqlite/pysqlcipher.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/_py_processors.py
lib/sqlalchemy/engine/_py_row.py
lib/sqlalchemy/engine/_py_util.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/characteristics.py
lib/sqlalchemy/engine/create.py
lib/sqlalchemy/engine/cursor.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/events.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/mock.py
lib/sqlalchemy/engine/processors.py
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/engine/row.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/engine/util.py
lib/sqlalchemy/event/__init__.py
lib/sqlalchemy/event/api.py
lib/sqlalchemy/event/attr.py
lib/sqlalchemy/event/base.py
lib/sqlalchemy/event/legacy.py
lib/sqlalchemy/event/registry.py
lib/sqlalchemy/events.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/ext/__init__.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/ext/asyncio/__init__.py
lib/sqlalchemy/ext/asyncio/base.py
lib/sqlalchemy/ext/asyncio/engine.py
lib/sqlalchemy/ext/asyncio/exc.py
lib/sqlalchemy/ext/asyncio/result.py
lib/sqlalchemy/ext/asyncio/scoping.py
lib/sqlalchemy/ext/asyncio/session.py
lib/sqlalchemy/ext/automap.py
lib/sqlalchemy/ext/baked.py
lib/sqlalchemy/ext/compiler.py
lib/sqlalchemy/ext/declarative/__init__.py
lib/sqlalchemy/ext/declarative/extensions.py
lib/sqlalchemy/ext/horizontal_shard.py
lib/sqlalchemy/ext/hybrid.py
lib/sqlalchemy/ext/indexable.py
lib/sqlalchemy/ext/instrumentation.py
lib/sqlalchemy/ext/mutable.py
lib/sqlalchemy/ext/mypy/__init__.py
lib/sqlalchemy/ext/mypy/apply.py
lib/sqlalchemy/ext/mypy/decl_class.py
lib/sqlalchemy/ext/mypy/infer.py
lib/sqlalchemy/ext/mypy/names.py
lib/sqlalchemy/ext/mypy/plugin.py
lib/sqlalchemy/ext/mypy/util.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/future/__init__.py
lib/sqlalchemy/future/engine.py
lib/sqlalchemy/inspection.py
lib/sqlalchemy/log.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/_orm_constructors.py
lib/sqlalchemy/orm/_typing.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/base.py
lib/sqlalchemy/orm/bulk_persistence.py
lib/sqlalchemy/orm/clsregistry.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/context.py
lib/sqlalchemy/orm/decl_api.py
lib/sqlalchemy/orm/decl_base.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/evaluator.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/instrumentation.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/loading.py
lib/sqlalchemy/orm/mapped_collection.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/path_registry.py
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/state_changes.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/strategy_options.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/orm/writeonly.py
lib/sqlalchemy/pool/__init__.py
lib/sqlalchemy/pool/base.py
lib/sqlalchemy/pool/events.py
lib/sqlalchemy/pool/impl.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/_dml_constructors.py
lib/sqlalchemy/sql/_elements_constructors.py
lib/sqlalchemy/sql/_orm_types.py
lib/sqlalchemy/sql/_py_util.py
lib/sqlalchemy/sql/_selectable_constructors.py
lib/sqlalchemy/sql/_typing.py
lib/sqlalchemy/sql/annotation.py
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/cache_key.py
lib/sqlalchemy/sql/coercions.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/crud.py
lib/sqlalchemy/sql/ddl.py
lib/sqlalchemy/sql/default_comparator.py
lib/sqlalchemy/sql/dml.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/events.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/lambdas.py
lib/sqlalchemy/sql/naming.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/roles.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/sql/traversals.py
lib/sqlalchemy/sql/type_api.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/assertsql.py
lib/sqlalchemy/testing/asyncio.py
lib/sqlalchemy/testing/config.py
lib/sqlalchemy/testing/engines.py
lib/sqlalchemy/testing/entities.py
lib/sqlalchemy/testing/exclusions.py
lib/sqlalchemy/testing/fixtures/__init__.py
lib/sqlalchemy/testing/fixtures/base.py
lib/sqlalchemy/testing/fixtures/mypy.py
lib/sqlalchemy/testing/fixtures/orm.py
lib/sqlalchemy/testing/fixtures/sql.py
lib/sqlalchemy/testing/pickleable.py
lib/sqlalchemy/testing/plugin/__init__.py
lib/sqlalchemy/testing/plugin/bootstrap.py
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/profiling.py
lib/sqlalchemy/testing/provision.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/schema.py
lib/sqlalchemy/testing/suite/__init__.py
lib/sqlalchemy/testing/suite/test_cte.py
lib/sqlalchemy/testing/suite/test_ddl.py
lib/sqlalchemy/testing/suite/test_deprecations.py
lib/sqlalchemy/testing/suite/test_dialect.py
lib/sqlalchemy/testing/suite/test_insert.py
lib/sqlalchemy/testing/suite/test_reflection.py
lib/sqlalchemy/testing/suite/test_results.py
lib/sqlalchemy/testing/suite/test_rowcount.py
lib/sqlalchemy/testing/suite/test_select.py
lib/sqlalchemy/testing/suite/test_sequence.py
lib/sqlalchemy/testing/suite/test_types.py
lib/sqlalchemy/testing/suite/test_unicode_ddl.py
lib/sqlalchemy/testing/suite/test_update_delete.py
lib/sqlalchemy/testing/util.py
lib/sqlalchemy/testing/warnings.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/_concurrency_py3k.py
lib/sqlalchemy/util/_has_cy.py
lib/sqlalchemy/util/_py_collections.py
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/concurrency.py
lib/sqlalchemy/util/deprecations.py
lib/sqlalchemy/util/langhelpers.py
lib/sqlalchemy/util/preloaded.py
lib/sqlalchemy/util/queue.py
lib/sqlalchemy/util/tool_support.py
lib/sqlalchemy/util/topological.py
lib/sqlalchemy/util/typing.py

diff --git a/LICENSE b/LICENSE
index dfe1a4d815b4e81dcc25851f6f6d1770a311bf94..903d67495fc6c2017713c754cf16b8f179122ed2 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2005-2025 SQLAlchemy authors and contributors <see AUTHORS file>.
+Copyright 2005-2026 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 197e957285b234a8b5c355679aa37e59fb536583..cf70a0dc49ba7d17a056725ef2e94a587ce182d1 100644 (file)
@@ -230,7 +230,7 @@ master_doc = "contents"
 
 # General information about the project.
 project = "SQLAlchemy"
-copyright = "2007-2025, the SQLAlchemy authors and contributors"  # noqa
+copyright = "2007-2026, 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 54535474c42dd0835050297f81baf6b76a0efbba..6f41046769eac7d282643916d5b93fcd70485329 100644 (file)
@@ -6,7 +6,7 @@ Appendix:  Copyright
 
 This is the MIT license: `<https://www.opensource.org/licenses/mit-license.php>`_
 
-Copyright (c) 2005-2025 Michael Bayer and contributors.
+Copyright (c) 2005-2026 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 0e122d25ff2519a8ba04aaa498bc1cb03fc8e788..1917a03338be7db10cd8530f51f2806a38462854 100644 (file)
@@ -1,5 +1,5 @@
 # __init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 43cd1035c62c12820e296c95b83724586727d1aa..eea1b29a7df945765443fef86ffdb7c71f4427af 100644 (file)
@@ -1,5 +1,5 @@
 # connectors/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 6e4b864e7dcbf04caf998dcabfd6feec65382291..5df698fc5e1b357e517cce6cb7b66c5a5b168359 100644 (file)
@@ -1,5 +1,5 @@
 # connectors/aioodbc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bd6e80a820c703f8a707a713a7d8de1d9f83b9c4..310d0a9f950b9dfe0e2307b0a10db2f206a82adf 100644 (file)
@@ -1,5 +1,5 @@
 # connectors/asyncio.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index dee26169ba8c9304797fee1dd749e9d6d5f56ecb..ac327b86d49de69c23ed02163078175ea11ea0d7 100644 (file)
@@ -1,5 +1,5 @@
 # connectors/pyodbc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cb8dc2c6ec397db2525d54341f1fef5221877aeb..53e10618e4183a71b229a0b1b397072eab6cadc3 100644 (file)
@@ -1,5 +1,5 @@
 # cyextension/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 30928a98455aba407cd7ae9b198c4602b7224cd5..d6336c1aa55c03a3ae0b77b536c818e855a2ce37 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 4dd40d7220fc9007be2df59cce92a0897f355771..bf9b67a0a0652dbb1fc974aa8ed677fbe04b9f10 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/_typing.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 20140fdddb38a4e1e1a814dbddb0f1008fcb1d8d..68d1d7c744e4cd04446d81c14efe873503d740e0 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 522ad1d6b0d0758dc8e49ccc4e9609460c8bbad2..e4d5b2d2216234846a54e62444e830644033c24c 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/aioodbc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c647134ff31d463ae720a283382271c274d280a6..a4f23f9a50b202694fdac2645c416437f898cad8 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5a68e3a30997d4c1ea6d9aaa13c2406ce7d4e071..d739d7182392150ddcdc5138e33b97cbff7dd453 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/information_schema.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a2d3ce81469a803d5cd16548969fb7c522c1d8f9..cb071884ace13c2bd1f0a35d4ca2d2f95f083b43 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/json.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 03bdbca113aa7ccb609c84f153db4f3f72c7ab5b..63d6a6e8d97f00978ec530387d04e0e1fd72230c 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 301a98eb4172f0db61f781230a1281d9a3af3975..7244bb0d3e30caab16b14495731835ae15e3c6ba 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/pymssql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cbf0adbfe08b3ff44702089bcd7d4eb944d3bb83..5d3ae0b13f05d9a0e25e1aaa025f9cb752d67e52 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mssql/pyodbc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9174c54413a00922e07ddd41e9084b28672b9612..4297414f0d5d35451eb1bb7aa094e741ea893e45 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 77b2960aabf858fe8170801e2037cc42a700106c..7e68c61dac831c29fa6ba71b7d0229a034a11c09 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/aiomysql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors <see AUTHORS
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors <see AUTHORS
 # file>
 #
 # This module is part of SQLAlchemy and is released under
index d36a7eaeed4e9444a25bf31fc92a5e04880f6070..575747617520523766e594d5e35047499887c728 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/asyncmy.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors <see AUTHORS
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors <see AUTHORS
 # file>
 #
 # This module is part of SQLAlchemy and is released under
index 6bb0772f9779f4ed6923f5dc94d653afb52d0c53..be68e961eaf0eb839790ec075aadab4d8254cc03 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1d48c4e88bc80c3e5b6d5ed8b6e9ca3a0c9a86db..325d3321e37248e28ad2060553271aca053b71cf 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/cymysql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cceb0818f9b1fb308e52dee3ea9b53bd50815fba..d5bbf14bb8c7a0ebbd55d25cc02d8c1a8ca323c8 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/dml.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ab305207cc6cb55ad42733801ffd0a15f1199b45..9e19d6440aee8caddf2739ef83f58119df06245e 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/enumerated.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9d19d52de5e1eafd3d41adbf097ff84f6f15d97a..914207e9ee874ca99e0d381c4ef08995ceba6671 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/expression.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index e654a61941dfd3ca95610a2b3aa4317ee23e0f0d..7e2606ccf96bd9285d10d1731021ff28df56f91a 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/json.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 508820e67ce7dc4dcb412ee1bb0007c1898d4054..23c8ac21b4b226f6bf47f10c553f103f23b67589 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/mariadb.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b2d3d63a900a6b7896ac310d00e12c4481706559..bd5d7a25844cdeee1ac43990d73a51f9836574eb 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/mariadbconnector.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index feaf52084b7c70024d2b9d763568df4c72db47d7..d97dbe2195c4de43dfefdebd8acf889c4e4b0991 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/mysqlconnector.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a5b0ca203c5e938e3d2154d1245472d9c3c1f2cf..188668be7942a6ae7e8b743cdd08615b261a2989 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/mysqldb.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index eb0f49a6ef51f4536fd72288796923ead48d22c9..e828cdcfab476132679ede7bfd87c33d0ef8fb33 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 48b7994a82ab01c1bf56dc7bbdbeb024228bc1c4..ae86938e6586a502ba1012c756f9d7e78efd0789 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/pymysql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 86f1b3c89ad42c454fa4933457a852b71ff47481..bb37ff0e590de9ab07ab6b73e30f7e08fcdcb708 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/pyodbc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 71bd8c45494a69d089b0719da7daf01dc4324768..c9dfb13086f3c29089da938277e28383a406ed30 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/reflection.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ff526394a695a57cc98840f4334b085031165587..5f9e4573ee4b85914010d5c4faada151936cef10 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/reserved_words.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 117df4d42e439405d35e905f33fbfb92aec7277d..170324fa30c422a65d4f0e7c4f064b5cf1e100c7 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/mysql/types.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 566edf1c3b66085af208e47706b62847e0414da9..e4a92d186ca717cce707a2c3e57ee33421f8f300 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ecdc3145b0c3d4a67138c66096eee8e58c036ebd..785ec92a6395f7726daf4c03821eeca836e83bbd 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 69bb7f3e747168ff7b7159cef9096d69164f351c..8750354c9afa1b265d8ed35b13690447d62c01e6 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/cx_oracle.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index f785a66ef71e25aef7227cf755a2389d0ab3bf59..5f36041b4370afb991bef2a2fcc4dfa19325fdcd 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/dictionary.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 79cfe86d488ddcb764b55a9cdc699f73e9baff0f..a41f6be87f83b170bfbcbee1be032a229cceeb7b 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/oracledb.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 05001a4b8febe0d69443dd9a80031374f0c6ddbc..3bdbddeb0587c9d893d712eb88af0851781741d3 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 06aeaace2f5fc7dba4f14cbab4d13822064f7701..ae6cba2136b5b2e70b954bb31640f93683107690 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/types.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 62d7f509c3fa6f67cf98b1c2c2c9cc6443d25a69..53057675baecf81d2858725a3c8cd330e3a50536 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/oracle/vector.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 88935e2024559f6e1bcffb8f6735f33736e2d82e..a94cfef2c6e3d83b5ea4e4727d79d538f595ae6c 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0ff301e05201fa6e67db4a98b79414d09151273e..03b0f76ec3e76924888b3b8a7ebcc2726e61b795 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/_psycopg_common.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 41c0a9147e9421ccb3a52222db295e7531955f32..17a6f59b2070b2399f90e0f4619dba76adeaa851 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/array.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b3f144284891a937fbcc1c27e731c84d1db24669..616bc467f1b7a4b836743ba0dcd704b2b2d79916 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/asyncpg.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors <see AUTHORS
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors <see AUTHORS
 # file>
 #
 # This module is part of SQLAlchemy and is released under
index b52aa6c9d0c7b822c50b95f37e0e850e84572926..77f25142c7c92c5eac310b3177701e4e0f5f3fb0 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1187b6bf5f03a71b92c5b7cbe870b691aff5ca46..053770e1c89375c4827367be0841035d46b4987e 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/dml.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8d24b107ad443322f96f3622e2d7abfb00af67f2..651f40f91aae4ff3b572a84534995b3005b98c44 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/ext.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0a915b17dfffc809861c4817121a1ed06374dc07..27005f06391a7b4e206cd1857aa6c4841a4177bf 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/hstore.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5baa41df7c73a1bda229ab24939dfe7d5cd22f84..3561929b2f1492d53546973892f723e7e8ac20c8 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/json.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5807041ead3e0f165b7875f8d7484833b1490113..bd865452f40ab5fd354bf37e32c37356a90da513 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/named_types.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ebcafcba991ecc41c14ca1718641db9a9f7fa90e..9e4d26570e541f3efba330c3ebb63aac5d77c60a 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/operators.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 47016b4a35d7c61f9b8799fe8dcf21be99476fe7..cd233de1356f7b9e5b96c8d78b33934efeb1609b 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/pg8000.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors <see AUTHORS
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors <see AUTHORS
 # file>
 #
 # This module is part of SQLAlchemy and is released under
index 9625ccf3347e735c19bb072426a7bfdea4121590..08663baf4fc08951d2964668812a8daa40e5ebb2 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/pg_catalog.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c76f5f518499a98bcece9a0f0087181598220865..2ea7e974f4c24620730dca1bec247ed3445ef77d 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7edee2b1d9cd366793d857aeb3a594043d8eef79..67dc5ca86cf4237fd6b454dfa4b0d49ff18cf5b5 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/psycopg.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index eeb7604f796da1037f4acff17cc33314b9c2b111..189e6566cfca85d481d5840f5a39b82ca3f42612 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/psycopg2.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 55e17607044c73551e05c9455d9b35e8093ff318..f4dcfc7014a56659801cb4d00e18b206970a093d 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/psycopg2cffi.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0ce4ea29137ed2b93f21008428e08dde035b2f7f..73ac38d0f9583c12383d2fbdffea2313e031b746 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/ranges.py
-# Copyright (C) 2013-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2013-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1aed2bf4724077288c0df99abe464ed429c839f3..d6210e217cc7ee0ada5da2d987cc1bdaeac80f90 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/postgresql/types.py
-# Copyright (C) 2013-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2013-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7b381fa6f52021bc2fc24524de1364ee3dc09835..8609082242e4fafa26ee4d1615c4f87d00c10018 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7df7e7d8ef3861ad5ada4a491e010bf57e5f7634..afd3688edcdeabad7eaecc858da9f9f07040d79b 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/aiosqlite.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bda8b323eaf077f01f1cfca92964f475264c80f0..400e91355e5e43b1a2efd9abb12ffb43aeabd8dd 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 84cdb8bec234b3e981255db0582fd4a9c49bdf7c..6012da727c36aafc440df616b0421537af43f2ab 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/dml.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 02f4ea4c90f14bc5f6b56b8e3b544ce16c1bd7ba..c2f4a205aa62fb8a49ed47a3db58dd3f5ac7b079 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/json.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 6ca16ab580628f469dece3284851ca4ae66adf0c..7cd8847842cb1bde71fcf56a2c1d3a96a40399e2 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7a3dc1bae13f665dbea255d01b5ccf6cbf240cfa..1a4c251a47698e14428ff852d5c6b8ed1a5bd37d 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/pysqlcipher.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a518dd9889b2e7d669fb6f37f065d3c9656f8196..d2e84466c9d5c41896e1b5e5fa723f0dd54118b6 100644 (file)
@@ -1,5 +1,5 @@
 # dialects/sqlite/pysqlite.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index f4205d892600bde3f96321ae03084f166a26ca2d..20a09189d642b2717b4ae017a79f0ba3b082fac1 100644 (file)
@@ -1,5 +1,5 @@
 # engine/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8536d53d77942a2f88959c52e17186435528a144..7b1d6b0db2870d7b6dd7450e384330694a836305 100644 (file)
@@ -1,5 +1,5 @@
 # engine/_py_processors.py
-# Copyright (C) 2010-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2010-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 # Copyright (C) 2010 Gaetan de Menten gdementen@gmail.com
 #
index 38c60fcd2765a4ebe3d61a117e1c83fbf6232a2a..b83038c2c02151833183d2a81bc8229e39c2a110 100644 (file)
@@ -1,5 +1,5 @@
 # engine/_py_row.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c717660735200600fd3b745c6ea8264f41ca2a34..c62929b90ceddf70f019e1c601f76e58f4cf9c71 100644 (file)
@@ -1,5 +1,5 @@
 # engine/_py_util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9f1f76d9e1759456259327899bb3c0d3252b6ed9..35ef8a89c821ab37c8317ce75faf2fe14dd05824 100644 (file)
@@ -1,5 +1,5 @@
 # engine/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 322c28b5aa714a80e3821aa67effa0e5ed44cd2b..ef7d65fec8351ce626d4463d45764de6f914c216 100644 (file)
@@ -1,5 +1,5 @@
 # engine/characteristics.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bf1ede606bbbdf0ef9965404f01a81e8cbee18ed..9abb08f3252d3263d2bdce7732f3c3e0ad84da8e 100644 (file)
@@ -1,5 +1,5 @@
 # engine/create.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b00fa02235ec3345e05a0de9a3948984d27711d5..801fa4ff9e54a3d7bd69875f1d21ff6c8f718c50 100644 (file)
@@ -1,5 +1,5 @@
 # engine/cursor.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 84ac65a592e1e2485fc3bd72735f60029da6eadf..8cd718b39094151491a3191c02a6a3c7c1920240 100644 (file)
@@ -1,5 +1,5 @@
 # engine/default.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b759382cb277da36ff076321ea38dcf1d3363e2f..b01eec5fb68bbfd5b812884aeaff99803c969a25 100644 (file)
@@ -1,5 +1,5 @@
 # engine/events.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c722c53d34b849b321c804da1acfc919ab4f478b..ac082b0d3e87f381c32e1c36542d36cbf6cfb3da 100644 (file)
@@ -1,5 +1,5 @@
 # engine/interfaces.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a96af36ccda5b530c688bef08d04e9c9713c053f..a5173b9d7d041f06d2bda3a7360c9834b2e0fb34 100644 (file)
@@ -1,5 +1,5 @@
 # engine/mock.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b3f9330842d18e354599550dbd006edb68684e1d..0888257f20fe473c3c493923ae85d804c29c00da 100644 (file)
@@ -1,5 +1,5 @@
 # engine/processors.py
-# Copyright (C) 2010-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2010-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 # Copyright (C) 2010 Gaetan de Menten gdementen@gmail.com
 #
index 23009c64a4cc5d4179c9d0c88ca9b65c91a7ce8c..c976ae0f1385d3233439ebf50c832e3c678365df 100644 (file)
@@ -1,5 +1,5 @@
 # engine/reflection.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index dc7b0727c6dbf05eca18a2d029b2a502930ed6a8..b0788a607156c5efa1131b7b798649b7ff3db0e3 100644 (file)
@@ -1,5 +1,5 @@
 # engine/result.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index da7ae9af2779d692c82049a1f2aa75c9a75dff9a..cd818c6514b6ce58cd09a84ab9803af9d0add017 100644 (file)
@@ -1,5 +1,5 @@
 # engine/row.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b4b8077ba05752331186d8d35def7764e345b3a0..a7eb81b43f7efa2eb3d041ac817b48e3741d581e 100644 (file)
@@ -1,5 +1,5 @@
 # engine/strategies.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 20079a6b535cc417b21c3f4325afec168d87094e..5d66120135139ab1e70303475a4eb7e995c92021 100644 (file)
@@ -1,5 +1,5 @@
 # engine/url.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index e499efa91aaf6adb3930aa3c962bb2bd17efe66d..b8cc1d23a2ad1642766ca527d71ff0358d3382ae 100644 (file)
@@ -1,5 +1,5 @@
 # engine/util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 4d1830994322e3d3af0af9f9a035f77daa16f06e..a48af7ef5d0d1f38a5e73f40b82d5aec1ae851ac 100644 (file)
@@ -1,5 +1,5 @@
 # event/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 01dd4bdd1bfe40217f86b0113114642d7431677f..38b2716b88b612e47706a636f2d13cfae355a4de 100644 (file)
@@ -1,5 +1,5 @@
 # event/api.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ecea1045c9f981606f974f9b3dab796c3126b647..e09cb4d5a4a5b817c58b6c91cc84e592d5ad1763 100644 (file)
@@ -1,5 +1,5 @@
 # event/attr.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 66dc12996bc04e36fec189c783ddde18cdd3b959..9f6e410d683c49b4f525b9502fcdba92dd7a35aa 100644 (file)
@@ -1,5 +1,5 @@
 # event/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 03037d9bb762025e97e74c7495fecde9b9ee1a1d..63fc1ee9a9aad598e3703b8e22b43e8d0c474f4a 100644 (file)
@@ -1,5 +1,5 @@
 # event/legacy.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index d7e4b321553752f702c4309c9e558b7a0a919d7f..22be5628e44991d1468002b07f79faa1dd8e61de 100644 (file)
@@ -1,5 +1,5 @@
 # event/registry.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ce83243951677161da246674b318b5af7820d483..501d79ed63c770437d5109fda16ded7add53a10f 100644 (file)
@@ -1,5 +1,5 @@
 # events.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 71e5dd81e0bb1bb2ef74a027fe99a44db6d9f96c..c31c16b4dcdb3420e0b2aa69833676f668115a60 100644 (file)
@@ -1,5 +1,5 @@
 # exc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2751bcf938a6e75da0fa9947c331d6fececc42e6..5d61ac7652e624cf16d63e7797c041afef357912 100644 (file)
@@ -1,5 +1,5 @@
 # ext/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 61c98a6eb5d555bd1a3cb9d2467a6e51ae4b3004..5fbabe578cc2830820884ea79e62af3cd6ed7dbd 100644 (file)
@@ -1,5 +1,5 @@
 # ext/associationproxy.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7d8a04bd789bf8792bda61d3ff4227ff8f1fe5be..e0b688cb0f7d7c837f9027851f9b3a980f0c8489 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/__init__.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ca2a7cddacf7c99f31b22aa83b65a41316beb960..84fd9f23a77abf9cae4645413c6010824a9f8c15 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/base.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 84353ee3252f996efb4163b6a8608136c740e922..263bd75cf43dd36a4ec15898e353fd3e8aa79633 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/engine.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 558187c0b417140abd9b07dbfa5eb96c0fe10ef1..6f61a71c195daf3e0e6499ab9d354c5682d75fa8 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/exc.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 88495206ea20e366bac67edc5256b044ad655d38..483126a7fb72a983c018b56103bdf91528c42998 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/result.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 107dabbe5e69915d9732ed4ef29146f15b2bfdd5..47099248dd0e3eab0a8c52eb688acb8c8866e98a 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/scoping.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9e07e19e8d16b7b0d3ebabc40fe5bb60a67e557d..c547b9781e5f91ab66ce51a16415e5449acebaa5 100644 (file)
@@ -1,5 +1,5 @@
 # ext/asyncio/session.py
-# Copyright (C) 2020-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2020-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 817f91d267b1830abd4bf251402b5d04b0c126aa..a810b82e8989d7df4446b04b5d57aba877647ee1 100644 (file)
@@ -1,5 +1,5 @@
 # ext/automap.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cd3e087931e843b4fb822a2741f72bade0bc823a..2377c7d12a55702f762f162ee8bc164674256000 100644 (file)
@@ -1,5 +1,5 @@
 # ext/baked.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cc64477ed47633f6a1d9655512e187e18147315e..2de5001ee462bef6541a0f86e3f83302afce6af1 100644 (file)
@@ -1,5 +1,5 @@
 # ext/compiler.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0383f9d34f8b77d392270d5db4d4f3f476d7cd12..e134641685e37a85968a87cad060585a3a4caf0b 100644 (file)
@@ -1,5 +1,5 @@
 # ext/declarative/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3dc6bf698c4a7357ccb057574c6afc9742a0948d..d119aaebe1ca6d06f6c0985e7bd6539b62cb6a73 100644 (file)
@@ -1,5 +1,5 @@
 # ext/declarative/extensions.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a7f964fe82c0306613cb1b7c6f6f87ecac18a249..4722353f3b1cd0aaaf99d309039e50a477b84eba 100644 (file)
@@ -1,5 +1,5 @@
 # ext/horizontal_shard.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 524ad1c0229d257623d8dd26d88df824f372195d..f9a9459bfb43d3a4945c79685103a026698decc1 100644 (file)
@@ -1,5 +1,5 @@
 # ext/hybrid.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index eadf72af57ffab2b38ac74b9eecd4400af7149eb..17b3cff5f7316b48a6576b7dfded90916b602de6 100644 (file)
@@ -1,5 +1,5 @@
 # ext/indexable.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8bb01985ecc5bdb06148bda91a3962679e629c65..08d55dbdb753d80b3d1a44ff0a5eb789846790eb 100644 (file)
@@ -1,5 +1,5 @@
 # ext/instrumentation.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3a1fa4d6dacee04bfcf240ef79deed291cf990c3..43967b784a5a6aaef89f17be819fa763896fc007 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mutable.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b5827cb8d369364b05c1711b7396001688ba6618..09094508adfccea88488e83e2754afae68b21d3b 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 02908cc14b4362f506b7a2ab062b66ffe13461c3..cfc9c053794751b239f50d3fde627851975d270d 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/apply.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2ce7ad56ccc965c03a6d2f89de5de02d59a7ba04..788b64f1d6024670eb7b27f3715f01d54e83aa4d 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/decl_class.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 26a83cca8363a4c227167a78e3711401e6133978..5e1e1f01e5b86daf01cdefa02d852069846b086f 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/infer.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1eaef7759531e5117dccf55533231eea4b0ccf2b..be08a854041067512df6c30da28d9d8327233018 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/names.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1ec2c02b9cf3ea2d2ba3652056196ddba5bc48d9..73b0d6d26e701a3fb3fe807aed6dfdff89218c13 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/plugin.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 16761b9ab395c1b8d07307f4f06779f0f3e2a7ad..855f6171b3897de284869aa4bd67e1dcd7be5513 100644 (file)
@@ -1,5 +1,5 @@
 # ext/mypy/util.py
-# Copyright (C) 2021-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2021-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a39d216058179342ed9496dd37c3a40a5371f7fa..fcd483cf5fccbc597567c27396be06eb37f785e6 100644 (file)
@@ -1,5 +1,5 @@
 # ext/orderinglist.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b7032b6595955851f655cb95da095289b03a6119..2fb022c349a7a2c1e082c747f8f0457fdc7d3bb4 100644 (file)
@@ -1,5 +1,5 @@
 # ext/serializer.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ef9afb1a52bade15a1bd800dd7b359cfca5fbe09..3a06418649e585b1a2f4bd8ad83069dba3c84c71 100644 (file)
@@ -1,5 +1,5 @@
 # future/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0449c3d9f31c448c6efd4d19de3bc26d3d98a76d..e53286c455cafe57967db366d61ea7d9049fa415 100644 (file)
@@ -1,5 +1,5 @@
 # future/engine.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2e5b22018141e200e655d70a936713d25db2089c..c6380c7ca89875e192c2e9e91a3601c699085c80 100644 (file)
@@ -1,5 +1,5 @@
 # inspection.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 849a0bfa0784f897c91fc1738d8620f120de04c8..7327089428934368e4165bdc6cc7af9f3bbc3876 100644 (file)
@@ -1,5 +1,5 @@
 # log.py
-# Copyright (C) 2006-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2006-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 # Includes alterations by Vinay Sajip vinay_sajip@yahoo.co.uk
 #
index bd957fb4cbeb429e2ba6bd35f65394af694a4f81..3521c6cfd9727b86da3ed5f35c8a36fe7d64de39 100644 (file)
@@ -1,5 +1,5 @@
 # orm/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a25a81e9711ca653d8902d34a49606275588a369..299485d03579d8b28e85906e7527615c1160d0f2 100644 (file)
@@ -1,5 +1,5 @@
 # orm/_orm_constructors.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ccb8413b5243ab08eec0fdeaad8f1e247cc7e281..934e5644c4390704d1b083808a8754b758b3e4ce 100644 (file)
@@ -1,5 +1,5 @@
 # orm/_typing.py
-# Copyright (C) 2022-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2022-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9c679368716b48ff449e0a512ef5ffd12929dfc8..1a935e3ff026e10fb8a1860996e0f91834190875 100644 (file)
@@ -1,5 +1,5 @@
 # orm/attributes.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b9f8d32be9646d1b35044b8886f43dcb6cfed72c..64afede2ea4fba74ce19d52f98a59674d58fcbba 100644 (file)
@@ -1,5 +1,5 @@
 # orm/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3dde8560922ef14d2ec40afd98b9d6f6f0820fe9..22baf894305b39164e4be1c9a3fa6d96c1712451 100644 (file)
@@ -1,5 +1,5 @@
 # orm/bulk_persistence.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fd4828e8559614049d38ba01f1cbd973b12ac286..2b02446c0f46d68646cf0abef6c1107651fac1f4 100644 (file)
@@ -1,5 +1,5 @@
 # orm/clsregistry.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b698c2eb8fd394593114987aca5f54fb84b44057..742ebfb0522a984417ccacec7521c0bb27c5ee98 100644 (file)
@@ -1,5 +1,5 @@
 # orm/collections.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 30b05948a5142d2dc79551a74b9270129a34d1b2..9acc59314a9004f6b76564061a8dc4d7bf9bca59 100644 (file)
@@ -1,5 +1,5 @@
 # orm/context.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index eaef35977d23b98fcfb04ee7f0aac6cac003810b..9f455d602994744d883d338f5ae7b59f96812110 100644 (file)
@@ -1,5 +1,5 @@
 # orm/decl_api.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b2ea17319ad10825d6a408c94f99d420efb59d03..d4f35414cf1760c65ebb027bd8ce83898a44b966 100644 (file)
@@ -1,5 +1,5 @@
 # orm/decl_base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a8cafdd0b7a6b5fea3bcfec197df80cf94b2591c..0019bcd68e1cf1ff69610072c01b7701c4d62e6a 100644 (file)
@@ -1,5 +1,5 @@
 # orm/dependency.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1c003cb4d12e6b433c9e90cda31b353722b3712b..a493373e60ad545a59a979faa17dfd8ed0e934cb 100644 (file)
@@ -1,5 +1,5 @@
 # orm/descriptor_props.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3c81c396f6e82857afcde03a4be2e2d67fa67d56..e8a97d6cc9b3a364855e2e211993d0f794947326 100644 (file)
@@ -1,5 +1,5 @@
 # orm/dynamic.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 57aae5a3c49ec853d4434a8ea3e1296ebca8795d..392d726e990382fe1f7469d780e4bd057ce53295 100644 (file)
@@ -1,5 +1,5 @@
 # orm/evaluator.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2c812f9bab6297d961dfc803297a44ccc0c3933b..2affb00028d11d0639756812a219510e46caeb36 100644 (file)
@@ -1,5 +1,5 @@
 # orm/events.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a2f7c9f78a304e6b5eb13a6f1a6f5f93f0175bfa..fec401b740ff9e66147114b4607c539b916de826 100644 (file)
@@ -1,5 +1,5 @@
 # orm/exc.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1808b2d5e59c552686564f8435284c765ff14697..61a5f4c1bda2a776a71d906729e9dcfcf3fe9e07 100644 (file)
@@ -1,5 +1,5 @@
 # orm/identity.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index f87023f18092120cd5d0f3edb0788ad5b5127416..7091d369b6ca8aefc350ccf4104bf034bb9c079e 100644 (file)
@@ -1,5 +1,5 @@
 # orm/instrumentation.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2194f3efe6b3416ba82e8a90a8bbc7fc061b0e59..84806a0f3fd01480cd002629e8f8259c4a5d427d 100644 (file)
@@ -1,5 +1,5 @@
 # orm/interfaces.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 41fa18f8a714bb5e562e9f32de4a21792275f063..fb7efa76e0e52d7347480ea9fe3ebf5eb6f28a50 100644 (file)
@@ -1,5 +1,5 @@
 # orm/loading.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1ca281f07895f7284dee07b59c6e41602036d3d9..2b4a2d9c7566b70da35ce6736cd7fd61f3b87c1c 100644 (file)
@@ -1,5 +1,5 @@
 # orm/mapped_collection.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fb1c58dba60894a824b966b26a452da6e9d73b2c..8ee0ac4fff13bc6a6993389b0de7a41093d96e08 100644 (file)
@@ -1,5 +1,5 @@
 # orm/mapper.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bb03e53d2b13b9258fe553dba53148fe4b669b4b..97065d585073434158ffb55a78b091711df59ebd 100644 (file)
@@ -1,5 +1,5 @@
 # orm/path_registry.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0b48d8eef6d62847074b6049f42e5070d4d56dae..0b7a218ca8e14cd90bee324ecd53b68e25b4e63f 100644 (file)
@@ -1,5 +1,5 @@
 # orm/persistence.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1d17f9e6ebb3ced46235d61fa205319b4889fcb0..65d3fcc3f1f58f8e7f4e1c4ba16e78eb17b2f31e 100644 (file)
@@ -1,5 +1,5 @@
 # orm/properties.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 837795d24d709e61864d711c5ddbc49b7bd0dca1..5552b116881fcefc052c59c2325d69256d00b489 100644 (file)
@@ -1,5 +1,5 @@
 # orm/query.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 15b63d1b4b4bf4120b75d7759121effe6f8b0fcb..b185ef604163409876040b2c1d6264b570da60ce 100644 (file)
@@ -1,5 +1,5 @@
 # orm/relationships.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fd0f42e7540b512fc3a2c9e888a7229a2dead264..b8ae381a44d31cbb2e1011b7f11455f69fa4be97 100644 (file)
@@ -1,5 +1,5 @@
 # orm/scoping.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1192f8410d9d1c7677215fa9037063aa94bdbdfc..61bf180ecab34833096afc18c6c9e8f35988db0f 100644 (file)
@@ -1,5 +1,5 @@
 # orm/session.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5c4155e09e95f5788b269f245ed729775d9c677a..2f6f58e9faebd59729320463acc08115c399df76 100644 (file)
@@ -1,5 +1,5 @@
 # orm/state.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 242b621151ebd33c35bc3f50a381728f5840cece..f12041f6db4c924a54bff09530d556650a919567 100644 (file)
@@ -1,5 +1,5 @@
 # orm/state_changes.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 10f0bdc51cbaa7ce1e11411d14e9c2436c01f604..966abfd6a10917d5c11933acf6aa57f70aeaca30 100644 (file)
@@ -1,5 +1,5 @@
 # orm/strategies.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a811344f77adad17fb75ae3ebdb09fd050dace67..bd94e3251bb266261a60c6c56a188f03ac484485 100644 (file)
@@ -1,5 +1,5 @@
 # orm/strategy_options.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8f85a41a2c068b0779da9fc7bcd193b3d1ecd9a6..b894e27bc141d378426e348950acbb6059d9240f 100644 (file)
@@ -1,5 +1,5 @@
 # orm/sync.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 80897f29262fc243a28f8edf2bf8a2d7d434c9e8..c65b37e54c493db561241906456a1148dd4a159a 100644 (file)
@@ -1,5 +1,5 @@
 # orm/unitofwork.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ca607af1be481edfc432c3e3e03c1e90895ebf86..090a27412980c3b79c9d398fa04b477a847cc375 100644 (file)
@@ -1,5 +1,5 @@
 # orm/util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fac50b5808c9343ab34316648ba03a895a33b1ee..e090c07c10bbfb8078e0eebbba563beca25af46e 100644 (file)
@@ -1,5 +1,5 @@
 # orm/writeonly.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 51bf0ec7992c94991b3963e4c9299c5b5b9c2e8e..3a043e884d8936aeceae6f4602a39f558e648286 100644 (file)
@@ -1,5 +1,5 @@
 # pool/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9ea1e1e64b2f446c9367a6e180f0f11a6a977fae..d3527a4fff11fa2cd385bcc30f999421c3da04d1 100644 (file)
@@ -1,5 +1,5 @@
 # pool/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 4ceb260f79b8815e856dc6b3d9c5349057f557e4..c7b7354dc5c31959f5b02e46b963f9b7579b5313 100644 (file)
@@ -1,5 +1,5 @@
 # pool/events.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b100f53ec153c0efb3785ea25ab49a4d3b7b133b..f3a5c2dd8420bc3f73fb2457451d5f7781bd2764 100644 (file)
@@ -1,5 +1,5 @@
 # pool/impl.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 56b90ec99e84b219423df539d031d3dd39c7f92f..3e4e15e8e9e86b5c511016ba18f112865b937297 100644 (file)
@@ -1,5 +1,5 @@
 # schema.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 188f709d7e4ab598f0aee07625c72ac1891f4384..152263617e706659acf3beebbba55222bf819a8d 100644 (file)
@@ -1,5 +1,5 @@
 # sql/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 0a6f60115f19e87c4b37f1667fc513987cb26374..374055cfc2dfc8fdfe1ba76a56d91f271813f498 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_dml_constructors.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3359998f3d84c114f0d3bf96c9ae89fb4ad8844d..6f3f8127ea5af988f4679a4b7874e883475eb042 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_elements_constructors.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c37d805ef3fb52ec2735d5431e9613eb30c94220..39754a3c2d9bc818db282d0ccd54c8750ecf66d8 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_orm_types.py
-# Copyright (C) 2022-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2022-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9e1a084a3f5a8e1a3a4d784417d6efbce43cd2a7..c65e96c0db973eb5c470885f071f233f71a2b8f4 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_py_util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 6dfed7d8abace7bea8260e220a989f93034a9d3c..4dfb7ea7627ce8c8d82cf43203221673c3e8e28b 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_selectable_constructors.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 7df3a0c63f370206560fd82658bcda12774b1934..99d3defad746fe882a2dcfb0fb82147d9807bbb2 100644 (file)
@@ -1,5 +1,5 @@
 # sql/_typing.py
-# Copyright (C) 2022-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2022-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 27aa7cd2bd9a15af5eb6e0b25f6941a878e39537..cbd262d1559857d28a0aa36a6bdc51caa1134d8a 100644 (file)
@@ -1,5 +1,5 @@
 # sql/annotation.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ed9e9c74bd148c7e5387fcb4f990e90164033a12..3b9e820a2aaeb38e97ea3fd4db7e1bb1052aaa62 100644 (file)
@@ -1,5 +1,5 @@
 # sql/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cec0450aa61bc72b6151e8c1a90a4021e8097f77..5037f15f9dba5ab748461c6690fddcecdc02aaf9 100644 (file)
@@ -1,5 +1,5 @@
 # sql/cache_key.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8ffaa7a2a6d02f0a32f63bef469758b446785d8d..f7c8b13917d706917e525143cae6e52dd89f3537 100644 (file)
@@ -1,5 +1,5 @@
 # sql/coercions.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index e703a57f890ece914777da74b15b3f355098fa28..806fb45c0ae1a9b754594da99aef888ed4aef49b 100644 (file)
@@ -1,5 +1,5 @@
 # sql/compiler.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 359f4864666248ae8c7b8b85034ed708fa811d13..92c5432cdc29ec9e6da61f15d5a35f82700cd568 100644 (file)
@@ -1,5 +1,5 @@
 # sql/crud.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 70a83cb8a73bda44fdf446ac36ff0c15a692950a..636500ee8c3a0f90a1fe503887891afa1500eee7 100644 (file)
@@ -1,5 +1,5 @@
 # sql/ddl.py
-# Copyright (C) 2009-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2009-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 62c1be452e13d0cf800a6d3111b00bba988cdc86..156ab47c03841b58b7fbfad3f5fd9f9b70832060 100644 (file)
@@ -1,5 +1,5 @@
 # sql/default_comparator.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2075a675c62086fc45ad870ca4fe398911837cd5..9b00bc4593919a290390e3514c623f18ce8701d2 100644 (file)
@@ -1,5 +1,5 @@
 # sql/dml.py
-# Copyright (C) 2009-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2009-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 6df9baa6f31ff1e0cc5ca20816df049d4da6a4e2..dcecb20c4e8124b923ad3899ee0e67aaf2d67212 100644 (file)
@@ -1,5 +1,5 @@
 # sql/elements.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 601092fd91283fba5111b91db8b9ad051cb495bd..b1b45fcccd9912e42463494c72069557043a80e5 100644 (file)
@@ -1,5 +1,5 @@
 # sql/events.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index dc7dee13b12821e29f3216f9e0721e96d8a078d5..b4a185a09cd87d248d9cf77476eceb654fcdc31b 100644 (file)
@@ -1,5 +1,5 @@
 # sql/expression.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 15f8045646913af0ffb42bd21a8730f6e1cc71c7..f30b686add2ec012f196c22318fbccf8dcbe81a6 100644 (file)
@@ -1,5 +1,5 @@
 # sql/functions.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 71884db7f3bd915447865109fcb00278fda20978..a9e94aec1360beb29a34b005023edbf7f9ba83aa 100644 (file)
@@ -1,5 +1,5 @@
 # sql/lambdas.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ce68acf15b9b1e56b327ba16f4aab6e1742db3fb..74340f17c8f0e2a3f541ab2fff133f781611117e 100644 (file)
@@ -1,5 +1,5 @@
 # sql/naming.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index d5f876cb0d89e509ff4c00e8477cf0e1d2d8ee94..5ba3fb99f5262a81b8501cda6ca1743269d6c6a9 100644 (file)
@@ -1,5 +1,5 @@
 # sql/operators.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index da69616dc4644a6d666e6ca357b9fb1d16008cd9..cecfa1981721dd2e5c59446a330973654343491a 100644 (file)
@@ -1,5 +1,5 @@
 # sql/roles.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c057a0dbaacccc69153ef55643ff8eb1e06ab7f0..db397195d978cd01f804bc680c4e6cac32600323 100644 (file)
@@ -1,5 +1,5 @@
 # sql/schema.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index aa47f679c538f6ebcfdf0ac7a0c1d5c0ae6a6754..d7fd2cc9d26a95a69aebdf9bbdd6a6af335df77f 100644 (file)
@@ -1,5 +1,5 @@
 # sql/selectable.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5b453abbf4a0de5d5b2cd66274b099fb5d9754f1..dccc64bba16452583fc3b8fd9ba2b489600d5efd 100644 (file)
@@ -1,5 +1,5 @@
 # sql/sqltypes.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 13ad28996e086cddf458dba855b74eda895b5028..c9b6290f46e3aa49f139be36120335bb78c57000 100644 (file)
@@ -1,5 +1,5 @@
 # sql/traversals.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fe2d1ef6ff8dea9c70c3ce452d60ed286c3bfade..f30bd206e3aca130393530f05ce03307ca76514b 100644 (file)
@@ -1,5 +1,5 @@
 # sql/type_api.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 81f8ab9fe0e5e65270600db5209c8c37ae55c46a..a0a0934f4dc03ec6eebab18a141be24c276c637a 100644 (file)
@@ -1,5 +1,5 @@
 # sql/util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a9d85a5db5fd53a95e0667534b280a8eb9073376..17f4335b03ee8cec04e76a8c0ea727a35da96d56 100644 (file)
@@ -1,5 +1,5 @@
 # sql/visitors.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 4e574bbb24e9a578f4de041962c04bcd03836ce8..41ddcedaff178c29b2333cc6350ec219de038918 100644 (file)
@@ -1,5 +1,5 @@
 # testing/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 15966ec42c014d6a0198d23e222db64015884d2e..3d7810c15c985025711ed460b28fa59a554ced1f 100644 (file)
@@ -1,5 +1,5 @@
 # testing/assertions.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 603955a8b5196981d7149d51b62e04bbdc547696..defd11088810d8d0af2896b0846de1080c1f155a 100644 (file)
@@ -1,5 +1,5 @@
 # testing/assertsql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 28470ba21c39240811e1e90e1ddddd16adb5628a..23da105963b5845d6b2945f4e17fa3eabf6188af 100644 (file)
@@ -1,5 +1,5 @@
 # testing/asyncio.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cc8af6d46492cb59c2947bfffae7db5088b42eef..09ed89bfbc4a199f44fa39187bcc180514f6d288 100644 (file)
@@ -1,5 +1,5 @@
 # testing/config.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9d794d4316fa59dc9ca7acb5930428c79e6cbc8a..a1a3586408e6e316a56e22c8448b766f7edacf3f 100644 (file)
@@ -1,5 +1,5 @@
 # testing/engines.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 5bd4f7de2400194728c9ad205298a135653e9d7d..c192480848fa930473736d5eded45afb2667f94b 100644 (file)
@@ -1,5 +1,5 @@
 # testing/entities.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1a6f88bf723fc6feecf77ab3a4db56357b10b782..d1bdd2e304c5d2513c3dcb83cd129bdccb0bee53 100644 (file)
@@ -1,5 +1,5 @@
 # testing/exclusions.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index f2948dee8d3dc86d520fe695a013ceeed3e0b177..2feeb7db0d79c1bb96ebf7b4f0bc4de8db2ae2a9 100644 (file)
@@ -1,5 +1,5 @@
 # testing/fixtures/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9d02e9cb3710bb5dc1a04387d061b72e48235b7c..1e770cc37c49081ddd1fa3174143fc12026e282e 100644 (file)
@@ -1,5 +1,5 @@
 # testing/fixtures/base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 849df4dc30a8511161faf25d462a3fc2319c5125..3cd5cbc2e2ff6b1892d1927586be7ffb6003ac3d 100644 (file)
@@ -1,5 +1,5 @@
 # testing/fixtures/mypy.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 77cb243a8088b3aabc0c4a56fa86c0cfc865a6f5..65693b719c6210ae17d45288625cce8ad35fe166 100644 (file)
@@ -1,5 +1,5 @@
 # testing/fixtures/orm.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index d6b8327eca045b8374376f08a56f42e623197bf4..18ac4f554bc10130fd8a29fa121862d0a4f72cb7 100644 (file)
@@ -1,5 +1,5 @@
 # testing/fixtures/sql.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9317be63b8faed9a006569da3feb7ffde23c0407..c1ba2339e7a454a73a4485c12455bd436576e04d 100644 (file)
@@ -1,5 +1,5 @@
 # testing/pickleable.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ce960be967db00e576150ab269ebbe27afab0dc4..65c1519066fce3d11e8ccfe8cea5e889215ed0e3 100644 (file)
@@ -1,5 +1,5 @@
 # testing/plugin/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 2ad4d9915ebc25519f80fe1c214fc06cea6599f6..3d0d06241d88f52791bcd66cf03c0d4731e68386 100644 (file)
@@ -1,5 +1,5 @@
 # testing/plugin/bootstrap.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index d815f8936e83a493afff82bbf639135347c1c33f..c4cabb33ebc2bd0e3eb3d909584559784404fc2b 100644 (file)
@@ -1,5 +1,5 @@
 # testing/plugin/plugin_base.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index a28cb62a46df27fb7bdb560944290f4691147765..bee8189edb92995aef4090fb0d8deb5a236bf35f 100644 (file)
@@ -1,5 +1,5 @@
 # testing/plugin/pytestplugin.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index cefbfc0997f1209626f67282cf44077f2d78b9b9..37ddc02337f0e4063d38c318de63c1833029d10d 100644 (file)
@@ -1,5 +1,5 @@
 # testing/profiling.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 07489da530c3b5b20e7d67776618245f41e4f936..29274b3a401ec6cf0ddaad41163ebaeb582b053c 100644 (file)
@@ -1,5 +1,5 @@
 # testing/provision.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8efd199b863839266e460f9b76893fbdb0a2bf63..df630503fc89234739e287fe1b28c508e2e85f45 100644 (file)
@@ -1,5 +1,5 @@
 # testing/requirements.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 516af2f367ba47317944cb5b832f3bfefbba2ac3..3998de87a8573a41fac97c2fb97406f90bc29998 100644 (file)
@@ -1,5 +1,5 @@
 # testing/schema.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8435aa004f37df797f0dcc8f7eb8ed952e941cfc..e64b0dae00ba52a33723bfd71eb6995812639e3e 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index ca9a2e50e5598d6c6f8be2b900895edba554f611..d74cf558edc16c13ae8086faeb647d4a200970c2 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_cte.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1c621bada1d0f601a41db4d471929c83fd165043..7cbf7168fe4de3e0d31b33ccff588b3aa198a890 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_ddl.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index db0a9fc48db849d6319b90f3594ff4faeaef48ad..061ba59b2ec0e30ed08506b05f9c65098e44f21a 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_deprecations.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 36b474d53ebd79e71fa0ac56fcd858c3401fed0c..bd0b2380be3e5576ce33a19f4d651baea75340ba 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_dialect.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 8467c351790c7882d735eba2061afcbc17633fbf..e82f835e1e5dfbda93af1e0e9d820d0dcf87347f 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_insert.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index fd3765770f03d8e573942de91c176524aaca2088..8f6fe56842bcb173543255c2f83a39cb548fb2ed 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_reflection.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 317195fd1e9ef6f3d904595ee867c473ff38f93c..c75b56352a97ac793d67fe1dbd74cd36bc7df751 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_results.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 59953fff59c97b33121cd1db3ac1fde43364426e..f74246bf9f4d86a2c1ec7ae4cfe6cd037631b4d0 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_rowcount.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 11af26b17ffe81b9f2193ddbbcdc64c0ef79e97a..ab91c5cb80fc1779d4d059669dfdb0ae3d27864d 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_select.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 780084304368d63fa20c55b88d22e4dc406c05d8..3ee88591d834aefcaeb9aa8aca914a3786a99a4c 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_sequence.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index b22907bb7391f26065ce84f67c1e583932acfca5..fdeae8157ae6eee5de5b94f5aae3448b88162004 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_types.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c8dd3350588b4c5da2e98be63ce4f82073632150..5642c6d90aaedc8c4df1b7664783d5dcb2278792 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_unicode_ddl.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 50f0ca9fca4d630624929631d306abf541e225cb..1374e05f51e2ee547ed9a2cecae9867632a732f8 100644 (file)
@@ -1,5 +1,5 @@
 # testing/suite/test_update_delete.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 21dddfa2ec17bd6526af25be65f1576d5cb0362c..05aff5f36cf92fd89162f9312aa49c83a97861cd 100644 (file)
@@ -1,5 +1,5 @@
 # testing/util.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 9be0813b584b396a31f3e7f0d4fcf7983f043c82..af136a8e14b41fad45fc853b9071bfaa84503f92 100644 (file)
@@ -1,5 +1,5 @@
 # testing/warnings.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index bb2c2e11de36331a86232693111627a04b62e162..23b9eac403a82689cf662f1a92ee7764e41685b4 100644 (file)
@@ -1,5 +1,5 @@
 # types.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 55770c890a9e177bb9c3bb2b739a47ff72e3b0f2..9c8e3cda4e64c76dd14c4261a7ee39bc16c250a7 100644 (file)
@@ -1,5 +1,5 @@
 # util/__init__.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index c5e00a636d7973f9ce4a9e1823c92a1115cb9473..3679f59e8d93a983f96a031c1f6bfeef4db289e6 100644 (file)
@@ -1,5 +1,5 @@
 # util/_collections.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 718c077c0dab4013cfa7d0c90b756f33f3810d7f..79b9a49d13db9d3711636e7b59a6e753170fb160 100644 (file)
@@ -1,5 +1,5 @@
 # util/_concurrency_py3k.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 21faed04e6b3c0667b4eeec590cc1f8c10372fa2..1c5a3ba76f158ab37d3bae2cbf30cd222abda1ba 100644 (file)
@@ -1,5 +1,5 @@
 # util/_has_cy.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 971245b9f83668e3772452fe4c77c792ed3fe7bd..5c5d2b13fa3a1348bb51fff1ee821b68ff1388e7 100644 (file)
@@ -1,5 +1,5 @@
 # util/_py_collections.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index abbbd628f677e9140aff982f2f60a01cd94ec00d..9e48b9c6d8e3a15ec17598e0ccd1d0ecb973453c 100644 (file)
@@ -1,5 +1,5 @@
 # util/compat.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 791fa8f834201d01e3166a09be869af7d3b92ffc..49924ad166b7ab5460c181c9c2f1a2359493fad8 100644 (file)
@@ -1,5 +1,5 @@
 # util/concurrency.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 88b687240382ede48f8923814fe21dc3934a5993..367140e11da5165188cbd489fa8ba0212b97bb40 100644 (file)
@@ -1,5 +1,5 @@
 # util/deprecations.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 6db82fb212a182a31f6cafd8240d87c684f64ddc..77fd22583835d695d8982f35b2572bd6fa7f7403 100644 (file)
@@ -1,5 +1,5 @@
 # util/langhelpers.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 4ea9aa90f30c161cb62e5bfa8d47958340c02715..b57abdc4d567295d8640e6f171d41dd40f8fbc53 100644 (file)
@@ -1,5 +1,5 @@
 # util/preloaded.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 3fb01a9a9f8b85a3d514843a100ff0c577f16782..c89f9d23c69849c8ca9881cae054a80d843b943b 100644 (file)
@@ -1,5 +1,5 @@
 # util/queue.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 407c2d45075e9d0b657ddc1347c05fd2ffedc7d1..9e1246f8f01a53120d8d4a30c4980f9036436042 100644 (file)
@@ -1,5 +1,5 @@
 # util/tool_support.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 82f22a01957051000654b2c5f927626f3d81d55b..e84db0e46b81b77857f47bc5a38bddd40f00c066 100644 (file)
@@ -1,5 +1,5 @@
 # util/topological.py
-# Copyright (C) 2005-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under
index 1157be9dd5b75cff1f7b1d826ebd6a95575ab8db..361cfac14f730e4d339eafc6f46e1ff308e57b0b 100644 (file)
@@ -1,5 +1,5 @@
 # util/typing.py
-# Copyright (C) 2022-2025 the SQLAlchemy authors and contributors
+# Copyright (C) 2022-2026 the SQLAlchemy authors and contributors
 # <see AUTHORS file>
 #
 # This module is part of SQLAlchemy and is released under