Skip to content

Commit

Permalink
chore: Add license notice. (#604)
Browse files Browse the repository at this point in the history
* chore: Add license notice.
  • Loading branch information
charles-marion authored Nov 14, 2024
1 parent 6a18d87 commit 44e125a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@ Roadmap is available through the [GitHub Project](https://github.com/orgs/aws-sa
# License

This library is licensed under the MIT-0 License. See the LICENSE file.

- [Changelog](CHANGELOG.md) of the project.
- [License](LICENSE) of the project.
- [Code of Conduct](CODE_OF_CONDUCT.md) of the project.
- [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

Although this repository is released under the MIT-0 license, its front-end and SQL implementation use the following third party projects:
- [psycopg2-binary](https://github.com/psycopg/psycopg2)
- [jackspeak](https://github.com/isaacs/jackspeak)
- [package-json-from-dist](https://github.com/isaacs/package-json-from-dist)
- [path-scurry](https://github.com/isaacs/path-scurry)

These projects' licensing includes the LGPL v3 and BlueOak-1.0.0 licenses.

# Legal Disclaimer

You should consider doing your own independent assessment before using the content in this sample for production purposes. This may include (amongst other things) testing, securing, and optimizing the content provided in this sample, based on your specific quality control practices and standards.
2 changes: 1 addition & 1 deletion lib/shared/file-import-batch-job/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy==1.26.0
cfnresponse==1.1.2
aws_requests_auth==0.4.3
requests-aws4auth==1.2.3
langchain==0.3.5
langchain==0.3.7
langchain-community==0.3.3
opensearch-py==2.3.1
psycopg2-binary==2.9.7
Expand Down
4 changes: 2 additions & 2 deletions lib/shared/layers/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ numpy==1.26.0
cfnresponse==1.1.2
aws_requests_auth==0.4.3
requests-aws4auth==1.2.3
langchain==0.3.5
langchain-core==0.3.13
langchain==0.3.7
langchain-core==0.3.15
langchain-community==0.3.3
langchain-aws==0.2.4
langchain-openai==0.2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/web-crawler-batch-job/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy==1.26.0
cfnresponse==1.1.2
aws_requests_auth==0.4.3
requests-aws4auth==1.2.3
langchain==0.3.5
langchain==0.3.7
opensearch-py==2.3.1
psycopg2-binary==2.9.7
pgvector==0.2.2
Expand Down

0 comments on commit 44e125a

Please sign in to comment.