* chore: adding copyright to all files in web app * chore: update copyright in admin app * chore: copyright comments updated on space app * fix: formatting in files
16 lines
538 B
TypeScript
16 lines
538 B
TypeScript
/**
|
|
* SPDX-FileCopyrightText: 2023-present Plane Software, Inc.
|
|
* SPDX-License-Identifier: LicenseRef-Plane-Commercial
|
|
*
|
|
* Licensed under the Plane Commercial License (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
* https://plane.so/legals/eula
|
|
*
|
|
* DO NOT remove or modify this notice.
|
|
* NOTICE: Proprietary and confidential. Unauthorized use or distribution is prohibited.
|
|
*/
|
|
|
|
export * from "./not-ready-view";
|
|
export * from "./maintenance-view";
|