From e9bfd7c11da1f234f64add3647dde1f210011f74 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:10:49 +0000 Subject: [PATCH 1/3] Initial plan From 8c3338baae9ab0abe2673b9679818c8555501d02 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:12:27 +0000 Subject: [PATCH 2/3] Update copyright year from 2022 to 2026 Co-authored-by: ubmarco <839934+ubmarco@users.noreply.github.com> --- LICENSE | 2 +- demo/conf.py | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 97f2ac4..76e4d85 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 useblocks GmbH +Copyright (c) 2026 useblocks GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/demo/conf.py b/demo/conf.py index e46bebf..69e6994 100644 --- a/demo/conf.py +++ b/demo/conf.py @@ -16,7 +16,7 @@ # project = 'Sphinx-SimplePDF-DEMO' project = "Sphinx-SimplePDF-DEMO" -copyright = "2022, team useblocks" +copyright = "2026, team useblocks" author = "team useblocks" # -- General configuration --------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 161442b..06d3c07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ import sphinx project = "Sphinx-SimplePDF" -copyright = "2022, team useblocks" +copyright = "2026, team useblocks" author = "team useblocks" # -- General configuration --------------------------------------------------- From 56a3263a9ae9595b1625ee3c0d05b4e8ee0a7c1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:40:14 +0000 Subject: [PATCH 3/3] Fix pre-commit mypy check by updating Python version to 3.12 Co-authored-by: ubmarco <839934+ubmarco@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e242d24..c952651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ testpaths = ["tests"] norecursedirs = [".venv", "docs", "demo"] [tool.mypy] -python_version = "3.10" +python_version = "3.12" warn_unused_configs = true warn_redundant_casts = true warn_unused_ignores = true