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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023, Astronomy Data Commons
Copyright (c) 2024, LINCC Frameworks Team

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "LINCC Frameworks Python Project Template"
copyright = "2023, LINCC Frameworks"
copyright = "2024, LINCC Frameworks"
author = "LINCC Frameworks"
release = get_version(root="..")
# for example take major/minor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../src/"))
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "{{project_name}}"
copyright = "2023, {{author_name}}"
copyright = "2024, {{author_name}}"
author = "{{author_name}}"
release = version("{{project_name}}")
# for example take major/minor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2023{% if author_name %}, {{author_name}}{% endif %}
Copyright (c) 2024{% if author_name %}, {{author_name}}{% endif %}

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023{% if author_name %} {{author_name}}{% endif %}
Copyright (c) 2024{% if author_name %} {{author_name}}{% endif %}

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