Skip to content

Commit 0133108

Browse files
committed
Revert "Merge pull request #15 from objectstack-ai/copilot/add-mit-license-header-again"
This reverts commit 6093110, reversing changes made to e57d7ed.
1 parent 6093110 commit 0133108

File tree

14 files changed

+0
-112
lines changed

14 files changed

+0
-112
lines changed

packages/site/app/[lang]/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { coreLoader, platformLoader } from '@/lib/source';
102
import type { Metadata } from 'next';
113
import { DocsPage, DocsBody } from 'fumadocs-ui/page';

packages/site/app/[lang]/docs/layout.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { coreLoader, platformLoader } from '@/lib/source';
102
import { DocsLayout } from 'fumadocs-ui/layouts/docs';
113
import type { ReactNode } from 'react';

packages/site/app/[lang]/layout.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import 'fumadocs-ui/style.css';
102
import { RootProvider } from 'fumadocs-ui/provider/next';
113
import { defineI18nUI } from 'fumadocs-ui/i18n';

packages/site/app/[lang]/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { redirect, notFound } from 'next/navigation';
102

113

packages/site/app/api/search/route.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { coreLoader, platformLoader } from '@/lib/source';
102
import { createSearchAPI } from 'fumadocs-core/search/server';
113

packages/site/app/layout.config.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { type BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
102
import { siteConfig } from '@/lib/site-config';
113
import Image from 'next/image';

packages/site/app/layout.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import 'fumadocs-ui/style.css';
102
import { RootProvider } from 'fumadocs-ui/provider/next';
113
import { defineI18nUI } from 'fumadocs-ui/i18n';

packages/site/lib/deep-merge.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
export function isObject(item: any): item is Record<string, any> {
102
return (item && typeof item === 'object' && !Array.isArray(item));
113
}

packages/site/lib/i18n.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { siteConfig } from './site-config';
102
import { defineI18n } from 'fumadocs-core/i18n';
113

packages/site/lib/site-config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectDocs
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
import { deepMerge } from './deep-merge';
102
import objectDocsConfig from '@/docs.site.json';
113

0 commit comments

Comments
 (0)