From 470e8c03b9e950da3cb8b36c959820d5327f7319 Mon Sep 17 00:00:00 2001 From: botamochi0x12 Date: Sat, 28 Jan 2023 11:33:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E3=83=A9=E3=82=A4=E3=82=BB=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=90=8D?= =?UTF-8?q?=E3=81=AE=E7=B6=B4=E3=82=8A=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LICENSE ファイルは GitHub で特別に扱われるファイルです。 このファイルの内容から自動的にライセンスの種別が判断されて、 それが GitHub 上でユーザーの気づきやすいところに表示されます。 --- chore: Rename LICENSE to fix typo Moved the LICENSE file in the root directory. GitHub displays the license type in several places such as this repo's front page and a search result containg this repo. by reading the file `LICENSE`. --- :pencli2: --- LICENCE.txt => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENCE.txt => LICENSE.txt (100%) diff --git a/LICENCE.txt b/LICENSE.txt similarity index 100% rename from LICENCE.txt rename to LICENSE.txt