mirror of https://codeberg.org/pzp/pzp-db.git
not lgpl
This commit is contained in:
parent
301cc6ff41
commit
510ebbd6ff
|
@ -1,7 +1,3 @@
|
||||||
// SPDX-FileCopyrightText: 2022 Andre 'Staltz' Medeiros
|
|
||||||
//
|
|
||||||
// SPDX-License-Identifier: LGPL-3.0-only
|
|
||||||
|
|
||||||
const stringify = require('json-canon')
|
const stringify = require('json-canon')
|
||||||
const ed25519 = require('ssb-keys/sodium')
|
const ed25519 = require('ssb-keys/sodium')
|
||||||
const base58 = require('bs58')
|
const base58 = require('bs58')
|
||||||
|
|
Loading…
Reference in New Issue