git.delta.rocks / unique-network / refs/commits / 9f934867f3c4

difftreelog

add Apache-2.0 license identifier

Max Andreev2022-08-12parent: #00b2c1c.patch.diff
in: master

2 files changed

modifiedtests/src/util/playgrounds/index.tsdiffbeforeafterboth
--- a/tests/src/util/playgrounds/index.ts
+++ b/tests/src/util/playgrounds/index.ts
@@ -1,3 +1,6 @@
+// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.
+// SPDX-License-Identifier: Apache-2.0
+
 import {IKeyringPair} from '@polkadot/types/types';
 import {UniqueHelper} from './unique';
 import config from '../../config';
modifiedtests/src/util/playgrounds/unique.tsdiffbeforeafterboth
1// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.
2// SPDX-License-Identifier: Apache-2.0
3
1/* eslint-disable @typescript-eslint/no-var-requires */4/* eslint-disable @typescript-eslint/no-var-requires */
2/* eslint-disable function-call-argument-newline */5/* eslint-disable function-call-argument-newline */