From 28545c7acbe2e2e38d64f47690f482c958401bf8 Mon Sep 17 00:00:00 2001 From: Ilan Gold Date: Thu, 27 Feb 2025 18:57:57 +0100 Subject: [PATCH] Backport PR #1879: (chore): update license copyright --- LICENSE | 3 ++- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 99d4766ef..f4e1a1b52 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License -Copyright (c) 2017-2018 P. Angerer, F. Alexander Wolf, Theis Lab +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 diff --git a/docs/conf.py b/docs/conf.py index 28aae0a63..9f1699818 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 diff --git a/pyproject.toml b/pyproject.toml index 8e86617e3..169e55a47 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 = [