Skip to content

Commit a4fd10d

Browse files
authored
Merge pull request #523 from lincc-frameworks/u/olynn/update-year
Update mentions of year 2024 to 2025
2 parents c793f9d + 840f26a commit a4fd10d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE

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

3-
Copyright (c) 2024, LINCC Frameworks Team
3+
Copyright (c) 2025, 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:
@@ -25,4 +25,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2525
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2626
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2727
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111

1212
project = "LINCC Frameworks Python Project Template"
13-
copyright = "2024, LINCC Frameworks"
13+
copyright = "2025, LINCC Frameworks"
1414
author = "LINCC Frameworks"
1515
release = get_version(root="..")
1616
# for example take major/minor

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 = "2024, {{author_name}}"
18+
copyright = "2025, {{author_name}}"
1919
author = "{{author_name}}"
2020
release = version("{{project_name}}")
2121
# for example take major/minor

python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja

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) 2024{% if author_name %}, {{author_name}}{% endif %}
3+
Copyright (c) 2025{% if author_name %}, {{author_name}}{% endif %}
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 project_license == 'MIT' %}LICENSE{% endif%}.jinja

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

3-
Copyright (c) 2024{% if author_name %} {{author_name}}{% endif %}
3+
Copyright (c) 2025{% if author_name %} {{author_name}}{% endif %}
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)