Skip to content

Commit

Permalink
Chore: それぞれのファイルに適切なライセンスを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoSquirrels committed May 11, 2022
1 parent daaa173 commit 66a6d64
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/0_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: バグ報告 (Bug Report)
description: 誤動作の報告はこちら
title: "[Bug]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/1_typo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: タイポ報告 (Typo Report)
description: 誤字、脱字、誤記、誤用の報告はこちら
title: "[Typo]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/2_improvement_suggestions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: 改善提案 (Improvement Suggestions)
description: より良くするための提案はこちら
title: "[改善]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/3_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: 新機能リクエスト (Feature Request)
description: 新規に追加するものはこちら
title: "[要望]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/4_for_develop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: 開発環境への提案 (For Develop)
description: ウェブページに直接影響しないものはこちら
title: "[DX]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/5_question.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: 質問 (Question)
description: 質問事項はこちら
title: "[Q&A]: "
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/6_others.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: その他 (Others)
description: 上記のいずれにも当てはまらない場合はこちら
labels: ["Needs Triage"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

name: on push

on: push
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT

### Node.js

# Logs
Expand Down
2 changes: 2 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

const path = require("path");

const buildEslintCommand = (filenames) =>
Expand Down
2 changes: 2 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: MIT -->

# 開発の流れ

## Basics
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- SPDX-License-Identifier: MIT -->

# 第 43 回打越祭公式サイト

浅野学園 2022 年度文化祭のホームページの中身 (ソースコード)
Expand All @@ -15,7 +17,7 @@

特に断りのないファイルは [CC BY-NC 4.0](/LICENSE) ですが、
例外として一部のファイルは [MIT License](/LICENSE_exceptions/MIT) です。
(例外のファイルはそのファイルの上部にコメントでライセンスを明記しています。)
(例外のファイルはそのファイルの上部にコメントでライセンスを明記しています。また、コメントのできない json ファイルはすべて MIT License です。)

基本的に記事や画像などのコンテンツは `CC-BY-NC-4.0`
ソースコードは `MIT` としています。
Expand Down
5 changes: 1 addition & 4 deletions __tests__/index.test.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

import { render, screen } from "@testing-library/react";
import Index from "../pages/index";
Expand Down
5 changes: 1 addition & 4 deletions __tests__/next-seo.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

import { SITE_NAME, genTitle } from "../next-seo.config";

Expand Down
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// (c) 2022 Vercel, Inc.
// SPDX-License-Identifier: MIT

const nextJest = require("next/jest");

const createJestConfig = nextJest({
Expand Down
5 changes: 1 addition & 4 deletions next-seo.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

export const SITE_NAME = "第43回打越祭公式サイト";
export const DEFAULT_TITLE = `${SITE_NAME} (浅野学園2022年度文化祭)`;
Expand Down
5 changes: 1 addition & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

const withPlugins = require("next-compose-plugins");

Expand Down
5 changes: 1 addition & 4 deletions pages/_app.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

// next
import { useRouter } from "next/router";
Expand Down
5 changes: 1 addition & 4 deletions pages/_document.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

// components
import { Html, Head, Main, NextScript } from "next/document";
Expand Down
5 changes: 0 additions & 5 deletions pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/

// components
import NextSeo from "next-seo";
// styles
Expand Down
5 changes: 1 addition & 4 deletions styles/Index.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

.container {
padding: 0 2rem;
Expand Down
5 changes: 1 addition & 4 deletions styles/globals.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/*
* © 2022 uchikoshi-fes
* This file is licensed under the MIT License, see /LICENSE file.
*/
// SPDX-License-Identifier: MIT

// classes

Expand Down

0 comments on commit 66a6d64

Please sign in to comment.