mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
Doc: Explain that it is allowed to look at OpenBSD or Apple sources
and look to Apple impl
This commit is contained in:
parent
318a0f2927
commit
fb6c31a639
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,9 @@ Now follows a very important warning:
|
|||
> uutils is original code and cannot contain any code from GNU or
|
||||
> other implementations. This means that **we cannot accept any changes based on
|
||||
> the GNU source code**. To make sure that cannot happen, **you cannot link to
|
||||
> the GNU source code** either.
|
||||
> the GNU source code** either. It is however possible to look at other implementations
|
||||
> under a BSD or MIT license like [Apple's implementation](https://opensource.apple.com/source/file_cmds/)
|
||||
> or [OpenBSD](https://github.com/openbsd/src/tree/master/bin).
|
||||
|
||||
Finally, feel free to join our [Discord](https://discord.gg/wQVJbvJ)!
|
||||
|
||||
|
@ -303,6 +305,7 @@ completions:
|
|||
- [OpenBSD](https://github.com/openbsd/src/tree/master/bin)
|
||||
- [Busybox](https://github.com/mirror/busybox/tree/master/coreutils)
|
||||
- [Toybox (Android)](https://github.com/landley/toybox/tree/master/toys/posix)
|
||||
- [Mac OS](https://opensource.apple.com/source/file_cmds/)
|
||||
- [V lang](https://github.com/vlang/coreutils)
|
||||
- [SerenityOS](https://github.com/SerenityOS/serenity/tree/master/Userland/Utilities)
|
||||
- [Initial Unix](https://github.com/dspinellis/unix-history-repo)
|
||||
|
|
Loading…
Reference in a new issue