From e039c0afd709e98341bef61d8e3d08ff0bdff3e3 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Mon, 6 Jan 2025 15:23:47 -0500 Subject: [PATCH 1/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 256b23cdb..33e2266c5 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Kushal Kolar, Caitlin Lewis + Copyright 2025 Kushal Kolar, Caitlin Lewis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 4f6f98e33f5ca89f387b319c5f3a1b001fb74ae5 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Mon, 6 Jan 2025 15:24:38 -0500 Subject: [PATCH 2/2] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f8e34ab1..66b3c9317 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "fastplotlib" -copyright = "2024, Kushal Kolar, Caitlin Lewis" +copyright = "2025, Kushal Kolar, Caitlin Lewis" author = "Kushal Kolar, Caitlin Lewis" release = fastplotlib.__version__