Clean up copyright notices and version screen (#1553)

* update copyright symbols to unicode

* clean up version screen/copyright notice

* small change to make commands more similar

* update imports to appease isort

* fix test

* update one more file merged since PR was open
This commit is contained in:
Jonathan Wren 2022-08-21 14:17:35 -07:00 committed by GitHub
parent 5dcc721f15
commit 4eb9c9fdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
102 changed files with 116 additions and 109 deletions

View file

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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 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 (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Multiple journals

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Functionality of jrnl outside of actually handling journals
@ -7,7 +7,7 @@ Feature: Functionality of jrnl outside of actually handling journals
Given we use the config "simple.yaml"
When we run "jrnl --version"
Then we should get no error
Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?"
Then the output should match "^jrnl v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?"
Scenario: Running the diagnostic command
Given we use the config "simple.yaml"

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 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 (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Delete entries from journal

View file

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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 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 (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Custom formats

View file

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

View file

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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 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 (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Using the installed keyring

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 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 (C) 2012-2022 jrnl contributors
# Copyright © 2012-2022 jrnl contributors
# License: https://www.gnu.org/licenses/gpl-3.0.html
Feature: Writing new entries.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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