From a59b628db5840dec3c496676a1bd71763e640bc3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 29 Aug 2023 13:59:05 +0200 Subject: [PATCH] research/pow: Add missing license header. --- script/research/pow/src/tests.rs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/script/research/pow/src/tests.rs b/script/research/pow/src/tests.rs index 1d96be808227..d2bd0cef4f9f 100644 --- a/script/research/pow/src/tests.rs +++ b/script/research/pow/src/tests.rs @@ -1,3 +1,21 @@ +/* This file is part of DarkFi (https://dark.fi) + * + * Copyright (C) 2020-2023 Dyne.org foundation + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + use std::{ cmp::min, io::{BufRead, Cursor},