From c85160832f94dec5255cb9141ec78bd7fbc52fef Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 4 May 2024 09:44:30 +0200 Subject: [PATCH] changed access rights --- hrm/editor.php | 0 hrm/functions.js | 0 hrm/functions.php | 0 hrm/help.htm | 0 hrm/human-resource-machine-viewer/.gitignore | 1 + hrm/human-resource-machine-viewer/GPLv3-LICENSE.md | 0 hrm/human-resource-machine-viewer/README.md | 0 hrm/human-resource-machine-viewer/TODO | 0 hrm/human-resource-machine-viewer/hrm-comments.md | 0 hrm/human-resource-machine-viewer/hrm.css | 0 hrm/human-resource-machine-viewer/hrm.js | 0 hrm/human-resource-machine-viewer/label-test.asm | 0 .../pako_inflate.min.js | 0 hrm/human-resource-machine-viewer/simple.asm | 0 hrm/images/bg_tiles.png | Bin hrm/images/hand.png | Bin hrm/images/help.png | Bin hrm/images/next.png | Bin hrm/images/pause.png | Bin hrm/images/play.png | Bin hrm/images/previous.png | Bin hrm/images/reset.png | Bin hrm/images/screenshot.png | Bin hrm/stylesheet.css | 0 index.php | 0 levels.php | 0 26 files changed, 1 insertion(+) mode change 100755 => 100644 hrm/editor.php mode change 100755 => 100644 hrm/functions.js mode change 100755 => 100644 hrm/functions.php mode change 100755 => 100644 hrm/help.htm create mode 100644 hrm/human-resource-machine-viewer/.gitignore mode change 100755 => 100644 hrm/human-resource-machine-viewer/GPLv3-LICENSE.md mode change 100755 => 100644 hrm/human-resource-machine-viewer/README.md mode change 100755 => 100644 hrm/human-resource-machine-viewer/TODO mode change 100755 => 100644 hrm/human-resource-machine-viewer/hrm-comments.md mode change 100755 => 100644 hrm/human-resource-machine-viewer/hrm.css mode change 100755 => 100644 hrm/human-resource-machine-viewer/hrm.js mode change 100755 => 100644 hrm/human-resource-machine-viewer/label-test.asm mode change 100755 => 100644 hrm/human-resource-machine-viewer/pako_inflate.min.js mode change 100755 => 100644 hrm/human-resource-machine-viewer/simple.asm mode change 100755 => 100644 hrm/images/bg_tiles.png mode change 100755 => 100644 hrm/images/hand.png mode change 100755 => 100644 hrm/images/help.png mode change 100755 => 100644 hrm/images/next.png mode change 100755 => 100644 hrm/images/pause.png mode change 100755 => 100644 hrm/images/play.png mode change 100755 => 100644 hrm/images/previous.png mode change 100755 => 100644 hrm/images/reset.png mode change 100755 => 100644 hrm/images/screenshot.png mode change 100755 => 100644 hrm/stylesheet.css mode change 100755 => 100644 index.php mode change 100755 => 100644 levels.php diff --git a/hrm/editor.php b/hrm/editor.php old mode 100755 new mode 100644 diff --git a/hrm/functions.js b/hrm/functions.js old mode 100755 new mode 100644 diff --git a/hrm/functions.php b/hrm/functions.php old mode 100755 new mode 100644 diff --git a/hrm/help.htm b/hrm/help.htm old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/.gitignore b/hrm/human-resource-machine-viewer/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/hrm/human-resource-machine-viewer/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/hrm/human-resource-machine-viewer/GPLv3-LICENSE.md b/hrm/human-resource-machine-viewer/GPLv3-LICENSE.md old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/README.md b/hrm/human-resource-machine-viewer/README.md old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/TODO b/hrm/human-resource-machine-viewer/TODO old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/hrm-comments.md b/hrm/human-resource-machine-viewer/hrm-comments.md old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/hrm.css b/hrm/human-resource-machine-viewer/hrm.css old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/hrm.js b/hrm/human-resource-machine-viewer/hrm.js old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/label-test.asm b/hrm/human-resource-machine-viewer/label-test.asm old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/pako_inflate.min.js b/hrm/human-resource-machine-viewer/pako_inflate.min.js old mode 100755 new mode 100644 diff --git a/hrm/human-resource-machine-viewer/simple.asm b/hrm/human-resource-machine-viewer/simple.asm old mode 100755 new mode 100644 diff --git a/hrm/images/bg_tiles.png b/hrm/images/bg_tiles.png old mode 100755 new mode 100644 diff --git a/hrm/images/hand.png b/hrm/images/hand.png old mode 100755 new mode 100644 diff --git a/hrm/images/help.png b/hrm/images/help.png old mode 100755 new mode 100644 diff --git a/hrm/images/next.png b/hrm/images/next.png old mode 100755 new mode 100644 diff --git a/hrm/images/pause.png b/hrm/images/pause.png old mode 100755 new mode 100644 diff --git a/hrm/images/play.png b/hrm/images/play.png old mode 100755 new mode 100644 diff --git a/hrm/images/previous.png b/hrm/images/previous.png old mode 100755 new mode 100644 diff --git a/hrm/images/reset.png b/hrm/images/reset.png old mode 100755 new mode 100644 diff --git a/hrm/images/screenshot.png b/hrm/images/screenshot.png old mode 100755 new mode 100644 diff --git a/hrm/stylesheet.css b/hrm/stylesheet.css old mode 100755 new mode 100644 diff --git a/index.php b/index.php old mode 100755 new mode 100644 diff --git a/levels.php b/levels.php old mode 100755 new mode 100644