From 650c034f4643353029bf21ff89fbabdb1979ae25 Mon Sep 17 00:00:00 2001 From: Georgio Nicolas Date: Thu, 29 May 2025 01:29:10 +0200 Subject: [PATCH] Add copyright markers --- common/nym-psq-kkt/src/kkt.rs | 3 +++ common/nym-psq-kkt/src/lib.rs | 3 +++ 2 files changed, 6 insertions(+) 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;