]> zoso.dev Git - libnemo.git/commitdiff
Reformat original PoW credit.
authorChris Duncan <chris@zoso.dev>
Tue, 17 Dec 2024 20:55:00 +0000 (12:55 -0800)
committerChris Duncan <chris@zoso.dev>
Tue, 17 Dec 2024 20:55:00 +0000 (12:55 -0800)
AUTHORS.md
LICENSES/MIT.txt
src/lib/workers/pow.ts

index 2665ade627cdd3c78436436afc4ca148ad3a1c52..8d31bd4ffcce9bcec2facfe19c505ab14d513631 100644 (file)
@@ -8,4 +8,5 @@ SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
 Miro Metsänheimo <miro@metsanheimo.fi>
+Ben Green <ben@latenightsketches.com> (numtel.github.io)
 Chris Duncan <chris@zoso.dev> (zoso.dev)
index 02c1e2efa20e788eabe69082c31f6cb39311ace2..3ed8b4dce26a493f09958ccb81f704722a835b86 100644 (file)
@@ -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:
 
index 6da0eab858fff7d8758fc129bdce32f14c234c9b..17bbf2cfb65c08a8afac94131b6406dfced371e6 100644 (file)
@@ -1,5 +1,7 @@
 // SPDX-FileCopyrightText: 2024 Chris Duncan <chris@zoso.dev>
 // SPDX-License-Identifier: GPL-3.0-or-later
+// Based on nano-webgl-pow by Ben Green (numtel) <ben@latenightsketches.com>
+// https://github.com/numtel/nano-webgl-pow
 
 export class Pow {
        /**