Ihsahn commented on a change in pull request #1242: [NETBEANS-2509] Bring back docker plugin support for unix sockets URL: https://github.com/apache/netbeans/pull/1242#discussion_r284088329
########## File path: ide/libs.c.kohlschutter.junixsocket/external/junixsocket-common-2.2.0-license.txt ########## @@ -0,0 +1,210 @@ +Name: junixsocket +License: Apache-2.0 +OSR: 4300 +Description: junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java. +Origin: https://github.com/kohlschutter/junixsocket/ +Version: 2.2.0 Review comment: ``` Some license files have incorrect headers ide/libs.c.kohlschutter.junixsocket/external/junixsocket-license.txt does not contain the version 2.2.0 in its name ``` and if I add version to this, than it states, that there are 3 files and only one license, and so on... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
