diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-05-28 17:24:51 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:17:10 +0200 |
| commit | a63831551c2875adc4ec6d780b11f7615361bbbf (patch) | |
| tree | ee82e00f61c1d4306d10100eba2d4d71c82c9fe8 | |
| parent | 0731227df21c5ea464f5885ac5c4307d8d06e03b (diff) | |
update attributions
| -rw-r--r-- | ATTRIBUTIONS | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/ATTRIBUTIONS b/ATTRIBUTIONS index 0f22b43..b59a123 100644 --- a/ATTRIBUTIONS +++ b/ATTRIBUTIONS @@ -1,34 +1,55 @@ +---------------------------------------------------------+ -| This Project (RuStuBS) | +| this project (RuStuBS) | +---------------------------------------------------------+ -Copyright +Copyright: 2023-2024: Tianhao Wang <shrik3@mailbox.org> +License: EUPL-1.2 + Source: https://sr.ht/~shrik3/rustubs/ -Contributor(s): +Author(s): Tianhao Wang <shrik3@mailbox.org> +---------------------------------------------------------+ -| Derived Works | +| derived works from rust-osdev/bootloader | +---------------------------------------------------------+ -files - ./boot/{multiboot.s, startup-x86_64.s} - ./defs/x86_64-linker.ld +copyright: + 2018 Philipp Oppermann + +license: + MIT License + https://github.com/rust-osdev/bootloader/blob/main/LICENSE-MIT + +files: + boot/mod.rs + +source: + https://github.com/rust-osdev/bootloader/tree/main -Attribution - intermezzOS/kernel: Apache2/MIT ++---------------------------------------------------------+ +| derived works from intermezzOS | ++---------------------------------------------------------+ +copyright: Copyright (c) 2016 intermezzOS Developers -source +license: + MIT license + https://github.com/intermezzOS/kernel/blob/master/LICENSE-MIT + +files: + boot/startup-x86_64.s + defs/x86_64-linker.ld + +source: https://github.com/intermezzOS/kernel ----------------------------------------------------------- +---------------------------------------------------------+ -| Attributions for Inspirations | +| attributions for inspirations | +---------------------------------------------------------+ OOStuBS Institut für Verteilte Systeme (IVS), |
