From 9148c6be1c95f309fa01742b1e9e1dc319af502e Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Mon, 9 Mar 2015 21:20:36 +0200 Subject: [PATCH] fixed file permissions --- COPYING | 0 doc/5TH_ET.txt | 0 doc/commands/cmp&misc.txt | 0 doc/commands/conditio.txt | 0 doc/commands/dsk&file.txt | 0 doc/commands/dynmem.txt | 0 doc/commands/graphic.txt | 0 doc/commands/index.html | 0 doc/commands/math&mem.txt | 0 doc/commands/string.txt | 0 doc/emulator.html | 0 doc/files.txt | 0 doc/index.html | 0 doc/modules/drvkbd.txt | 0 doc/modules/drvmouse.txt | 0 doc/modules/gfx2.txt | 0 doc/modules/index.html | 0 doc/modules/trig.txt | 0 doc/numbers.png | Bin doc/shots/index.html | 0 doc/shots/start.png | Bin doc/shots/textEditor.png | Bin doc/shots/words.png | Bin emulator/charput.inc | 0 emulator/emulator.asm | 0 emulator/kbdrive.inc | 0 emulator/system.inc | 0 emulator/tvidput.inc | 0 emulator/vidput.inc | 0 kernel/core.asm | 0 kernel/core.raw | Bin kernel/define.inc | 0 kernel/font.asm | 0 33 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 COPYING mode change 100755 => 100644 doc/5TH_ET.txt mode change 100755 => 100644 doc/commands/cmp&misc.txt mode change 100755 => 100644 doc/commands/conditio.txt mode change 100755 => 100644 doc/commands/dsk&file.txt mode change 100755 => 100644 doc/commands/dynmem.txt mode change 100755 => 100644 doc/commands/graphic.txt mode change 100755 => 100644 doc/commands/index.html mode change 100755 => 100644 doc/commands/math&mem.txt mode change 100755 => 100644 doc/commands/string.txt mode change 100755 => 100644 doc/emulator.html mode change 100755 => 100644 doc/files.txt mode change 100755 => 100644 doc/index.html mode change 100755 => 100644 doc/modules/drvkbd.txt mode change 100755 => 100644 doc/modules/drvmouse.txt mode change 100755 => 100644 doc/modules/gfx2.txt mode change 100755 => 100644 doc/modules/index.html mode change 100755 => 100644 doc/modules/trig.txt mode change 100755 => 100644 doc/numbers.png mode change 100755 => 100644 doc/shots/index.html mode change 100755 => 100644 doc/shots/start.png mode change 100755 => 100644 doc/shots/textEditor.png mode change 100755 => 100644 doc/shots/words.png mode change 100755 => 100644 emulator/charput.inc mode change 100755 => 100644 emulator/emulator.asm mode change 100755 => 100644 emulator/kbdrive.inc mode change 100755 => 100644 emulator/system.inc mode change 100755 => 100644 emulator/tvidput.inc mode change 100755 => 100644 emulator/vidput.inc mode change 100755 => 100644 kernel/core.asm mode change 100755 => 100644 kernel/core.raw mode change 100755 => 100644 kernel/define.inc mode change 100755 => 100644 kernel/font.asm diff --git a/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/doc/5TH_ET.txt b/doc/5TH_ET.txt old mode 100755 new mode 100644 diff --git a/doc/commands/cmp&misc.txt b/doc/commands/cmp&misc.txt old mode 100755 new mode 100644 diff --git a/doc/commands/conditio.txt b/doc/commands/conditio.txt old mode 100755 new mode 100644 diff --git a/doc/commands/dsk&file.txt b/doc/commands/dsk&file.txt old mode 100755 new mode 100644 diff --git a/doc/commands/dynmem.txt b/doc/commands/dynmem.txt old mode 100755 new mode 100644 diff --git a/doc/commands/graphic.txt b/doc/commands/graphic.txt old mode 100755 new mode 100644 diff --git a/doc/commands/index.html b/doc/commands/index.html old mode 100755 new mode 100644 diff --git a/doc/commands/math&mem.txt b/doc/commands/math&mem.txt old mode 100755 new mode 100644 diff --git a/doc/commands/string.txt b/doc/commands/string.txt old mode 100755 new mode 100644 diff --git a/doc/emulator.html b/doc/emulator.html old mode 100755 new mode 100644 diff --git a/doc/files.txt b/doc/files.txt old mode 100755 new mode 100644 diff --git a/doc/index.html b/doc/index.html old mode 100755 new mode 100644 diff --git a/doc/modules/drvkbd.txt b/doc/modules/drvkbd.txt old mode 100755 new mode 100644 diff --git a/doc/modules/drvmouse.txt b/doc/modules/drvmouse.txt old mode 100755 new mode 100644 diff --git a/doc/modules/gfx2.txt b/doc/modules/gfx2.txt old mode 100755 new mode 100644 diff --git a/doc/modules/index.html b/doc/modules/index.html old mode 100755 new mode 100644 diff --git a/doc/modules/trig.txt b/doc/modules/trig.txt old mode 100755 new mode 100644 diff --git a/doc/numbers.png b/doc/numbers.png old mode 100755 new mode 100644 diff --git a/doc/shots/index.html b/doc/shots/index.html old mode 100755 new mode 100644 diff --git a/doc/shots/start.png b/doc/shots/start.png old mode 100755 new mode 100644 diff --git a/doc/shots/textEditor.png b/doc/shots/textEditor.png old mode 100755 new mode 100644 diff --git a/doc/shots/words.png b/doc/shots/words.png old mode 100755 new mode 100644 diff --git a/emulator/charput.inc b/emulator/charput.inc old mode 100755 new mode 100644 diff --git a/emulator/emulator.asm b/emulator/emulator.asm old mode 100755 new mode 100644 diff --git a/emulator/kbdrive.inc b/emulator/kbdrive.inc old mode 100755 new mode 100644 diff --git a/emulator/system.inc b/emulator/system.inc old mode 100755 new mode 100644 diff --git a/emulator/tvidput.inc b/emulator/tvidput.inc old mode 100755 new mode 100644 diff --git a/emulator/vidput.inc b/emulator/vidput.inc old mode 100755 new mode 100644 diff --git a/kernel/core.asm b/kernel/core.asm old mode 100755 new mode 100644 diff --git a/kernel/core.raw b/kernel/core.raw old mode 100755 new mode 100644 diff --git a/kernel/define.inc b/kernel/define.inc old mode 100755 new mode 100644 diff --git a/kernel/font.asm b/kernel/font.asm old mode 100755 new mode 100644 -- 2.20.1