From 8a0bbb57aa00da0dc6e53655a7c7019b4e0e9c7e Mon Sep 17 00:00:00 2001 From: Mario Rosell Rabinal Date: Sat, 24 Jan 2026 19:51:59 +0100 Subject: Initial commit. Hello! This is the initial commit of System: Euler (formerly mursk, until now I guess). Added: * directory layout (see next section) * license (MIT or CC0) Directory structure: 386/ <= 386 (IA-32 or x86)-only stuff include/ <= includes boot/ <= bootloader amd64/ <= like 386, but 64 bits include/ <= likewise to 386/'s boot/ <= likewise to 386/'s sys/ <= system stuff doc/ <= user documentation src/ <= sources kernel <= kernel sources lc <= plan9 libc sources lib/ <= stuff useful for other programs ... --- sys/doc/license.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sys/doc/license.txt (limited to 'sys/doc/license.txt') diff --git a/sys/doc/license.txt b/sys/doc/license.txt new file mode 100644 index 0000000..7ccb76a --- /dev/null +++ b/sys/doc/license.txt @@ -0,0 +1,23 @@ +MIT License + +Copyright (c) 2026 The System: Euler Project + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the " Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + -- cgit v1.2.3