diff --git a/LICENSE b/LICENSE index 10e96fc..612e9e1 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/docs/conf.py b/docs/conf.py index 7b351b4..71a5027 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 = "2023, LINCC Frameworks" +copyright = "2024, 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 05e255e..c2503de 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 = "2023, {{author_name}}" +copyright = "2024, {{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 4c30012..76b5a00 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) 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: 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 e66fe58..59bf823 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) 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