diff --git a/common/nym-psq-kkt/src/kkt.rs b/common/nym-psq-kkt/src/kkt.rs index 3c8f158136..f17bbd3908 100644 --- a/common/nym-psq-kkt/src/kkt.rs +++ b/common/nym-psq-kkt/src/kkt.rs @@ -1,3 +1,6 @@ +// Copyright 2025 - Nym Technologies SA +// SPDX-License-Identifier: Apache-2.0 + use std::marker::PhantomData; use nym_crypto::asymmetric::ed25519; diff --git a/common/nym-psq-kkt/src/lib.rs b/common/nym-psq-kkt/src/lib.rs index fb8cad10e3..23d7a99fd7 100644 --- a/common/nym-psq-kkt/src/lib.rs +++ b/common/nym-psq-kkt/src/lib.rs @@ -1,2 +1,5 @@ +// Copyright 2025 - Nym Technologies SA +// SPDX-License-Identifier: Apache-2.0 + pub mod error; pub mod kkt;