Skip to content

Commit 3f8bdaa

Browse files
committed
chore(juno): add missing license header
1 parent 398b7c8 commit 3f8bdaa

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

apps/doop/src/routes/__root.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import { createRootRouteWithContext, Outlet } from "@tanstack/react-router"
27
import { QueryClient } from "@tanstack/react-query"
38
import { AppProps } from "../App"

apps/greenhouse/src/routes/$appId.*.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import React from "react"
27
import { createFileRoute } from "@tanstack/react-router"
38
import Plugin from "../components/Plugin"

apps/greenhouse/src/routes/__root.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import React, { useEffect } from "react"
27
import { Outlet, createRootRouteWithContext } from "@tanstack/react-router"
38
import { useActions } from "@cloudoperators/juno-messages-provider"

apps/greenhouse/src/routes/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and Juno contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import React from "react"
27
import { createFileRoute, useNavigate } from "@tanstack/react-router"
38
import { usePlugin } from "../components/StoreProvider"

0 commit comments

Comments
 (0)