diff --git a/LICENSE b/LICENSE index 612e9e1..ffaea5a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024, LINCC Frameworks Team +Copyright (c) 2025, LINCC Frameworks Team Redistribution and use in source and binary forms, with or without 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 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/docs/conf.py b/docs/conf.py index 71a5027..72e5ef0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "LINCC Frameworks Python Project Template" -copyright = "2024, LINCC Frameworks" +copyright = "2025, LINCC Frameworks" author = "LINCC Frameworks" release = get_version(root="..") # for example take major/minor diff --git a/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja b/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja index c2503de..a33be23 100644 --- a/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja +++ b/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja @@ -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 = "2024, {{author_name}}" +copyright = "2025, {{author_name}}" author = "{{author_name}}" release = version("{{project_name}}") # for example take major/minor diff --git a/python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja b/python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja index 76b5a00..193e4f8 100644 --- a/python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja +++ b/python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024{% if author_name %}, {{author_name}}{% endif %} +Copyright (c) 2025{% 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: diff --git a/python-project-template/{% if project_license == 'MIT' %}LICENSE{% endif%}.jinja b/python-project-template/{% if project_license == 'MIT' %}LICENSE{% endif%}.jinja index 59bf823..dab2eb9 100644 --- a/python-project-template/{% if project_license == 'MIT' %}LICENSE{% endif%}.jinja +++ b/python-project-template/{% if project_license == 'MIT' %}LICENSE{% endif%}.jinja @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024{% if author_name %} {{author_name}}{% endif %} +Copyright (c) 2025{% 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