Skip to content

Commit 53bdefb

Browse files
committed
add missing spdx records
1 parent 52a560c commit 53bdefb

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

lib/client-app/src/components/data-modals/create-file-modal/create-file-modal.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import { maoka } from "@ordo-pink/oss-maoka"
27

38
import "./create-file-modal.styles.css"

lib/client-app/src/fs/filet/components/filet-workspace.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import { bs_file_earmark, bs_folder_open, bs_plus } from "@ordo-pink/frontend-icons"
27
import { maoka } from "@ordo-pink/oss-maoka"
38
import { maoka_styled } from "@ordo-pink/oss-maoka-styled"

lib/client-app/src/fs/filet/filet.constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
export const NAME = "ordo.filet"
27

38
export const CP_OPEN_ID = `${NAME}.cp.open`

lib/client-app/src/fs/filet/filet.impl.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import { bs_folder_open } from "@ordo-pink/frontend-icons"
27
import { maoka_dom } from "@ordo-pink/oss-maoka/dom"
38

lib/client-app/src/fs/filet/filet.types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
declare global {
27
interface cmd {
38
ordo: {

lib/client-app/src/jabs/activity-commands.jab.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import { type Colonoscope, colonoscope } from "@ordo-pink/oss-colonoscope"
27
import type { Aist } from "@ordo-pink/oss-aist"
38
import type { Maoka } from "@ordo-pink/oss-maoka"

lib/client-app/src/jabs/data-commands.jab.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import type { Hunt } from "@ordo-pink/oss-hunt"
27
import type { Maoka } from "@ordo-pink/oss-maoka"
38
import type { Zags } from "@ordo-pink/oss-zags"

lib/client-app/src/jabs/i18n-commands.jabs.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import type { I18n } from "@ordo-pink/oss-i18n"
27
import type { Maoka } from "@ordo-pink/oss-maoka"
38

lib/sdk-client-maoka/src/jabs/data.jab.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
import type { Maoka } from "@ordo-pink/oss-maoka"
27

38
export const get_children$: (parent: Ordo.Data.Parent | Ordo.Data.Instance) => Maoka.Jab<() => Ordo.Data.Instance[]> =

lib/sdk-client/src/modules/data.impl.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright 2025, 谢尔盖 ||↓ and the Ordo.pink contributors
3+
* SPDX-License-Identifier: Unlicense
4+
*/
5+
16
declare global {
27
interface cmd {
38
data: {

0 commit comments

Comments
 (0)