Add copyright markers

This commit is contained in:
Georgio Nicolas
2025-05-29 01:29:10 +02:00
parent 9ca0ba802b
commit 650c034f46
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
// Copyright 2025 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
use std::marker::PhantomData;
use nym_crypto::asymmetric::ed25519;
+3
View File
@@ -1,2 +1,5 @@
// Copyright 2025 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
pub mod error;
pub mod kkt;