From 9e705abfc416595962d70c26ee54eb4f79dcc272 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 17 Dec 2024 12:55:00 -0800 Subject: [PATCH] Reformat original PoW credit. --- AUTHORS.md | 1 + LICENSES/MIT.txt | 1 + src/lib/workers/pow.ts | 2 ++ 3 files changed, 4 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 2665ade..8d31bd4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,4 +8,5 @@ SPDX-License-Identifier: GPL-3.0-or-later --> Miro Metsänheimo +Ben Green (numtel.github.io) Chris Duncan (zoso.dev) diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt index 02c1e2e..3ed8b4d 100644 --- a/LICENSES/MIT.txt +++ b/LICENSES/MIT.txt @@ -1,6 +1,7 @@ MIT License Copyright (c) 2022 Miro Metsänheimo +Copyright (c) 2018 Ben Green Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/src/lib/workers/pow.ts b/src/lib/workers/pow.ts index 6da0eab..17bbf2c 100644 --- a/src/lib/workers/pow.ts +++ b/src/lib/workers/pow.ts @@ -1,5 +1,7 @@ // SPDX-FileCopyrightText: 2024 Chris Duncan // SPDX-License-Identifier: GPL-3.0-or-later +// Based on nano-webgl-pow by Ben Green (numtel) +// https://github.com/numtel/nano-webgl-pow export class Pow { /** -- 2.34.1