Change mixnode, gateway, network and nym-api binary licenses to GPLv3 (#4173)

* 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>
This commit is contained in:
Mark Sinclair
2023-11-23 15:43:26 +00:00
committed by GitHub
parent 3b8cff8b32
commit 3096a2307f
252 changed files with 393 additions and 226 deletions
+3
View File
@@ -1,3 +1,6 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: GPL-3.0-only
use serde::Deserialize;
use serde::Serialize;
use std::path::Path;