<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>It looks like the only annotations we use are @Nonnull and
      @Nullable. We <i>could</i> 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).</p>
    <p><br>
    </p>
    <p>The original problem was that <i>all</i> javax.annotation.*
      files were marked as CC-BY-2.5. Which confused me, since the
      license of the jar file we are using was Apache 2.0.<br>
    </p>
    <div class="moz-cite-prefix">On 10/6/23 6:49 AM, Sebastiaan
      Couwenberg wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8799094d-d0dc-47c7-9797-9db06d8cf007@xs4all.nl">On
      10/6/23 14:33, Taylor Smock wrote:
      <br>
      <blockquote type="cite">@Thorsten Alteholz: Can you please explain
        /why/ you think those files have the CC-BY-2.5 license?
        <br>
      </blockquote>
      <br>
      All the javax.annotation.concurrent sources are CC-BY-2.5, see:
      <br>
      <br>
      <br>
<a class="moz-txt-link-freetext" href="https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/GuardedBy.java/">https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/GuardedBy.java/</a>
      <br>
      <br>
<a class="moz-txt-link-freetext" href="https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/Immutable.java/">https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/Immutable.java/</a>
      <br>
      <br>
<a class="moz-txt-link-freetext" href="https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/NotThreadSafe.java/">https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/NotThreadSafe.java/</a>
      <br>
      <br>
<a class="moz-txt-link-freetext" href="https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/ThreadSafe.java/">https://sources.debian.org/src/josm/0.0.svn18822%2Bdfsg-1/src/javax/annotation/concurrent/ThreadSafe.java/</a>
      <br>
      <br>
      These all have:
      <br>
      <br>
       /*
      <br>
        * Copyright (c) 2005 Brian Goetz
      <br>
        * Released under the Creative Commons Attribution License
      <br>
        *   (<a class="moz-txt-link-freetext" href="http://creativecommons.org/licenses/by/2.5">http://creativecommons.org/licenses/by/2.5</a>)
      <br>
        * Official home: <a class="moz-txt-link-freetext" href="http://www.jcip.net">http://www.jcip.net</a>
      <br>
        */
      <br>
      <br>
      Kind Regards,
      <br>
      <br>
      Bas
      <br>
      <br>
    </blockquote>
  </body>
</html>