Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lightning/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import time

__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__author_email__ = "developer@lightning.ai"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2018-{time.strftime('%Y')}, {__author__}."
__homepage__ = "https://github.com/Lightning-AI/lightning"
Expand Down
2 changes: 1 addition & 1 deletion src/lightning_fabric/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__author_email__ = "developer@lightning.ai"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2022-{time.strftime('%Y')}, {__author__}."
__homepage__ = "https://github.com/Lightning-AI/lightning"
Expand Down
2 changes: 1 addition & 1 deletion src/pytorch_lightning/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import time

__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__author_email__ = "developer@lightning.ai"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2018-{time.strftime('%Y')}, {__author__}."
__homepage__ = "https://github.com/Lightning-AI/lightning"
Expand Down
Loading