mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
No description
009f04775e
Signed-off-by: Hector Martin <marcan@marcan.st> |
||
---|---|---|
3rdparty_licenses | ||
artwork@35626c31f5 | ||
data | ||
proxyclient | ||
src | ||
.clang-format | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
m1n1.ld | ||
Makefile | ||
README.md |
m1n1: an experimentation playground for Apple Silicon
(And perhaps some day a Linux bootloader)
License
m1n1 is licensed under the MIT license, as included in the LICENSE file.
- Copyright (C) 2021 The Asahi Linux contributors
Please see the Git history for authorship information.
Portions of m1n1 are based on mini:
- Copyright (C) 2008-2010 Hector Martin "marcan" marcan@marcan.st
- Copyright (C) 2008-2010 Sven Peter sven@svenpeter.dev
- Copyright (C) 2008-2010 Andre Heider a.heider@gmail.com
m1n1 embeds libfdt, which is dual BSD and GPL-2 licensed and copyright:
- Copyright (C) 2006 David Gibson, IBM Corporation.
The ADT code in mini is also based on libfdt and subject to the same license.
m1n1 embeds minlzma, which is MIT licensed and copyright:
- Copyright (c) 2020 Alex Ionescu
m1n1 embeds a slightly modified version of tinf, which is ZLIB licensed and copyright:
- Copyright (c) 2003-2019 Joergen Ibsen