Skip to content

Commit

Permalink
LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jul 13, 2023
1 parent 356954f commit 6926069
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion petitnote/save.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//Petit Note 2021-2023 (c)satopian MIT Licence
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
Expand Down
2 changes: 1 addition & 1 deletion petitnote/saveklecks.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//Petit Note 2021-2023 (c)satopian MIT Licence
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
Expand Down
2 changes: 1 addition & 1 deletion petitnote/saveneo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//Petit Note 2021-2023 (c)satopian MIT Licence
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
Expand Down
4 changes: 2 additions & 2 deletions petitnote/template/basic/js/common.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//Petit Note 2021-2023 (c)satopian MIT Licence
//https://paintbbs.sakura.ne.jp/
function res_form_submit(event, formId = 'res_form') {//第二引数が未指定の時はformId = 'res_form'
let error_message_Id;
Expand Down Expand Up @@ -147,7 +147,7 @@ function form_submit_set_nsfw_show_hide(event) {
snsWindow = window.open(url, "_blank", windowFeatures); // 新しいウィンドウを開く
}
}
// (c)satopian MIT LICENCE ここまで
// (c)satopian MIT Licence ここまで

jQuery(function() {
window.onpageshow = function(){
Expand Down
6 changes: 3 additions & 3 deletions petitnote/template/basic/paint_klecks.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@

setTimeout(() => {
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',
Expand Down Expand Up @@ -108,7 +108,7 @@
formData.append("resto", "<?=h($resto)?>");
postData("saveklecks.php", formData);
});
// (c)satopian MIT LICENCE ここまで
// (c)satopian MIT Licence ここまで
// location.reload();
}, 500);
}
Expand Down
6 changes: 3 additions & 3 deletions petitnote/template/basic/paint_tegaki.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -91,7 +91,7 @@
'image/png'
);
},
// (c)satopian MIT LICENCE ここまで
// (c)satopian MIT Licence ここまで

// when the user clicks on Cancel
onCancel: function() {
Expand Down

0 comments on commit 6926069

Please sign in to comment.