Skip to content

Commit f54ee04

Browse files
Add PyBaMM copyright
1 parent 5bdc868 commit f54ee04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import importlib.metadata
22

33
project = "pybamm-cookiecutter"
4-
copyright = "2023, Agriya Khetarpal"
4+
copyright = "2018-2023, The PyBaMM Team"
55
author = "Agriya Khetarpal"
66
version = release = importlib.metadata.version("pybamm_cookiecutter")
77

src/pybamm_cookiecutter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2023 Agriya Khetarpal. All rights reserved.
2+
Copyright (c) 2023 The PyBaMM Team. All rights reserved.
33
44
pybamm-cookiecutter: A template for creating battery modeling projects based on PyBaMM
55
"""

0 commit comments

Comments
 (0)