From 73576ef31c8964d572ff35f6f88d9feee81575cb Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:34:41 -0400 Subject: [PATCH 1/2] Update copyright --- docs/conf.py | 2 +- .../{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja | 2 +- .../{% if project_license == 'MIT' %}LICENSE{% endif%}.jinja | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7b351b4c..71a50277 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 project_license == 'BSD' %}LICENSE{% endif %}.jinja b/python-project-template/{% if project_license == 'BSD' %}LICENSE{% endif %}.jinja index 4c300129..76b5a00b 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 e66fe58b..59bf823a 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 From 78b8ef4f516a1cc8dd2e9e372b44a16a463ccb54 Mon Sep 17 00:00:00 2001 From: Jeremy Kubica <104161096+jeremykubica@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:14:14 -0400 Subject: [PATCH 2/2] Convert two missed years --- LICENSE | 2 +- .../{% if include_docs %}docs{% endif %}/conf.py.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 10e96fc3..612e9e14 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/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja b/python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja index 05e255ea..c2503deb 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