Skip to content

Commit

Permalink
라이선스 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
jjh4450 committed Sep 27, 2024
1 parent 94e4f1f commit 8496ad2
Show file tree
Hide file tree
Showing 77 changed files with 841 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/components/Footer/.css.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
11 changes: 11 additions & 0 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/components/Header/.css.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/components/Header/customHooks.tsx
Original file line number Diff line number Diff line change
@@ -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";

/**
Expand Down
11 changes: 11 additions & 0 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/components/ImageModal/index.css.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down
11 changes: 11 additions & 0 deletions src/components/ImageModal/index.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
11 changes: 11 additions & 0 deletions src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/components/Layout/scrollContol.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/components/Loading/.css.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down
11 changes: 11 additions & 0 deletions src/components/Loading/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/pages/Artist/artist.css.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/pages/Artist/artistData.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/pages/Artist/index.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/Content/index.css.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/Content/index.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/Overview/index.css.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/Overview/index.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/index.css.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
11 changes: 11 additions & 0 deletions src/pages/BoothNFoodDetail/index.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
Loading

0 comments on commit 8496ad2

Please sign in to comment.