diff --git a/petitnote/save.php b/petitnote/save.php index cce70a95..08211935 100644 --- a/petitnote/save.php +++ b/petitnote/save.php @@ -1,5 +1,5 @@ { onSuccess(); - //Petit Note 2021-2023 (c)satopian MIT LICENCE - //この箇所はさとぴあが作成したMIT LICENCEのコードです。 + //Petit Note 2021-2023 (c)satopian MIT Licence + //この箇所はさとぴあが作成したMIT Licenceのコードです。 const postData = (path, data) => { fetch(path, { method: 'post', @@ -108,7 +108,7 @@ formData.append("resto", ""); postData("saveklecks.php", formData); }); - // (c)satopian MIT LICENCE ここまで + // (c)satopian MIT Licence ここまで // location.reload(); }, 500); } diff --git a/petitnote/template/basic/paint_tegaki.html b/petitnote/template/basic/paint_tegaki.html index 150b67ac..55045ef7 100644 --- a/petitnote/template/basic/paint_tegaki.html +++ b/petitnote/template/basic/paint_tegaki.html @@ -28,8 +28,8 @@ // when the user clicks on Finish onDone: function() { - //Petit Note 2021-2023 (c)satopian MIT LICENCE - //この箇所はさとぴあが作成したMIT LICENCEのコードです。 + //Petit Note 2021-2023 (c)satopian MIT Licence + //この箇所はさとぴあが作成したMIT Licenceのコードです。 if (Tegaki.saveReplay) { Tegaki.replayRecorder.stop(); @@ -91,7 +91,7 @@ 'image/png' ); }, - // (c)satopian MIT LICENCE ここまで + // (c)satopian MIT Licence ここまで // when the user clicks on Cancel onCancel: function() {