Apply BUSL v1.1 license headers to app (#665)

* Add BSL license headers to app sources

* prettier

* fix license reference - https://spdx.org/licenses/BUSL-1.1.html
This commit is contained in:
Justin Hernandez
2025-06-23 15:44:01 -05:00
committed by GitHub
parent b3e4d13402
commit 60bfe4387c
133 changed files with 1223 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
// SPDX-License-Identifier: BUSL-1.1
// Copyright (c) 2025 Social Connect Labs, Inc.
//
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
//
// Use of this software is governed by the Business Source License included in the LICENSE file.
//
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
declare module 'country-iso-3-to-2' {
function getCountryISO2(iso3: string): string;
export = getCountryISO2;

View File

@@ -1,3 +1,12 @@
// SPDX-License-Identifier: BUSL-1.1
// Copyright (c) 2025 Social Connect Labs, Inc.
//
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
//
// Use of this software is governed by the Business Source License included in the LICENSE file.
//
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
export interface Mnemonic {
/**
* The mnemonic phrase of 12, 15, 18, 21 or 24 words.

View File

@@ -1,3 +1,12 @@
// SPDX-License-Identifier: BUSL-1.1
// Copyright (c) 2025 Social Connect Labs, Inc.
//
// This file is licensed under the Business Source License 1.1 (BUSL-1.1).
//
// Use of this software is governed by the Business Source License included in the LICENSE file.
//
// As of 2029-06-11, this file will be governed by the Apache License, Version 2.0.
declare module 'react-native-passport-reader' {
interface ScanOptions {
documentNumber: string;