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.
import React from 'react';
import { Platform } from 'react-native';
import { Anchor, styled } from 'tamagui';

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.
import React from 'react';
import { StyleSheet, View } from 'react-native';

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.
import type { SelfAppDisclosureConfig } from '@selfxyz/common';
import { Country3LetterCode, countryCodes } from '@selfxyz/common';
import React from 'react';

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.
import React from 'react';
import { Text, View } from 'react-native';

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.
import Clipboard from '@react-native-clipboard/clipboard';
import React, { useCallback, useState } from 'react';
import { Button, Text, XStack, YStack } from 'tamagui';

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.
import { ChevronLeft, X } from '@tamagui/lucide-icons';
import React, { useMemo } from 'react';
import { StatusBar, StatusBarStyle } from 'react-native';

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.
import { NativeStackHeaderProps } from '@react-navigation/native-stack';
import React from 'react';
import { useSafeAreaInsets } from 'react-native-safe-area-context';

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.
import { NativeStackHeaderProps } from '@react-navigation/native-stack';
import React from 'react';
import { useSafeAreaInsets } from 'react-native-safe-area-context';

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.
import {
NativeStackHeaderProps,
NativeStackNavigationOptions,

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 { DefaultNavBar } from './DefaultNavBar';
export { HomeNavBar } from './HomeNavBar';
export { ProgressNavBar } from './ProgressNavBar';

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.
import React from 'react';
import { StyleSheet, View, ViewStyle } from 'react-native';

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.
import React from 'react';
import { Text, View } from 'tamagui';

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.
import React from 'react';
import { StyleSheet, ViewStyle } from 'react-native';
import { Button, Text, ViewProps } from 'tamagui';

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.
import { useMachine } from '@xstate/react';
import React, { useEffect } from 'react';
import { ActivityIndicator, View } from 'react-native';

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.
import React from 'react';
import { amber50, black, slate300, white } from '../../utils/colors';

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.
import React, { useEffect, useState } from 'react';
import {
Animated,

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.
import React from 'react';
import { slate200, slate300, slate500, white } from '../../utils/colors';

View File

@@ -1 +1,10 @@
// 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 const pressedStyle = { transform: [{ scale: 0.99 }], opacity: 0.85 };

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.
import React, { useCallback } from 'react';
import {
NativeSyntheticEvent,

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.
import React, { useCallback } from 'react';
import {
NativeSyntheticEvent,

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.
import React, { useEffect, useRef } from 'react';
import { NativeSyntheticEvent, requireNativeComponent } from 'react-native';
import { findNodeHandle, UIManager } from 'react-native';

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.
import React from 'react';
import { StyleSheet, Text, TextProps } from 'react-native';

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.
import { styled, Text } from 'tamagui';
import { dinot } from '../../utils/fonts';

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.
import { styled } from 'tamagui';
import { slate400 } from '../../utils/colors';

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.
import React from 'react';
import { StyleSheet, Text, TextProps } from 'react-native';

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.
import React from 'react';
import { StyleSheet } from 'react-native';
import { Text, TextProps } from 'tamagui';

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.
import { styled, Text } from 'tamagui';
import { dinot } from '../../utils/fonts';

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.
import { styled, Text } from 'tamagui';
import { dinot } from '../../utils/fonts';

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.
import { StyleProp, TextStyle } from 'react-native';
import { styled, Text } from 'tamagui';

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.
import { StyleSheet } from 'react-native';
import { black } from '../../utils/colors';