Hi, > I have a question :I ues junit-jupiter5.3.2, but for some test cases, I > copied some source code from junit 5.4.0.M1 , the files are as follow : > org.junit.jupiter.api.support.io.TempDirectory.java > > org.junit.jupiter.api.MethodDescriptororg.junit.jupiter.api.TestMethodOrderorg.junit.jupiter.api.Orderorg.junit.jupiter.api.MethodOrdererorg.junit.jupiter.api.MethodOrdererContextorg.junit.jupiter.api.MethodDescriptor > > the license is Eclipse Public License - v 2.0 > Do I need to mark it in the LICENSE file?
Sorry EPL is considered "Category B” [1] and isn’t fully compatible with ALv2 can’t be included in a source release. Is there another way of doing this? if it was the connivance binary then yes you would need to put it in the LICENSE. Thanks, Justin 1. https://www.apache.org/legal/resolved.html#category-b
