Skip to content

Commit 73576ef

Browse files
committed
Update copyright
1 parent 3ff124f commit 73576ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 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)