mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-22 14:42:16 +00:00
chore: readme and license chagnes (#13)
This commit is contained in:
@@ -2,33 +2,6 @@ Custom License
|
||||
|
||||
License Terms
|
||||
|
||||
Copyright (c) 2024 TheWidlarzGroup
|
||||
Copyright (c) 2024-2025 TheWidlarzGroup
|
||||
|
||||
Scope of Use
|
||||
|
||||
This code is licensed for demonstration and contribution purposes only. You may view, execute, and contribute to this code solely within the designated repository (“Repository”) or an authorized fork of the Repository on GitHub for the sole purpose of contributing changes back to the Repository.
|
||||
|
||||
Forking and Contributions
|
||||
|
||||
You are permitted to create a fork of the Repository on GitHub exclusively for the purpose of contributing changes back to the original Repository.
|
||||
Any fork of the Repository is subject to the same terms as this license and may not be used, distributed, or modified beyond the scope of preparing contributions to the original Repository.
|
||||
All contributions to the Repository or any authorized fork are automatically licensed to the original author under the same terms as this license.
|
||||
Prohibition on External Modification and Distribution
|
||||
Modifying, adapting, or creating derivative works based on this code outside of the Repository or an authorized fork is strictly prohibited. Distribution of this code, in whole or in part, outside of GitHub without explicit written permission from the original author is also forbidden.
|
||||
|
||||
Non-Commercial Use Only, with Author Permission for Commercial Use
|
||||
|
||||
This code may not be used for commercial purposes. Any use of the code in a product, service, or other commercial setting is strictly prohibited unless explicit permission is granted in writing by TheWidlarzGroup.
|
||||
TheWidlarzGroup reserves the right to grant commercial usage privileges at its discretion.
|
||||
|
||||
No Warranty
|
||||
|
||||
This code is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the author be liable for any claim, damages, or other liability arising from or in connection with the code or the use or other dealings in the code.
|
||||
|
||||
Termination
|
||||
|
||||
Any violation of these terms will result in the immediate termination of this license.
|
||||
|
||||
Acceptance
|
||||
|
||||
By using, forking, and contributing to this code, you acknowledge that you have read and understood these terms and agree to be bound by them.
|
||||
For licensing details, please contact TheWidlarzGroup at hi@thewidlarzgroup.com.
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
# react-native-video
|
||||
|
||||
This is v7 version of the react-native-video library.
|
||||
It's experimental and not recommended for production use.
|
||||
|
||||
It's working both on New and Old Architecture.
|
||||
|
||||
## Requirements
|
||||
@@ -19,8 +16,8 @@ npm install react-native-nitro-modules
|
||||
|
||||
Then install the package
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This package is not published on npm yet. You have to install it from the local path.
|
||||
> [NOTE]
|
||||
> This package is published on the private npm
|
||||
|
||||
```sh
|
||||
npm install react-native-video
|
||||
@@ -93,16 +90,6 @@ const VideoPlayer = () => {
|
||||
};
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
|
||||
|
||||
## License
|
||||
|
||||
[Custom](LICENSE)
|
||||
|
||||
This project is provided solely for demonstration and contribution purposes. Forking is permitted exclusively for submitting changes to the [main repository](https://github.com/TheWidlarzGroup/react-native-video-v7). The code and its modifications may only be used within this repository or an authorized fork. Commercial use of the code is prohibited unless you have permission from TheWidlarzGroup
|
||||
|
||||
---
|
||||
|
||||
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
|
||||
|
||||
@@ -2,33 +2,6 @@ Custom License
|
||||
|
||||
License Terms
|
||||
|
||||
Copyright (c) 2024 TheWidlarzGroup
|
||||
Copyright (c) 2024-2025 TheWidlarzGroup
|
||||
|
||||
Scope of Use
|
||||
|
||||
This code is licensed for demonstration and contribution purposes only. You may view, execute, and contribute to this code solely within the designated repository (“Repository”) or an authorized fork of the Repository on GitHub for the sole purpose of contributing changes back to the Repository.
|
||||
|
||||
Forking and Contributions
|
||||
|
||||
You are permitted to create a fork of the Repository on GitHub exclusively for the purpose of contributing changes back to the original Repository.
|
||||
Any fork of the Repository is subject to the same terms as this license and may not be used, distributed, or modified beyond the scope of preparing contributions to the original Repository.
|
||||
All contributions to the Repository or any authorized fork are automatically licensed to the original author under the same terms as this license.
|
||||
Prohibition on External Modification and Distribution
|
||||
Modifying, adapting, or creating derivative works based on this code outside of the Repository or an authorized fork is strictly prohibited. Distribution of this code, in whole or in part, outside of GitHub without explicit written permission from the original author is also forbidden.
|
||||
|
||||
Non-Commercial Use Only, with Author Permission for Commercial Use
|
||||
|
||||
This code may not be used for commercial purposes. Any use of the code in a product, service, or other commercial setting is strictly prohibited unless explicit permission is granted in writing by TheWidlarzGroup.
|
||||
TheWidlarzGroup reserves the right to grant commercial usage privileges at its discretion.
|
||||
|
||||
No Warranty
|
||||
|
||||
This code is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the author be liable for any claim, damages, or other liability arising from or in connection with the code or the use or other dealings in the code.
|
||||
|
||||
Termination
|
||||
|
||||
Any violation of these terms will result in the immediate termination of this license.
|
||||
|
||||
Acceptance
|
||||
|
||||
By using, forking, and contributing to this code, you acknowledge that you have read and understood these terms and agree to be bound by them.
|
||||
For licensing details, please contact TheWidlarzGroup at hi@thewidlarzgroup.com.
|
||||
|
||||
Reference in New Issue
Block a user