From eebe35c6f8f11d2ac2fbdd13bfa94313cdabd5b0 Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:39:41 -0300 Subject: [PATCH] Add Copyright to code conjoin --- src/app/coinjoin/main_function.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/coinjoin/main_function.jsx b/src/app/coinjoin/main_function.jsx index 8bf965c1..e4bfbdfb 100644 --- a/src/app/coinjoin/main_function.jsx +++ b/src/app/coinjoin/main_function.jsx @@ -1,3 +1,7 @@ +// Copyright (c) 2025 Area Layer Developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + const { TX } = require('@mempool/mempool.js'); const { BitcoinConverter } = require('./bitcoin_converter.json'); const { groth16 } = require('snarkjs');