# License
This project is dual-licensed under two different licenses, depending on the specific components being used:

1. Components `agent`, `client`, `token-generator`, `network`, and `types`:
   - These components of the project are licensed under the Mozilla Public License Version 2.0 (MPL-2.0).
   - You can find the full text of the MPL-2.0 license in the [LICENSE-MPL-2.0](LICENSE-MPL-2.0) file.

2. Component `gateway`
   - The "gateway" component of this project is licensed under the GNU Affero General Public License Version 3.0 (AGPL-3.0).
   - You can find the full text of the AGPL-3.0 license in the [LICENSE-AGPL-3.0](LICENSE-AGPL-3.0) file.

Please ensure that you review and comply with the terms of the appropriate license for each component of this project that you are using or contributing to. If you have any questions or need further 
clarification regarding the licensing, feel free to contact the project maintainers.

For companies or organizations whose policies are not compatible with the AGPL-3.0 license, we offer a separate business license. To inquire about the business license or discuss licensing options, please 
contact us at opensource@narrowlink.com.

Note: The full text of both licenses is provided in separate files in the project repository. Be sure to read and understand the terms of each license before using or modifying any code from this project.


