From 264381b15415aa53727c813c402a259d782bde96 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Wed, 26 Feb 2025 15:44:06 +0100 Subject: [PATCH 1/4] (chore): update license copyright --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 99d4766ef..4fb9a49eb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017-2018 P. Angerer, F. Alexander Wolf, Theis Lab +Copyright (c) 2025, scverse All rights reserved. Redistribution and use in source and binary forms, with or without From 0a6efde02b447d45a35abc8582506f46fe901323 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Wed, 26 Feb 2025 15:46:02 +0100 Subject: [PATCH 2/4] (chore): update maintainers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1150aac4..f581364ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ maintainers = [ { name = "Isaac Virshup", email = "ivirshup@gmail.com" }, { name = "Philipp Angerer", email = "philipp.angerer@helmholtz-munich.de" }, - { name = "Alex Wolf", email = "f.alex.wolf@gmx.de" }, + { name = "Ilan Gold", email = "ilan.gold@helmholtz-munich.de" }, ] readme = "README.md" classifiers = [ From beed161d4e9534a5d8be00d4a6357db84c2e0d21 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Wed, 26 Feb 2025 15:49:05 +0100 Subject: [PATCH 3/4] (chore): update `conf.py` license --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7e03e9a8b..001793137 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ # General information project = "anndata" author = f"{project} developers" -copyright = f"{datetime.now():%Y}, {author}" +copyright = f"{datetime.now():%Y}, scverse" release = version = metadata.version("anndata") # default settings From 6c3f9fb76b9ab1f850ac3e7ad64052e85f0e56e0 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Thu, 27 Feb 2025 17:00:12 +0100 Subject: [PATCH 4/4] Update LICENSE Co-authored-by: Gregor Sturm --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 4fb9a49eb..f4e1a1b52 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License Copyright (c) 2025, scverse +Copyright (c) 2017-2018, P. Angerer, F. Alexander Wolf, Theis Lab All rights reserved. Redistribution and use in source and binary forms, with or without