Skip to content

Commit 28545c7

Browse files
ilan-goldmeeseeksmachine
authored andcommitted
Backport PR scverse#1879: (chore): update license copyright
1 parent 071ef8b commit 28545c7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017-2018 P. Angerer, F. Alexander Wolf, Theis Lab
3+
Copyright (c) 2025, scverse
4+
Copyright (c) 2017-2018, P. Angerer, F. Alexander Wolf, Theis Lab
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# General information
2323
project = "anndata"
2424
author = f"{project} developers"
25-
copyright = f"{datetime.now():%Y}, {author}"
25+
copyright = f"{datetime.now():%Y}, scverse"
2626
release = version = metadata.version("anndata")
2727

2828
# default settings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
maintainers = [
1717
{ name = "Isaac Virshup", email = "ivirshup@gmail.com" },
1818
{ name = "Philipp Angerer", email = "philipp.angerer@helmholtz-munich.de" },
19-
{ name = "Alex Wolf", email = "f.alex.wolf@gmx.de" },
19+
{ name = "Ilan Gold", email = "ilan.gold@helmholtz-munich.de" },
2020
]
2121
readme = "README.md"
2222
classifiers = [

0 commit comments

Comments
 (0)