mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Update copyright notices for 2023 (#1660)
* update copyright notice for 2023 * standardize whitespace after copyright notice
This commit is contained in:
parent
9274ab16ed
commit
8da6029624
110 changed files with 122 additions and 111 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2012-2022 jrnl contributors
|
||||
# Copyright © 2012-2023 jrnl contributors
|
||||
# License: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
"""
|
||||
|
@ -14,6 +14,7 @@ run.
|
|||
Also, please note that all (non-builtin) imports should be scoped to each function to
|
||||
avoid any possible overhead for these standalone commands.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
import platform
|
||||
|
@ -47,7 +48,7 @@ def preconfig_version(_):
|
|||
output = f"""
|
||||
{__title__} {__version__}
|
||||
|
||||
Copyright © 2012-2022 jrnl contributors
|
||||
Copyright © 2012-2023 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