Skip to content

Commit 70ce81d

Browse files
authored
Merge pull request #479 from lincc-frameworks/copyright_update
Update copyright year
2 parents e4591be + 78b8ef4 commit 70ce81d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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:

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 = "2023, LINCC Frameworks"
13+
copyright = "2024, 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 = "2023, {{author_name}}"
18+
copyright = "2024, {{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) 2023{% if author_name %}, {{author_name}}{% endif %}
3+
Copyright (c) 2024{% 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) 2023{% if author_name %} {{author_name}}{% endif %}
3+
Copyright (c) 2024{% 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)