Bug#1053542: src/javax/annoation/* license

2023-10-06 Thread Taylor Smock
It looks like the only annotations we use are @Nonnull and @Nullable. We /could/ just strip the concurrent annotations out while we figure out what to do (hopefully none of the plugins depend on the javax.annotation.concurrent package). The original problem was that /all/ javax.annotation.*

Bug#1053542: src/javax/annoation/* license

2023-10-06 Thread Sebastiaan Couwenberg
On 10/6/23 14:33, Taylor Smock wrote: @Thorsten Alteholz: Can you please explain /why/ you think those files have the CC-BY-2.5 license? All the javax.annotation.concurrent sources are CC-BY-2.5, see:

Bug#1053542: src/javax/annoation/* license

2023-10-06 Thread Taylor Smock
@Thorsten Alteholz: Can you please explain /why/ you think those files have the CC-BY-2.5 license? We are currently using the JSR305 annotations ( https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 ) which has an Apache 2.0 license. What it /looks/ like to me is that someone