From 4a3d2dedcf36f5a6c15f264092223cd383ba3712 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Mon, 19 Feb 2024 15:16:59 +0200 Subject: [PATCH] Add missing license info --- packages/assets/lib/external/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/assets/lib/external/types.ts b/packages/assets/lib/external/types.ts index 79926f5c..d25da585 100644 --- a/packages/assets/lib/external/types.ts +++ b/packages/assets/lib/external/types.ts @@ -1,3 +1,6 @@ +/* @license Copyright 2024 @polkadot-ui/library authors & contributors +SPDX-License-Identifier: MIT */ + export interface NetworkInformation { name: string; network_type: string;