Benjamin Swart

Results 22 comments of Benjamin Swart

Huh, you are right about that. Some of the files in Ethernet2 contain a license header while some don't, which is weird. However, I'm afraid this just means both libraries...

Different variants of the same font must be stored as separate files. QuestPDF currently only supports loading one font per family names and will use it regardless of all other...

I don't have a lot of experience with contributing to free software, but I think I know how to implement this feature. Is this something you would be interested in?

As far as I'm aware, there is SkFontManager, which we should be able to thinly wrap to provide all of the needed functionality. I'll look into it once I have...

I've acually implemented this in https://github.com/SvizelPritula/cms/tree/output-filename, but thats based on the IOI 2022 CMS version and since I already have 2 PR in this repo and I'm a bit lost...

Also, I feel like people forget about the contributions to this crate. I have not examined this repo enough to verify that no similarities to LLVM code remain, so I'll...

Nevertheless, all code in this crate is definitely licensed under the MIT license, so we could just drop the "or Apache" part until we figure it out.

I'm pretty sure that for derivative works, both the author of the original work and the author of derivative work holds copyright over the finished work. In the case of...

I've compared some bits of source code of compiler-builtins and compiler-rt. Some are significantly different, but others are near identical. Compare: https://github.com/rust-lang/compiler-builtins/blob/master/src/x86_64.rs https://github.com/llvm/llvm-project/blob/2e999b7dd1934a44d38c3a753460f1e5a217e9a5/compiler-rt/lib/builtins/x86_64/chkstk2.S This is not limited to assembly, either:...

I'm not a lawyer, but I'm pretty sure you can't get around copyright law by surrounding the work in question with quotes.