mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Update copyright year (#1502)
Update copyright year in comment headers and --version output
This commit is contained in:
parent
9639c5386f
commit
f5e052937c
101 changed files with 282 additions and 80 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue