diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/c/basic.html | 6 | ||||
-rw-r--r-- | dev/c/datatypes.html | 6 | ||||
-rw-r--r-- | dev/c/debugging.html | 8 | ||||
-rw-r--r-- | dev/c/elements.html | 6 | ||||
-rw-r--r-- | dev/c/hello.html | 6 | ||||
-rw-r--r-- | dev/c/index.html | 21 | ||||
-rw-r--r-- | dev/c/lib.html | 6 | ||||
-rw-r--r-- | dev/c/src/basic/Makefile | 4 | ||||
-rw-r--r-- | dev/c/src/basic/shell.c | 57 | ||||
-rw-r--r-- | dev/c/src/fork/Makefile | 11 | ||||
-rw-r--r-- | dev/c/src/fork/fork.c | 38 | ||||
-rw-r--r-- | dev/c/src/fork/fork_exec.c | 40 | ||||
-rw-r--r-- | dev/c/src/hello/Makefile | 3 | ||||
-rw-r--r-- | dev/c/src/hello/hello.c | 6 | ||||
-rw-r--r-- | dev/c/src/linux/Makefile | 13 | ||||
-rw-r--r-- | dev/c/src/linux/init.c | 8 | ||||
-rw-r--r-- | dev/c/src/linux/rungdb.sh | 12 | ||||
-rw-r--r-- | dev/c/system.html | 107 | ||||
-rw-r--r-- | dev/git/branch.html | 8 | ||||
-rw-r--r-- | dev/git/index.html | 6 | ||||
-rw-r--r-- | dev/git/install.html | 6 | ||||
-rw-r--r-- | dev/git/work.html | 6 | ||||
-rw-r--r-- | dev/index.html | 6 | ||||
-rw-r--r-- | dev/js/index.html | 6 | ||||
-rw-r--r-- | dev/perl/index.html | 6 | ||||
-rw-r--r-- | dev/php/hello.html | 6 | ||||
-rw-r--r-- | dev/php/index.html | 6 | ||||
-rw-r--r-- | dev/python/index.html | 6 | ||||
-rw-r--r-- | dev/shell/dash.html | 6 | ||||
-rw-r--r-- | dev/shell/index.html | 6 |
30 files changed, 341 insertions, 91 deletions
diff --git a/dev/c/basic.html b/dev/c/basic.html index 84f93e2..0f56625 100644 --- a/dev/c/basic.html +++ b/dev/c/basic.html @@ -50,9 +50,9 @@ <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/datatypes.html b/dev/c/datatypes.html index 9ebb7db..e406d2c 100644 --- a/dev/c/datatypes.html +++ b/dev/c/datatypes.html @@ -173,9 +173,9 @@ </dl> <a href="index.html">C Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> diff --git a/dev/c/debugging.html b/dev/c/debugging.html index e721d07..d146d80 100644 --- a/dev/c/debugging.html +++ b/dev/c/debugging.html @@ -9,7 +9,7 @@ <h1>Debugging</h1> - <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../core/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> + <p>Check if the system have restrictions to attach to other processes or other hardening measures, check <a href=../../linux/sysctl.html>sysctl settings</a> such as; kernel.yama.ptrace_scope;</p> <dl> <dt>kernel.yama.ptrace_scope=0</dt> @@ -136,9 +136,9 @@ <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/elements.html b/dev/c/elements.html index 78829d2..fb968b7 100644 --- a/dev/c/elements.html +++ b/dev/c/elements.html @@ -54,9 +54,9 @@ <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/hello.html b/dev/c/hello.html index f4b7039..948bbe5 100644 --- a/dev/c/hello.html +++ b/dev/c/hello.html @@ -125,9 +125,9 @@ <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/index.html b/dev/c/index.html index 0935866..eaf54a8 100644 --- a/dev/c/index.html +++ b/dev/c/index.html @@ -14,6 +14,7 @@ <ul> <li><a href="hello.html#makefile">Makefile</a></li> <li><a href="hello.html#debug">Debug</a></li> + <li><a href="basic.html#sources">Multiple sources</a></li> </ul> </li> <li><a href="elements.html">Elements</a> @@ -48,12 +49,7 @@ <li><a href="">Control Flow</a></li> <li><a href="">Functions</a></li> <li><a href="">Input & Output</a></li> - <li><a href="basic.html">Basic</a> - <ul> - <li><a href="basic.html#sources">Multiple sources</a></li> - </ul> - </li> - <li><a href="lib.html">Libraries</a> + <li><a href="lib.html">Libraries</a> <ul> <li><a href="lib.html#basic">Basic libraries</a></li> <li><a href="lib.html#advanced">Advanced libraries</a></li> @@ -70,8 +66,11 @@ </li> - <li><a href="debugging.html">Debugging</a></li> - <li><a href="system.html">System Development</a></li> + <li><a href="debugging.html">Debugging</a> + <ul> + <li><a href="system.html">System development</a></li> + </ul> + </li> </ul> <ul> @@ -80,9 +79,9 @@ <a href="../index.html">Development Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/lib.html b/dev/c/lib.html index f5f6acc..6cd1fca 100644 --- a/dev/c/lib.html +++ b/dev/c/lib.html @@ -246,9 +246,9 @@ <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/c/src/basic/Makefile b/dev/c/src/basic/Makefile index f165c15..88f7890 100644 --- a/dev/c/src/basic/Makefile +++ b/dev/c/src/basic/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-Wall -basic-c: main.o basic.o +shell: shell.c clean: - rm -f *.o basic-c + rm -f *.o shell diff --git a/dev/c/src/basic/shell.c b/dev/c/src/basic/shell.c new file mode 100644 index 0000000..addc8a7 --- /dev/null +++ b/dev/c/src/basic/shell.c @@ -0,0 +1,57 @@ +#include <sys/types.h> +#include <sys/wait.h> +#include <errno.h> +#include <signal.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <sysexits.h> +#include <unistd.h> + +char *getinput(char *buffer, size_t buflen) { + printf("$$ "); + return fgets(buffer, buflen, stdin); +} + +void sig_int(int signo) { + printf("\nCaught SIGINT (Signal #%d)!\n$$ ", signo); + (void)fflush(stdout); +} + +int main(int argc, char **argv) { + char buf[BUFSIZ]; + pid_t pid; + int status; + + /* cast to void to silence compiler warnings */ + (void)argc; + (void)argv; + + if (signal(SIGINT, sig_int) == SIG_ERR) { + fprintf(stderr, "signal error: %s\n", strerror(errno)); + exit(1); + } + + while (getinput(buf, sizeof(buf))) { + buf[strlen(buf) - 1] = '\0'; + + if((pid=fork()) == -1) { + fprintf(stderr, "shell: can't fork: %s\n", + strerror(errno)); + continue; + } else if (pid == 0) { /* child */ + execlp(buf, buf, (char *)0); + fprintf(stderr, "shell: couldn't exec %s: %s\n", buf, + strerror(errno)); + exit(EX_UNAVAILABLE); + } + + /* parent waits */ + if ((pid=waitpid(pid, &status, 0)) < 0) { + fprintf(stderr, "shell: waitpid error: %s\n", + strerror(errno)); + } + } + + exit(EX_OK); +} diff --git a/dev/c/src/fork/Makefile b/dev/c/src/fork/Makefile new file mode 100644 index 0000000..a737794 --- /dev/null +++ b/dev/c/src/fork/Makefile @@ -0,0 +1,11 @@ + +progs=fork fork_exec +all: $(progs) + +fork: fork.c + +fork_exec: fork_exec.c + + +clean: + rm $(progs) diff --git a/dev/c/src/fork/fork.c b/dev/c/src/fork/fork.c new file mode 100644 index 0000000..25e4909 --- /dev/null +++ b/dev/c/src/fork/fork.c @@ -0,0 +1,38 @@ + +#include <sys/types.h> +#include <sys/wait.h> +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> +#include <errno.h> +#include <string.h> + +int main(){ + + pid_t cpid,ppid; + char errbuf[1024]; + + cpid = fork(); + if (cpid == -1) { + (void) snprintf(errbuf, sizeof(errbuf), + "fork: %s", strerror(errno)); + printf("%s\n", errbuf); + exit(1); + } + + if (cpid == 0) { + //child + ppid = getppid(); + if(ppid == 1){ + printf("parent died ?\n"); + _exit(1); + } + printf("I'm child with %i, parent %i\n", getpid(), ppid); + _exit(0); + } +/* parent */ + wait(NULL); + printf("Child id: %i\n", cpid); + return 0; +} + diff --git a/dev/c/src/fork/fork_exec.c b/dev/c/src/fork/fork_exec.c new file mode 100644 index 0000000..7f87c84 --- /dev/null +++ b/dev/c/src/fork/fork_exec.c @@ -0,0 +1,40 @@ +#include <sys/types.h> +#include <sys/wait.h> +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> +#include <errno.h> +#include <string.h> + +int main(){ + + pid_t cpid,ppid; + char errbuf[1024]; + + char *prog = "vim"; + char *const args[3]= {"vim", "fork_exec.c", NULL}; + + cpid = fork(); + if (cpid == -1) { + (void) snprintf(errbuf, sizeof(errbuf), + "fork: %s", strerror(errno)); + printf("%s\n", errbuf); + exit(1); + } + + if (cpid == 0) { + //child + ppid = getppid(); + if(ppid == 1){ + printf("parent died ?\n"); + _exit(1); + } + execvp(prog, args); + _exit(0); + } +/* parent */ + wait(NULL); + printf("Child id: %i\n", cpid); + return 0; +} + diff --git a/dev/c/src/hello/Makefile b/dev/c/src/hello/Makefile index a6d9f07..2c0ff2d 100644 --- a/dev/c/src/hello/Makefile +++ b/dev/c/src/hello/Makefile @@ -1,7 +1,6 @@ -CC=gcc CFLAGS=-Wall -hello: hello.o +hello: hello.c clean: rm -f *.o hello diff --git a/dev/c/src/hello/hello.c b/dev/c/src/hello/hello.c index df66493..092efa5 100644 --- a/dev/c/src/hello/hello.c +++ b/dev/c/src/hello/hello.c @@ -1,6 +1,10 @@ #include <stdio.h> +#include <unistd.h> int main() { - printf("hello World!"); + char *name; + name = getlogin(); + + printf("hello %s!\n", name); return 0; } diff --git a/dev/c/src/linux/Makefile b/dev/c/src/linux/Makefile new file mode 100644 index 0000000..e026551 --- /dev/null +++ b/dev/c/src/linux/Makefile @@ -0,0 +1,13 @@ +CC=gcc +CFLAGS=-Wall -static +#LDFLAGS=-lc -lnss_files -lnss_dns -lresolv + +all: init ramdisk + +init: init.c + +ramdisk: + find . | cpio -o -H newc | gzip > rootfs.cpio.gz + +clean: + rm -f *.o init rootfs.cpio.gz diff --git a/dev/c/src/linux/init.c b/dev/c/src/linux/init.c new file mode 100644 index 0000000..10af0be --- /dev/null +++ b/dev/c/src/linux/init.c @@ -0,0 +1,8 @@ +#include <stdio.h> +#include <unistd.h> + +int main() { + printf("FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR FOOBAR\n"); + sleep(0xFFFFFFFF); + return 0; +} diff --git a/dev/c/src/linux/rungdb.sh b/dev/c/src/linux/rungdb.sh new file mode 100644 index 0000000..9408d7f --- /dev/null +++ b/dev/c/src/linux/rungdb.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +gdb \ + -ex "add-auto-load-safe-path $(pwd)" \ + -ex "file vmlinux" \ + -ex 'set arch i386:x86-64:intel' \ + -ex 'target remote localhost:1234' \ + -ex 'hbreak start_kernel' \ + -ex 'continue' \ + -ex 'disconnect' \ + -ex 'set arch i386:x86-64' \ + -ex 'target remote localhost:1234' diff --git a/dev/c/system.html b/dev/c/system.html index de9dab5..d1d6558 100644 --- a/dev/c/system.html +++ b/dev/c/system.html @@ -15,35 +15,87 @@ will run on and GDB will connect to it to help us understand how things tick.</p> - <h2>Kernel Build</h2> + <h2>Build Kernel</h2> <pre> - $ tar xf linux-4.9.48.tar.xz - $ cd linux-4.9.48 + $ tar xf linux-4.9.258.tar.xz + $ cd linux-4.9.258 </pre> <p>Default configuration disable some security configurations that allow us to debug (random memory - layout).</p> + layout KALSR), CONFIG_COMPAT_BRK don't randomize + position of the programs (randomize_va_space) useful when + debugging a program (<a href="tracing.html">tracing</a>). + Configuration flags to enable;</p> + + <ul> + <li>CONFIG_64BIT</li> + <li>CONFIG_DEBUG_KERNEL</li> + <li>CONFIG_HAVE_ARCH_KGDB</li> + <li>CONFIG_FTRACE</li> + <li>CONFIG_PRINTK</li> + <li>CONFIG_BLK_DEV_INITRD</li> + <li>CONFIG_BINFMT_ELF</li> + <li>CONFIG_TTY</li> + <li>CONFIG_DEBUG_INFO</li> + <li>CONFIG_DEBUG_INFO_DWARF4</li> + <li>CONFIG_GDB_SCRIPTS</li> + <li>CONFIG_READABLE_ASM</li> + <li>CONFIG_FRAME_POINTER</li> + <li>CONFIG_KGDB</li> + <li>CONFIG_KGDB_LOW_LEVEL_TRAP</li> + <li>CONFIG_EARLY_PRINTK</li> + <li>CONFIG_COMPAT_BRK</li> + </ul> + + <p>And to disable;</p> + + <ul> + <li>CONFIG_CC_OPTIMIZE_FOR_SIZE</li> + </ul> + + + <p>This changes can be achieved by creating a config-fragment and then + merge it with the configuration.</p> <pre> - $ make x86_64_defconfig + $ cat <<EOF >.config-fragment + CONFIG_64BIT=y + CONFIG_DEBUG_KERNEL=y + CONFIG_HAVE_ARCH_KGDB=y + CONFIG_COMPAT_BRK=y + CONFIG_FTRACE=y + CONFIG_PRINTK=y + CONFIG_BLK_DEV_INITRD=y + CONFIG_BINFMT_ELF=y + CONFIG_TTY=y + CONFIG_DEBUG_INFO=y + CONFIG_DEBUG_INFO_DWARF4=y + CONFIG_GDB_SCRIPTS=y + CONFIG_READABLE_ASM=y + CONFIG_FRAME_POINTER=y + CONFIG_KGDB=y + CONFIG_KGDB_LOW_LEVEL_TRAP=y + CONFIG_EARLY_PRINTK=y + CONFIG_CC_OPTIMIZE_FOR_SIZE=n + EOF </pre> - <p>Enable CONFIG_DEBUG_INFO, CONFIG_DEBUG_INFO_DWARF4 - and CONFIG_GDB_SCRIPTS in the kernel;</p> + <p>Create a tiny config;</p> <pre> - make x86_64_defconfig - cat <<EOF >.config-fragment - CONFIG_DEBUG_INFO=y - CONFIG_DEBUG_KERNEL=y - CONFIG_GDB_SCRIPTS=y - EOF - ./scripts/kconfig/merge_config.sh .config .config-fragment + $ make ARCH=x86_64 tinyconfig </pre> - <p>Check or change to your needs the configuration;</p> + <p>Merge config with the following script;</p> + + <pre> + $ ./scripts/kconfig/merge_config.sh .config .config-fragment + </pre> + + <p>Check or change the configuration according to your needs;</p> + <pre> $ make nconfig </pre> @@ -138,7 +190,7 @@ -ex "file vmlinux" \ -ex 'set arch i386:x86-64:intel' \ -ex 'target remote localhost:1234' \ - -ex 'break start_kernel' \ + -ex 'hbreak start_kernel' \ -ex 'continue' \ -ex 'disconnect' \ -ex 'set arch i386:x86-64' \ @@ -169,11 +221,28 @@ (gdb) </pre> + <p>lx-symbols allows to debug kernel modules, after starting the vm and loading + the module use lx-symbols to load the symbols from all the modules loaded in + the kernel.</p> + + <pre> + (gdb) apropos lx + (gdb) lx-symbols + </pre> + + <p>It's useful to set conditional breakpoints or a break point can be trigger + by unrelated tasks, example of a break point on do_exit function but only by + the process with pid 1;</p> + + <pre> + (gdb) br do_exit if $lx_current()->pid == 1 + </pre> + <a href="index.html">C Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> diff --git a/dev/git/branch.html b/dev/git/branch.html index cf11572..89ac8a9 100644 --- a/dev/git/branch.html +++ b/dev/git/branch.html @@ -198,7 +198,7 @@ and allow to sign with <a href="gnupg.html">gnupg</a>, making it ideal for distributing releases.</p> - <p id="tag">Tags are used to mark patch releases, get back in time to make security patches or to mark a new major or minor new release. Tag new release with projectname-version, this allows meaningful ports <a href="../core/ports.html">distfiles</a> when downloading releases from git archives;</p> + <p id="tag">Tags are used to mark patch releases, get back in time to make security patches or to mark a new major or minor new release. Tag new release with projectname-version, this allows meaningful ports <a href="../linux/ports.html">distfiles</a> when downloading releases from git archives;</p> <pre> $ git tag -a projectname-1.2.0 -m "project 1.2.0 release" @@ -306,9 +306,9 @@ </pre> <a href="index.html">Git Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/git/index.html b/dev/git/index.html index 198db7c..2939401 100644 --- a/dev/git/index.html +++ b/dev/git/index.html @@ -59,9 +59,9 @@ <a href="../index.html">Development Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/git/install.html b/dev/git/install.html index 923fc4c..3e5dbfb 100644 --- a/dev/git/install.html +++ b/dev/git/install.html @@ -46,9 +46,9 @@ </pre> <a href="index.html">Git Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/git/work.html b/dev/git/work.html index 993b413..b72cfae 100644 --- a/dev/git/work.html +++ b/dev/git/work.html @@ -162,9 +162,9 @@ <a href="index.html">Git Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/index.html b/dev/index.html index 461b99e..bacfe6c 100644 --- a/dev/index.html +++ b/dev/index.html @@ -35,9 +35,9 @@ </dl> <a href="../index.html">Documentation Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/js/index.html b/dev/js/index.html index ef89879..8e44637 100644 --- a/dev/js/index.html +++ b/dev/js/index.html @@ -19,9 +19,9 @@ <a href="../index.html">Development Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/perl/index.html b/dev/perl/index.html index dd4c857..94937a9 100644 --- a/dev/perl/index.html +++ b/dev/perl/index.html @@ -21,9 +21,9 @@ <a href="../index.html">Development Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> diff --git a/dev/php/hello.html b/dev/php/hello.html index e7cdd62..320ce68 100644 --- a/dev/php/hello.html +++ b/dev/php/hello.html @@ -74,9 +74,9 @@ <a href="../index.html">PHP Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/php/index.html b/dev/php/index.html index a44b102..e9ad5c6 100644 --- a/dev/php/index.html +++ b/dev/php/index.html @@ -33,9 +33,9 @@ <a href="../index.html">Development Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/python/index.html b/dev/python/index.html index dea4d63..5ccffe3 100644 --- a/dev/python/index.html +++ b/dev/python/index.html @@ -19,9 +19,9 @@ <a href="../index.html">Development Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> diff --git a/dev/shell/dash.html b/dev/shell/dash.html index 4511584..229a1ce 100644 --- a/dev/shell/dash.html +++ b/dev/shell/dash.html @@ -15,9 +15,9 @@ <h2 id="if">Conditions</h2> <a href="../index.html">Development Index</a> - <p>This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + <p>This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> diff --git a/dev/shell/index.html b/dev/shell/index.html index 1b742a9..8e2be1b 100644 --- a/dev/shell/index.html +++ b/dev/shell/index.html @@ -24,9 +24,9 @@ <a href="../index.html">Documentation Index</a> <p> - This is part of the Tribu System Documentation. - Copyright (C) 2020 - Tribu Team. + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> |