aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-14 12:14:48 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-14 12:14:48 +0200
commit32f1525866a08b56c0a11887583c37caf2046bd4 (patch)
tree6e1b698a36f88899914cdffa626d62f61e40b947 /readme.md
parentAdd conf and mconf source code (diff)
downloadkernel.cpp-32f1525866a08b56c0a11887583c37caf2046bd4.tar.xz
Add GPL3 license
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 59bbbcb..05441a2 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,6 @@ build tools | arch package
------------|--------------
GNU make | make
clang++ | clang
- llvm-ar | llvm
ld.lld | lld
grub tools | arch package
@@ -23,7 +22,25 @@ i386 emulator | arch package
qemu | qemu
qemu-system-i386 | qemu-arch-extra
-## Credits / foreign sources
+## license
+> glitch: yet another kernel
+> Copyright (C) 2021 aqua@iserlohn-fortress.net
+>
+> This program is free software: you can redistribute it and/or modify
+> it under the terms of the GNU General Public License as published by
+> the Free Software Foundation, either version 3 of the License, or
+> (at your option) any later version.
+>
+> This program is distributed in the hope that it will be useful,
+> but WITHOUT ANY WARRANTY; without even the implied warranty of
+> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+> GNU General Public License for more details.
+>
+> You should have received a copy of the GNU General Public License
+> along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+## credits / foreign sources
- osdev wiki
-- [multiboot2.h](https://git.savannah.gnu.org/git/grub.git)
+- [grub/multiboot2.h](https://git.savannah.gnu.org/git/grub.git)
+- [tools/kconfig](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/kconfig)