chore: centralize license header checks (#952)

* chore: centralize license header scripts

* chore: run license header checks from root

* add header to other files

* add header to bundle

* add migration script and update check license headers

* convert license to mobile sdk

* migrate license headers

* remove headers from common; convert remaining

* fix headers

* add license header checks
This commit is contained in:
Justin Hernandez
2025-08-25 11:30:23 -07:00
committed by GitHub
parent 610f195136
commit 431f556542
320 changed files with 2093 additions and 420 deletions

View File

@@ -1,5 +1,3 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
import { fromBER } from 'asn1js';
import { Buffer } from 'buffer';
import { ec as ellipticEc } from 'elliptic';

View File

@@ -1,5 +1,3 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
import { poseidon2 } from 'poseidon-lite';
import {

View File

@@ -1,5 +1,3 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
import { Buffer } from 'buffer';
import { ec as EC } from 'elliptic';
import { sha384 } from 'js-sha512';

View File

@@ -1,5 +1,3 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
import forge from 'node-forge';
import { WS_DB_RELAYER, WS_DB_RELAYER_STAGING } from '../constants/index.js';

View File

@@ -1,5 +1,3 @@
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
import { Buffer } from 'buffer';
import { ec } from 'elliptic';
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';