diff --git a/README.md b/README.md index 86c0376e..9fb6c92e 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,16 @@ Alwatr Flux empowers your applications with elegant and powerful state managemen Refer to the individual package READMEs for comprehensive usage instructions and examples. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please consult the CONTRIBUTING guidelines for detailed information on how to get involved. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -[MIT](./LICENSE) +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/context/README.md b/packages/context/README.md index d0fedd5d..0616cc74 100644 --- a/packages/context/README.md +++ b/packages/context/README.md @@ -77,10 +77,16 @@ userContext.expire(); * **`untilChange()`:** Returns a Promise that resolves with the next context value after a change occurs. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/fetch-state-machine/README.md b/packages/fetch-state-machine/README.md index 94b26ac9..3aa223c1 100644 --- a/packages/fetch-state-machine/README.md +++ b/packages/fetch-state-machine/README.md @@ -85,10 +85,16 @@ jsonFetcher.subscribe(({state}) => { * Concrete implementation for fetching and parsing JSON data. * Provides access to `state`, `jsonResponse`, and `rawResponse`. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/flux/README.md b/packages/flux/README.md index 5eb33654..5b7318dc 100644 --- a/packages/flux/README.md +++ b/packages/flux/README.md @@ -15,10 +15,16 @@ Alwatr Flux empowers your applications with elegant and powerful state managemen Refer to the individual package READMEs for comprehensive usage instructions and examples. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please consult the CONTRIBUTING guidelines for detailed information on how to get involved. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -[MIT](./LICENSE) +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/fsm/README.md b/packages/fsm/README.md index 8b3bffb7..ab3eb780 100644 --- a/packages/fsm/README.md +++ b/packages/fsm/README.md @@ -85,10 +85,16 @@ class MyStateMachine extends FluxStateMachineBase { * **`resetToInitialState_()`:** Resets the machine to its initial state without notifying subscribers. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/observable/README.md b/packages/observable/README.md index b48468b0..5811a45b 100644 --- a/packages/observable/README.md +++ b/packages/observable/README.md @@ -40,10 +40,16 @@ npm install @alwatr/observable * **`clearMessage_()`:** Clears the current message without notifying subscribers. * **`untilNewNotify_()`:** Returns a Promise that resolves with the next emitted event. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/remote-context/README.md b/packages/remote-context/README.md index 05cde3fe..3a7725ab 100644 --- a/packages/remote-context/README.md +++ b/packages/remote-context/README.md @@ -57,10 +57,16 @@ myContext.subscribe(({state, context}) => { * Provides access to `state` and `context`. * Handles offline checks, automatic revalidation, and state transitions. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests. diff --git a/packages/signal/README.md b/packages/signal/README.md index 804037f3..b0798385 100644 --- a/packages/signal/README.md +++ b/packages/signal/README.md @@ -63,10 +63,16 @@ subscription.unsubscribe(); * **`untilNewNotify()`:** Returns a Promise that resolves with the next emitted event. -## Contributing +## Sponsors + +The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -Contributions are welcome! Please read the contributing guidelines before submitting a pull request. +[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. +This project is licensed under the AGPL-3.0 License. + +## Contributing + +Contributions are welcome! Please feel free to submit issues and pull requests.