From cbcaebf9ea3334e25431bf3508720d202119824b Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:47:47 -0800 Subject: [PATCH] Backport PR #3488: (chore): update copyright (#3491) Co-authored-by: Ilan Gold --- LICENSE | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6f78d4a9fd..bd681d6077 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ BSD 3-Clause License +Copyright (c) 2025 scverse Copyright (c) 2017 F. Alexander Wolf, P. Angerer, Theis Lab All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 7306185eb2..4c85302894 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ project = "Scanpy" author = "Scanpy development team" repository_url = "https://github.com/scverse/scanpy" -copyright = f"{datetime.now():%Y}, the Scanpy development team" +copyright = f"{datetime.now():%Y}, scverse" version = scanpy.__version__.replace(".dirty", "") # Bumping the version updates all docs, so don't do that