Skip to content

Commit

Permalink
chore: licence
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddigital committed Sep 29, 2024
1 parent c655a22 commit 76e887b
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
31 changes: 31 additions & 0 deletions LICENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[LICENSE AGREEMENT]

Copyright © Cody Labs (David Watts, ABN 76 458 252 353)

All rights reserved.

This software is licensed to you by Cody Labs (David Watts, ABN 76 458 252 353) (“Licensor”) under the following terms:

1. **License Grant**: The Licensor grants you, the licensee, a non-exclusive, non-transferable right to download, install, and use the software for personal, internal business, or commercial purposes.

2. **Modifications and Redistribution**:

- You may modify the software for your internal use but may not distribute, sublicense, or create derivative works for external use without explicit permission.
- Redistribution of the software in its original or modified form is prohibited unless granted by the Licensor.

3. **Ownership**: The software and all intellectual property rights therein remain the exclusive property of Cody Labs (David Watts, ABN 123456234).

4. **Termination**: This license is effective until terminated. The Licensor may terminate this license if you violate any terms. Upon termination, you must cease all use of the software.

5. **Disclaimer**: The software is provided "as is" without warranties of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and non-infringement.

6. **Liability**: The Licensor shall not be held liable for any damages arising from the use or inability to use the software.

For inquiries or additional permissions, please contact david@codylabs.io.

---

This license is governed by the laws of Australia.

Cody Labs (David Watts, ABN 76 458 252 353)
david@codylabs.io
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## About

## Installation

## Development

Clone the repo.
Expand All @@ -12,14 +16,16 @@ To activiate

To deactivate, `deactivate`

## Testing

Will use code_reivew.yml to test using cody on this repo
### Testing

Create an .env

`OPENAI_API_KEY=token_here
GITHUB_TOKEN=token_here
GITLAB_TOKEN=your_gitlab_token_here`
GITLAB_TOKEN=your_gitlab_token_here

And then run

`PYTHONPATH=src pytest -s tests/`

This will run the code review logic on an GitHub Pull Request and log the output.
Binary file modified src/__pycache__/config.cpython-39.pyc
Binary file not shown.
Binary file modified src/__pycache__/model.cpython-39.pyc
Binary file not shown.
Binary file modified tests/__pycache__/test_github_client.cpython-39-pytest-8.1.1.pyc
Binary file not shown.

0 comments on commit 76e887b

Please sign in to comment.