diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..70beb57 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Mozilla Public License Version 2.0 + +Copyright © LIKELION_KNU_2024_대동제_웹사이트_웹사이트_개발팀 2024 + +All rights reserved. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0 \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index d2d75a5..51db741 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { createBrowserRouter, RouterProvider } from "react-router-dom"; import { Suspense } from "react"; import Layout from "./components/Layout"; diff --git a/src/components/Footer/.css.ts b/src/components/Footer/.css.ts index 3650584..3026cc5 100644 --- a/src/components/Footer/.css.ts +++ b/src/components/Footer/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; const breakpoints = { diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 3c185f7..a860976 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import FooterLogo from "../../assets/footer.svg?react"; import * as styles from "./.css.ts"; import { Link } from "react-router-dom"; diff --git a/src/components/Header/.css.ts b/src/components/Header/.css.ts index a657ba5..03f10ea 100644 --- a/src/components/Header/.css.ts +++ b/src/components/Header/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css"; diff --git a/src/components/Header/customHooks.tsx b/src/components/Header/customHooks.tsx index 69504fc..da5cc2d 100644 --- a/src/components/Header/customHooks.tsx +++ b/src/components/Header/customHooks.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useCallback, useEffect, useState } from "react"; /** diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 891231c..dcaf9c6 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React, { useCallback, useEffect, useRef } from "react"; import { Link, useLocation } from "react-router-dom"; import routerInfo from "../../shared/routing/routerInfo"; diff --git a/src/components/ImageModal/index.css.ts b/src/components/ImageModal/index.css.ts index 176023d..14e0323 100644 --- a/src/components/ImageModal/index.css.ts +++ b/src/components/ImageModal/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; export const container = style({ diff --git a/src/components/ImageModal/index.tsx b/src/components/ImageModal/index.tsx index ddb3d53..3768182 100644 --- a/src/components/ImageModal/index.tsx +++ b/src/components/ImageModal/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import * as styles from "./index.css.ts"; interface ImageModalProps { diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 2ffa84f..7c3eee8 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { Outlet } from "react-router-dom"; import "../../shared/styles/globalStyle.css"; import Header from "../Header"; diff --git a/src/components/Layout/scrollContol.tsx b/src/components/Layout/scrollContol.tsx index 38a09ea..15f6e40 100644 --- a/src/components/Layout/scrollContol.tsx +++ b/src/components/Layout/scrollContol.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useEffect } from "react"; import { useCurrentPage } from "../../shared/routing/routerUtils.ts"; diff --git a/src/components/Loading/.css.ts b/src/components/Loading/.css.ts index adfe622..0880401 100644 --- a/src/components/Loading/.css.ts +++ b/src/components/Loading/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; export const containerStyle = style({ diff --git a/src/components/Loading/index.tsx b/src/components/Loading/index.tsx index 443a4d7..6821fb3 100644 --- a/src/components/Loading/index.tsx +++ b/src/components/Loading/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useState, useEffect, useRef } from "react"; import Lottie from "lottie-light-react"; import loadingAnimation from "../../assets/loading.json"; diff --git a/src/main.tsx b/src/main.tsx index 21aa728..5c9c13a 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { StrictMode } from "react"; import { createRoot } from "react-dom/client"; import "./index.css"; diff --git a/src/pages/Artist/artist.css.ts b/src/pages/Artist/artist.css.ts index a98099f..06dd775 100644 --- a/src/pages/Artist/artist.css.ts +++ b/src/pages/Artist/artist.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css"; diff --git a/src/pages/Artist/artistData.ts b/src/pages/Artist/artistData.ts index 8e830cc..1df9b05 100644 --- a/src/pages/Artist/artistData.ts +++ b/src/pages/Artist/artistData.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import apink from "/src/assets/artist/apink.png"; import roykim from "/src/assets/artist/roykim.png"; import glencheck from "/src/assets/artist/glencheck.png"; diff --git a/src/pages/Artist/index.tsx b/src/pages/Artist/index.tsx index 7c6f368..5286cad 100644 --- a/src/pages/Artist/index.tsx +++ b/src/pages/Artist/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useParams } from "react-router-dom"; import { mid, diff --git a/src/pages/BoothNFoodDetail/Content/index.css.ts b/src/pages/BoothNFoodDetail/Content/index.css.ts index b3a5221..e0302e7 100644 --- a/src/pages/BoothNFoodDetail/Content/index.css.ts +++ b/src/pages/BoothNFoodDetail/Content/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../../shared/styles/vars.css"; diff --git a/src/pages/BoothNFoodDetail/Content/index.tsx b/src/pages/BoothNFoodDetail/Content/index.tsx index 406f05e..1a1828d 100644 --- a/src/pages/BoothNFoodDetail/Content/index.tsx +++ b/src/pages/BoothNFoodDetail/Content/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { SaleItems } from "../../../shared/types/asset_types"; import * as styles from "./index.css"; diff --git a/src/pages/BoothNFoodDetail/Overview/index.css.ts b/src/pages/BoothNFoodDetail/Overview/index.css.ts index 4ecc26b..a267b3b 100644 --- a/src/pages/BoothNFoodDetail/Overview/index.css.ts +++ b/src/pages/BoothNFoodDetail/Overview/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../../shared/styles/vars.css.ts"; diff --git a/src/pages/BoothNFoodDetail/Overview/index.tsx b/src/pages/BoothNFoodDetail/Overview/index.tsx index e6785fa..0242866 100644 --- a/src/pages/BoothNFoodDetail/Overview/index.tsx +++ b/src/pages/BoothNFoodDetail/Overview/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import ImageModal from "../../../components/ImageModal/index.tsx"; import { BoothPlaceType } from "../../../shared/types/asset_types.ts"; import * as styles from "./index.css.ts"; diff --git a/src/pages/BoothNFoodDetail/index.css.ts b/src/pages/BoothNFoodDetail/index.css.ts index e475d07..dc1502e 100644 --- a/src/pages/BoothNFoodDetail/index.css.ts +++ b/src/pages/BoothNFoodDetail/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; const mobileBreakpoint = "1000px"; diff --git a/src/pages/BoothNFoodDetail/index.tsx b/src/pages/BoothNFoodDetail/index.tsx index 6ce18d0..498f5e6 100644 --- a/src/pages/BoothNFoodDetail/index.tsx +++ b/src/pages/BoothNFoodDetail/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useParams } from "react-router-dom"; import { diff --git a/src/pages/BoothNFoodList/Card/index.css.ts b/src/pages/BoothNFoodList/Card/index.css.ts index 48537ff..f06194e 100644 --- a/src/pages/BoothNFoodList/Card/index.css.ts +++ b/src/pages/BoothNFoodList/Card/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../../shared/styles/vars.css"; diff --git a/src/pages/BoothNFoodList/Card/index.tsx b/src/pages/BoothNFoodList/Card/index.tsx index be980e5..8a6a679 100644 --- a/src/pages/BoothNFoodList/Card/index.tsx +++ b/src/pages/BoothNFoodList/Card/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useNavigate } from "react-router-dom"; import * as styles from "./index.css.ts"; diff --git a/src/pages/BoothNFoodList/TabBtns/hook.ts b/src/pages/BoothNFoodList/TabBtns/hook.ts index 72c160d..54c134b 100644 --- a/src/pages/BoothNFoodList/TabBtns/hook.ts +++ b/src/pages/BoothNFoodList/TabBtns/hook.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useEffect, useState } from "react"; import { useSearchParams } from "react-router-dom"; import { places, types } from "../dataMapping"; diff --git a/src/pages/BoothNFoodList/TabBtns/index.css.ts b/src/pages/BoothNFoodList/TabBtns/index.css.ts index 0f5e7c4..7b76b2a 100644 --- a/src/pages/BoothNFoodList/TabBtns/index.css.ts +++ b/src/pages/BoothNFoodList/TabBtns/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../../shared/styles/vars.css"; diff --git a/src/pages/BoothNFoodList/TabBtns/index.tsx b/src/pages/BoothNFoodList/TabBtns/index.tsx index d680636..32251df 100644 --- a/src/pages/BoothNFoodList/TabBtns/index.tsx +++ b/src/pages/BoothNFoodList/TabBtns/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import * as styles from "./index.css.ts"; import { places, types } from "../dataMapping"; diff --git a/src/pages/BoothNFoodList/dataMapping.ts b/src/pages/BoothNFoodList/dataMapping.ts index 60b691d..e6e8c87 100644 --- a/src/pages/BoothNFoodList/dataMapping.ts +++ b/src/pages/BoothNFoodList/dataMapping.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { BOOTH_HAMINSEOP_LIST, BOOTH_MEMORIAL60_LIST, diff --git a/src/pages/BoothNFoodList/index.css.ts b/src/pages/BoothNFoodList/index.css.ts index cd632a3..e5e5053 100644 --- a/src/pages/BoothNFoodList/index.css.ts +++ b/src/pages/BoothNFoodList/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; export const cardContainer = style({ diff --git a/src/pages/BoothNFoodList/index.tsx b/src/pages/BoothNFoodList/index.tsx index 651cb6b..9a56b65 100644 --- a/src/pages/BoothNFoodList/index.tsx +++ b/src/pages/BoothNFoodList/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import * as styles from "./index.css"; import TabBtns from "./TabBtns"; diff --git a/src/pages/Error/.css.ts b/src/pages/Error/.css.ts index d9206f9..0255b91 100644 --- a/src/pages/Error/.css.ts +++ b/src/pages/Error/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; export const wrapContainer = style({ diff --git a/src/pages/Error/index.tsx b/src/pages/Error/index.tsx index f466c93..c05411f 100644 --- a/src/pages/Error/index.tsx +++ b/src/pages/Error/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import Lottie from "lottie-light-react"; import maintenanceAnimation from "../../assets/maintain.json"; import { wrapContainer, lottieStyle, textContainer, h1Style, p1Style, backLink } from "./.css.ts"; diff --git a/src/pages/Main/.css.ts b/src/pages/Main/.css.ts index 4dce96a..37ae73a 100644 --- a/src/pages/Main/.css.ts +++ b/src/pages/Main/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { keyframes, style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css.ts"; diff --git a/src/pages/Main/Ceraseal.tsx b/src/pages/Main/Ceraseal.tsx index 698b2cd..72283a7 100644 --- a/src/pages/Main/Ceraseal.tsx +++ b/src/pages/Main/Ceraseal.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import Slider from "react-slick"; import { mainPageArtistImageStyle, diff --git a/src/pages/Main/artistImport.ts b/src/pages/Main/artistImport.ts index 3d976cd..8cb2fd4 100644 --- a/src/pages/Main/artistImport.ts +++ b/src/pages/Main/artistImport.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + /** * 아티스트 관련해서 에셋을 다루기 너무 힘들어 따로 모듈로 관리 했습니다. * 아티스트 정보는 artistInfoList에, 아티스트 이미지는 artistList에 저장되어 있습니다. diff --git a/src/pages/Main/index.tsx b/src/pages/Main/index.tsx index 2c646d6..6b22b06 100644 --- a/src/pages/Main/index.tsx +++ b/src/pages/Main/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React, { RefObject, useRef } from "react"; import { Link } from "react-router-dom"; import { diff --git a/src/pages/Makers/index.tsx b/src/pages/Makers/index.tsx index f9a1bbd..c70320a 100644 --- a/src/pages/Makers/index.tsx +++ b/src/pages/Makers/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { container, insta, linkContainer, main, top, website } from "./makers.css.ts"; import top_pic from "/src/assets/makers/makers_top.png"; diff --git a/src/pages/Makers/makers.css.ts b/src/pages/Makers/makers.css.ts index 329e67c..cf9d823 100644 --- a/src/pages/Makers/makers.css.ts +++ b/src/pages/Makers/makers.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; export const container = style({ diff --git a/src/pages/Map/MapImg/Objs/index.css.ts b/src/pages/Map/MapImg/Objs/index.css.ts index 65d86da..4218657 100644 --- a/src/pages/Map/MapImg/Objs/index.css.ts +++ b/src/pages/Map/MapImg/Objs/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { keyframes, style } from "@vanilla-extract/css"; import { vars } from "../../../../shared/styles/vars.css"; diff --git a/src/pages/Map/MapImg/Objs/index.tsx b/src/pages/Map/MapImg/Objs/index.tsx index 6ad801d..29b89a9 100644 --- a/src/pages/Map/MapImg/Objs/index.tsx +++ b/src/pages/Map/MapImg/Objs/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useNavigate } from "react-router-dom"; import * as styles from "./index.css.ts"; diff --git a/src/pages/Map/MapImg/Objs/ui.tsx b/src/pages/Map/MapImg/Objs/ui.tsx index 3d6a4dd..3bff477 100644 --- a/src/pages/Map/MapImg/Objs/ui.tsx +++ b/src/pages/Map/MapImg/Objs/ui.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import * as styles from "./index.css.ts"; export const LableBtn = ({ diff --git a/src/pages/Map/MapImg/index.css.ts b/src/pages/Map/MapImg/index.css.ts index 9b3bc3d..1327494 100644 --- a/src/pages/Map/MapImg/index.css.ts +++ b/src/pages/Map/MapImg/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { keyframes, style } from "@vanilla-extract/css"; const floating = keyframes({ diff --git a/src/pages/Map/MapImg/index.tsx b/src/pages/Map/MapImg/index.tsx index 9f9292c..848208e 100644 --- a/src/pages/Map/MapImg/index.tsx +++ b/src/pages/Map/MapImg/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import ham_square_island from "/src/assets/island/ham_square_island.png"; import memorial_island from "/src/assets/island/memorial_island.png"; import mirea_square_island from "/src/assets/island/mirea_square_island.png"; diff --git a/src/pages/Map/index.css.ts b/src/pages/Map/index.css.ts index 9ffe74a..ef051bb 100644 --- a/src/pages/Map/index.css.ts +++ b/src/pages/Map/index.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css"; diff --git a/src/pages/Map/index.tsx b/src/pages/Map/index.tsx index 532a1e5..420329a 100644 --- a/src/pages/Map/index.tsx +++ b/src/pages/Map/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import MapImg from "./MapImg"; import { PLACE, PLACE_INFO, Place } from "./mapData"; diff --git a/src/pages/Map/mapData.ts b/src/pages/Map/mapData.ts index 2633f89..d990e53 100644 --- a/src/pages/Map/mapData.ts +++ b/src/pages/Map/mapData.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + export const PLACE = ["60주년기념관", "함인섭광장", "대운동장", "미래광장"] as const; export type Place = (typeof PLACE)[number]; diff --git a/src/pages/Notice/index.tsx b/src/pages/Notice/index.tsx index 22f13e0..15d9235 100644 --- a/src/pages/Notice/index.tsx +++ b/src/pages/Notice/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React, { useState, useEffect } from "react"; import { mid, diff --git a/src/pages/Notice/notice.css.ts b/src/pages/Notice/notice.css.ts index 2b5e70a..f580895 100644 --- a/src/pages/Notice/notice.css.ts +++ b/src/pages/Notice/notice.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css"; diff --git a/src/pages/QnA/index.tsx b/src/pages/QnA/index.tsx index e26c14f..f5f8b54 100644 --- a/src/pages/QnA/index.tsx +++ b/src/pages/QnA/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useState } from "react"; import { mid, diff --git a/src/pages/QnA/qna.css.ts b/src/pages/QnA/qna.css.ts index c0dc79b..dc400d1 100644 --- a/src/pages/QnA/qna.css.ts +++ b/src/pages/QnA/qna.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css"; diff --git a/src/pages/Timetable/.css.ts b/src/pages/Timetable/.css.ts index e501811..e6b3d02 100644 --- a/src/pages/Timetable/.css.ts +++ b/src/pages/Timetable/.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { style, styleVariants } from "@vanilla-extract/css"; import { vars } from "../../shared/styles/vars.css.ts"; diff --git a/src/pages/Timetable/index.tsx b/src/pages/Timetable/index.tsx index 2b000d4..7c047ae 100644 --- a/src/pages/Timetable/index.tsx +++ b/src/pages/Timetable/index.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React, { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { timeTableInfo } from "./timeTableInfo.ts"; import * as styles from "./.css.ts"; diff --git a/src/pages/Timetable/subComponents.tsx b/src/pages/Timetable/subComponents.tsx index 782a9cc..ef047d2 100644 --- a/src/pages/Timetable/subComponents.tsx +++ b/src/pages/Timetable/subComponents.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React from "react"; import { artistInfoListProps } from "../../shared/types/mainPage.ts"; import * as styles from "./.css.ts"; diff --git a/src/pages/Timetable/timeTableInfo.ts b/src/pages/Timetable/timeTableInfo.ts index aa88aea..9353c45 100644 --- a/src/pages/Timetable/timeTableInfo.ts +++ b/src/pages/Timetable/timeTableInfo.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import _apink from "../../assets/artist/에이핑크.jpg"; import _choi_yu_ree from "../../assets/artist/최유리.jpg"; import _creespy from "../../assets/artist/크리스피.jpg"; diff --git a/src/pages/Timetable/utils.tsx b/src/pages/Timetable/utils.tsx index 9b7e298..73691ef 100644 --- a/src/pages/Timetable/utils.tsx +++ b/src/pages/Timetable/utils.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { timeTableFilterProps, timeTableInfoProps } from "../../shared/types/timeTable.ts"; /** diff --git a/src/resources/booth_list.ts b/src/resources/booth_list.ts index 853fc97..67821d3 100644 --- a/src/resources/booth_list.ts +++ b/src/resources/booth_list.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { Booth } from "../shared/types/asset_types"; import { availableAsset } from "../shared/util/functions"; diff --git a/src/resources/foodtruck_list.ts b/src/resources/foodtruck_list.ts index 86064ea..876700b 100644 --- a/src/resources/foodtruck_list.ts +++ b/src/resources/foodtruck_list.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { FoodTruck } from "../shared/types/asset_types"; export const FOODTRUCK_60TH_ANNIV_LIST: FoodTruck[] = [ diff --git a/src/shared/firebase/firebaseConfig.ts b/src/shared/firebase/firebaseConfig.ts index cbbb6e0..088b8f7 100644 --- a/src/shared/firebase/firebaseConfig.ts +++ b/src/shared/firebase/firebaseConfig.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { initializeApp } from "firebase/app"; import { getAnalytics } from "firebase/analytics"; import { getFirestore } from "firebase/firestore/lite"; diff --git a/src/shared/firebase/imgService.ts b/src/shared/firebase/imgService.ts index 4714f6b..9dacb9e 100644 --- a/src/shared/firebase/imgService.ts +++ b/src/shared/firebase/imgService.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { ref, uploadBytes, getDownloadURL } from "firebase/storage"; import { storage } from "./firebaseConfig"; /** diff --git a/src/shared/firebase/noticeConverter.ts b/src/shared/firebase/noticeConverter.ts index 85d6429..16ff78f 100644 --- a/src/shared/firebase/noticeConverter.ts +++ b/src/shared/firebase/noticeConverter.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { DocumentData, FirestoreDataConverter, diff --git a/src/shared/firebase/noticeService.ts b/src/shared/firebase/noticeService.ts index 43e34ff..7b7c378 100644 --- a/src/shared/firebase/noticeService.ts +++ b/src/shared/firebase/noticeService.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { collection, addDoc, diff --git a/src/shared/firebase/test/FirebaseTest.tsx b/src/shared/firebase/test/FirebaseTest.tsx index 180cbc1..a54ada4 100644 --- a/src/shared/firebase/test/FirebaseTest.tsx +++ b/src/shared/firebase/test/FirebaseTest.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useState } from "react"; import { createNotice, diff --git a/src/shared/firebase/test/ImgUploadTest.tsx b/src/shared/firebase/test/ImgUploadTest.tsx index f48016f..39bb1b8 100644 --- a/src/shared/firebase/test/ImgUploadTest.tsx +++ b/src/shared/firebase/test/ImgUploadTest.tsx @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import React, { useState } from "react"; import { uploadImg } from "../imgService"; function UploadTestComponent() { diff --git a/src/shared/mainPageConst.ts b/src/shared/mainPageConst.ts index 2db3a94..dd9678f 100644 --- a/src/shared/mainPageConst.ts +++ b/src/shared/mainPageConst.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + /** * 메인페이지에 아직 라우터가 잡히지 않은 페이지들의 경로를 미리 지정해놓은 파일입니다. * 해당 페이지 제작후 아래 상수들을 사용하시면 됩니다. diff --git a/src/shared/routing/routerInfo.ts b/src/shared/routing/routerInfo.ts index a1a2b63..1be08f5 100644 --- a/src/shared/routing/routerInfo.ts +++ b/src/shared/routing/routerInfo.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { lazy } from "react"; import { routerInfoType } from "../types/routing.ts"; diff --git a/src/shared/routing/routerUtils.ts b/src/shared/routing/routerUtils.ts index d1b70fe..557fcb4 100644 --- a/src/shared/routing/routerUtils.ts +++ b/src/shared/routing/routerUtils.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { Location, matchPath, useLocation } from "react-router-dom"; import { routerInfoType } from "../types/routing.ts"; import routerInfo from "./routerInfo.ts"; diff --git a/src/shared/styles/globalStyle.css.ts b/src/shared/styles/globalStyle.css.ts index dfeeda8..4cf7f47 100644 --- a/src/shared/styles/globalStyle.css.ts +++ b/src/shared/styles/globalStyle.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { globalStyle } from "@vanilla-extract/css"; import { noticeDetail } from "../../pages/Notice/notice.css"; import { vars } from "./vars.css"; diff --git a/src/shared/styles/vars.css.ts b/src/shared/styles/vars.css.ts index 21780a8..74dbeeb 100644 --- a/src/shared/styles/vars.css.ts +++ b/src/shared/styles/vars.css.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { createGlobalTheme, fontFace } from "@vanilla-extract/css"; import boldFont from "../../assets/fonts/subset-PyeongChangPeace-Bold.woff2"; import lightFont from "../../assets/fonts/subset-PyeongChangPeace-Light.woff2"; diff --git a/src/shared/types/asset_types.ts b/src/shared/types/asset_types.ts index 14bfd28..19dbf54 100644 --- a/src/shared/types/asset_types.ts +++ b/src/shared/types/asset_types.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + const invalidImg = new URL("../../assets/logo/main_page_logo.png", import.meta.url).href; export type BoothPlaceType = diff --git a/src/shared/types/mainPage.ts b/src/shared/types/mainPage.ts index a6e9c2f..ab45c3b 100644 --- a/src/shared/types/mainPage.ts +++ b/src/shared/types/mainPage.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + export interface Island { name: string; image: string; diff --git a/src/shared/types/notice.ts b/src/shared/types/notice.ts index 74fddf4..dc39b52 100644 --- a/src/shared/types/notice.ts +++ b/src/shared/types/notice.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + // 공지사항 타입 export interface Notice { createdAt: Date; diff --git a/src/shared/types/routing.ts b/src/shared/types/routing.ts index 6e6edc9..c88b275 100644 --- a/src/shared/types/routing.ts +++ b/src/shared/types/routing.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + // 라우팅 정보 객체 타입 import React, { ComponentType } from "react"; diff --git a/src/shared/types/timeTable.ts b/src/shared/types/timeTable.ts index fb52f03..fc8cb2e 100644 --- a/src/shared/types/timeTable.ts +++ b/src/shared/types/timeTable.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { artistInfoListProps } from "./mainPage.ts"; export interface timeTableInfoProps { diff --git a/src/shared/util/functions.ts b/src/shared/util/functions.ts index d91cd6e..ddbd384 100644 --- a/src/shared/util/functions.ts +++ b/src/shared/util/functions.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { Asset } from "../types/asset_types"; export const availableAsset = (assets: T[]) => { diff --git a/src/shared/util/useTabs.ts b/src/shared/util/useTabs.ts index 111a7e8..97b94fb 100644 --- a/src/shared/util/useTabs.ts +++ b/src/shared/util/useTabs.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + import { useEffect, useState } from "react"; import { useSearchParams } from "react-router-dom"; diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index f3732c5..7a3ff94 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -1,3 +1,14 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. + * + * All contributors who participated in development before September 26, 2024, retain full copyright over their contributions. + * These contributors are granted the right, under a Contributor License Agreement (CLA), to use, modify, and distribute their contributions + * under additional or alternative licensing terms of their choosing, while the project as a whole remains licensed under the MPL 2.0. + * + * Any contributions made after September 26, 2024, are subject to the terms of the MPL 2.0 and are licensed accordingly. + */ + /// ///