Updated LICENSE with note about OpenSSL features

This commit is contained in:
datalets 2021-12-02 10:54:47 +01:00
parent fba543430c
commit 689c611100
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015, Oleg Lavrovsky
Copyright (c) 2015-2022, Oleg Lavrovsky & dribdat contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -47,4 +47,6 @@ Additional and :heart:-felt thanks for testing and feedback to:
## License
This project is open source under the [MIT License](LICENSE)
This project is open source under the [MIT License](LICENSE).
Due to the use of the [boto3](https://github.com/boto/boto3/) library for S3 support, there is a dependency on OpenSSL via awscrt. If you use these features, please note that the product includes cryptographic software written by Eric Young (eay@cryptsoft.com) and Tim Hudson (tjh@cryptsoft.com).

View File

@ -88,6 +88,8 @@ For **uploading images** and other files directly within dribdat, you can config
* `S3_ENDPOINT` - alternative endpoint for self-hosted Object Storage.
* `MAX_CONTENT_LENGTH` - defaults to 1048576 bytes (1 MB) file size.
Due to the use of the [boto3](https://github.com/boto/boto3/) library for S3 support, there is a dependency on OpenSSL via awscrt. If you use these features, please note that the product includes cryptographic software written by Eric Young (eay@cryptsoft.com) and Tim Hudson (tjh@cryptsoft.com).
## Custom content
To customize some of the default content, you can edit the template include files, for example the default [quickstart](dribdat/templates/includes/quickstart.md) or [stages](dribdat/templates/includes/stages.yaml) - as long as you're not limited by ephemeral storage of your deployment.