Hello! I have a couple of questions, mostly regarding licensing for PKGBUILDs.
1. What should be put as the license for projects that have a license similar to a SPDX license, but doesn't match any? * One example of this would be allwpilib[1], which has a license very similar to the BSD 3-clause license, but since it has the word "NONINFRINGEMENT" after "MERCHANTABILITY", it doesn't match as the BSD 3-clause license (if I am reading the SPDX matching guidelines correctly)
2. I have a PKGBUILD that I made for allwpilib, and I needed to create a patch to allow it to build with -O2 instead of -O3. Should this patch be licensed under 0BSD, or the aforementioned modified BSD 3-clause license?
I was thinking of submitting the PKGBUILD for allwpilib to the AUR, and any feedback would be greatly appreciated! I put a tarball with everything on google drive[2].
[1]: https://github.com/wpilibsuite/allwpilib [2]: https://drive.google.com/file/d/1oY2cfxBIaBDzEerZ1AJHniI4dT_UpOBZ/view
