Update copyright year (#1502)

Update copyright year in comment headers and --version output
This commit is contained in:
Jonathan Wren 2022-06-18 11:30:56 -07:00 committed by GitHub
parent 9639c5386f
commit f5e052937c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 282 additions and 80 deletions

View file

@ -1,3 +1,6 @@
# Copyright (C) 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
"""
Functions in this file are standalone commands. All standalone commands are split into
two categories depending on whether they require the config to be loaded to be able to
@ -38,7 +41,7 @@ def preconfig_version(_):
version_str = f"""{__title__} version {__version__}
Copyright (C) 2012-2021 jrnl contributors
Copyright (C) 2012-2022 jrnl contributors
This is free software, and you are welcome to redistribute it under certain
conditions; for details, see: https://www.gnu.org/licenses/gpl-3.0.html"""