On Mon, 1 Mar 2021 at 06:29, Jaroslav Tulach <[email protected]> wrote: > (*) The NOTICE file mentions Kotlin Compiler, but it doesn't seem we are > distributing it. The only traces of Kotlin libraries that I have found are > in JUnit5 signature files. I don't think it is something blocking the > release, but I am curious to know what has happened. > > Kotlin Compiler > Copyright 2010-2019 JetBrains s.r.o and respective authors and developers
That's been there about 2 years, and is just the Kotlin icon as far as I know. As far as what has happened, I think you introduced it! :-) Although Matthias added files and corrected the notice. https://github.com/apache/netbeans/blob/master/java/kotlin.editor/licenseinfo.xml > This software includes code from IntelliJ IDEA Community Edition > Copyright (C) JetBrains s.r.o. > https://www.jetbrains.com/idea/ That's in o.n.swing.plaf - the smooth scroll pane UI - https://github.com/apache/netbeans/blob/master/platform/o.n.swing.plaf/licenseinfo.xml#L49 Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
