Skip to content

Commit 78b8ef4

Browse files
committed
Convert two missed years
1 parent 73576ef commit 78b8ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

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

3-
Copyright (c) 2023, Astronomy Data Commons
3+
Copyright (c) 2024, LINCC Frameworks Team
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../src/"))
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1616

1717
project = "{{project_name}}"
18-
copyright = "2023, {{author_name}}"
18+
copyright = "2024, {{author_name}}"
1919
author = "{{author_name}}"
2020
release = version("{{project_name}}")
2121
# for example take major/minor

0 commit comments

Comments
 (0)