Skip to content

Commit

Permalink
Use original copyright year in docs (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored May 16, 2022
1 parent 4424426 commit f2bb9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"_template": "https://github.com/cjolowicz/cookiecutter-hypermodern-python",
"author": "Claudio Jolowicz",
"copyright_year": "2020",
"development_status": "Development Status :: 3 - Alpha",
"email": "[email protected]",
"friendly_name": "nox-poetry",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

Copyright © 2020-2021 Claudio Jolowicz
Copyright © 2020 Claudio Jolowicz

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
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""Sphinx configuration."""
from datetime import datetime


project = "nox-poetry"
author = "Claudio Jolowicz"
copyright = f"{datetime.now().year}, {author}"
copyright = "2020, Claudio Jolowicz"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
Expand Down

0 comments on commit f2bb9c7

Please sign in to comment.