Hive — Dual License

Copyright (c) 2025 Airglow LLC

This project uses a dual-license structure:

1. Application Components — AGPL-3.0-or-later
   The following crates are licensed under the GNU Affero General Public
   License v3.0 or later (SPDX: AGPL-3.0-or-later):
     - hive_app
     - hive_agents

   You may use, modify, and distribute these components under the terms
   of the AGPL-3.0. If you run a modified version of these components
   as a network service, you must make the source code available to
   users of that service.

   See: https://www.gnu.org/licenses/agpl-3.0.html

2. Library Components — MIT
   All other crates in this repository are licensed under the MIT
   License, including but not limited to:
     - hive_core
     - hive_ai
     - hive_shield
     - hive_integrations
     - hive_ui / hive_ui_core / hive_ui_panels
     - hive_fs
     - hive_terminal
     - hive_learn
     - hive_assistant
     - hive_docs
     - hive_blockchain
     - hive_network

   Permission is hereby granted, free of charge, to any person
   obtaining a copy of this software and associated documentation files
   (the "Software"), to deal in the Software without restriction,
   including without limitation the rights to use, copy, modify, merge,
   publish, distribute, sublicense, and/or sell copies of the Software,
   and to permit persons to whom the Software is furnished to do so,
   subject to the following conditions:

   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.

   THE SOFTWARE 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 AUTHORS OR COPYRIGHT HOLDERS
   BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   SOFTWARE.

Individual crate licenses are specified in each crate's Cargo.toml.
