From: Chris Duncan Date: Tue, 17 Dec 2024 20:55:00 +0000 (-0800) Subject: Reformat original PoW credit. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=9e705abfc416595962d70c26ee54eb4f79dcc272;p=libnemo.git Reformat original PoW credit. --- 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 { /**