Update copyright notices for 2023 (#1660)

* update copyright notice for 2023

* standardize whitespace after copyright notice
This commit is contained in:
Jonathan Wren 2023-01-07 13:39:07 -08:00 committed by GitHub
parent 9274ab16ed
commit 8da6029624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
110 changed files with 122 additions and 111 deletions

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Build process

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Change entry times in journal

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Multiple journals

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Functionality of jrnl outside of actually handling journals

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Reading and writing to journal with custom date formats

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Delete entries from journal

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Encrypting and decrypting journals

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Journals iteracting with the file system in a way that users can see

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Custom formats

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Importing data

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Multiple journals

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Implementing Runtime Overrides for Select Configuration Keys

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Using the installed keyring

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Searching in a journal

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Starring entries

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Tagging

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Upgrading Journals from 1.x.x to 2.x.x

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Writing new entries.

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from pytest_bdd import scenarios

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from pytest import mark

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import os

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import json

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import functools

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import json

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import os

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import pytest

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import os

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from unittest import mock

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import sys

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import random

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from unittest import mock

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from unittest.mock import Mock

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
from argparse import Namespace

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import shlex

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import random

View file

@ -1,4 +1,4 @@
# Copyright © 2012-2022 jrnl contributors
# Copyright © 2012-2023 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
import datetime