From e5528b23d401a6d1dcc4110e8277124968caead2 Mon Sep 17 00:00:00 2001 From: Rahul Patni Date: Tue, 9 Jan 2024 14:07:11 -0800 Subject: [PATCH] adding license header --- ironfish-rust-nodejs/src/structs/key_packages.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ironfish-rust-nodejs/src/structs/key_packages.rs b/ironfish-rust-nodejs/src/structs/key_packages.rs index 775ae5022a..5393e452a8 100644 --- a/ironfish-rust-nodejs/src/structs/key_packages.rs +++ b/ironfish-rust-nodejs/src/structs/key_packages.rs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + use std::collections::HashMap; use napi_derive::napi;