Skip to content

Commit

Permalink
Fixing Copyright notice in license, and other typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed May 20, 2023
1 parent fe26c0c commit da00390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da00390

Please sign in to comment.