3096a2307f
* Change mixnode, gateway, network and nym-api binary licenses to GPLv3 * Add license to cargo files * Revert model license to match crate * Add license to nym-node * Revert model license to match crate * Fix formatting --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
10 lines
242 B
Rust
10 lines
242 B
Rust
// Copyright 2022-2023 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
pub(crate) mod caching;
|
|
pub(crate) mod cli;
|
|
pub(crate) mod config;
|
|
pub(crate) mod http;
|
|
pub(crate) mod nyxd;
|
|
pub(crate) mod storage;
|