If a javascript library is licensed under BSD-3, but the license itself isn't distributed with any versioned releases from the author (only a copyright notice and a link to the main site) should I modify the distributed files and include the license?
If the answer is no to the above question, would I need to if I intended to modify the release copy that I was given?
I know I would include it if I was modifying original source and compiling my own version.
A specific example would be Quilljs https://github.com/quilljs/quill/releases which includes the license in the source but not in the compiled releases (quill.tar.gz).
My question was more focused on the specific scenario of the release version from the author having only the copyright notice and not the BSD-3 declaration.
– Onboardmass Jan 09 '22 at 10:05