Skip to content

Commit 53f2b98

Browse files
committed
Add LICENSE comment
1 parent b48883a commit 53f2b98

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

core/lepus-router/src/test/scala/lepus/router/BodyConverterTest.scala

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/** This file is part of the Lepus Framework. For the full copyright and license information, please view the LICENSE
2+
* file that was distributed with this source code.
3+
*/
4+
15
package lepus.router
26

37
import io.circe.generic.semiauto.{ deriveDecoder, deriveEncoder }

core/lepus-router/src/test/scala/lepus/router/EndpointConverterTest.scala

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import scala.reflect.ClassTag
1111

1212
import org.scalacheck.Prop._
1313
import org.scalacheck.{ Arbitrary, Gen }
14+
1415
import org.scalatest.Assertion
1516
import org.scalatest.flatspec.AnyFlatSpec
1617
import org.scalatest.matchers.should.Matchers

core/lepus-router/src/test/scala/lepus/router/ValidatorTest.scala

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/** This file is part of the Lepus Framework. For the full copyright and license information, please view the LICENSE
2+
* file that was distributed with this source code.
3+
*/
4+
15
package lepus.router
26

37
import org.specs2.mutable.Specification

0 commit comments

Comments
 (0)