diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 13234f39..87818053 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,10 +6,10 @@ - `curl -sSL https://install.python-poetry.org | python3 -` - Configure locally installed virtualenv (under `.venv`): - - `poetry config virtualenvs.in-project true ` + - `poetry config virtualenvs.in-project true` - Install dependencies: - - `poetry install --with dev --with doc` + - `poetry install --with dev --with docs` - Update all dependencies: - `poetry update` diff --git a/LICENSE b/LICENSE index 261eeb9e..bc6ab255 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 Omnipy contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.