mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
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:
@@ -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 IS_TEST_BUILD = 'false';
|
||||
|
||||
@@ -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.
|
||||
|
||||
/* global jest */
|
||||
|
||||
// Mock for notificationService.ts
|
||||
|
||||
@@ -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 { renderHook } from '@testing-library/react-native';
|
||||
|
||||
import {
|
||||
|
||||
@@ -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.
|
||||
|
||||
describe('navigation', () => {
|
||||
it('should have the correct navigation screens', () => {
|
||||
const navigationScreens = require('../../src/navigation').navigationScreens;
|
||||
|
||||
@@ -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 {
|
||||
getLoadingScreenText,
|
||||
getProvingTimeEstimate,
|
||||
|
||||
Reference in New Issue
Block a user