From 510ebbd6ff4169c76af915e4d1bab6568c95c11c Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 23 May 2023 16:22:27 +0300 Subject: [PATCH] not lgpl --- lib/feed-v1/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/feed-v1/index.js b/lib/feed-v1/index.js index c96f699..04db4ef 100644 --- a/lib/feed-v1/index.js +++ b/lib/feed-v1/index.js @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: 2022 Andre 'Staltz' Medeiros -// -// SPDX-License-Identifier: LGPL-3.0-only - const stringify = require('json-canon') const ed25519 = require('ssb-keys/sodium') const base58 = require('bs58')