From 40ffd1ff4e3846910e9d3c39b2d6327c78c1be42 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Wed, 29 Dec 2021 13:32:28 +0300 Subject: [PATCH 1/7] chore: update dependencies --- build.sbt | 78 +++--- .../http/server/BinaryWebSocketServer.scala | 4 +- .../search/SuggestionsHandler.scala | 17 +- .../search/SuggestionsHandlerSpec.scala | 31 +-- .../org/enso/polyglot/runtime/Runtime.scala | 4 +- .../org/enso/jsonrpc/JsonRpcServer.scala | 4 +- .../internal/service/Server.scala | 7 +- .../scala/org/enso/parserservice/Server.scala | 8 +- .../projectmanager/boot/ProjectManager.scala | 22 +- .../requesthandler/RequestHandler.scala | 31 +-- .../ProgrammableWebSocketServer.scala | 2 +- .../main/scala/org/enso/syntax/text/AST.scala | 224 +++++++++--------- .../enso/syntax/text/ast/meta/Pattern.scala | 6 +- project/build.properties | 2 +- 14 files changed, 225 insertions(+), 215 deletions(-) diff --git a/build.sbt b/build.sbt index 536632092df4..813478f8ba90 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ import java.io.File // === Global Configuration =================================================== // ============================================================================ -val scalacVersion = "2.13.6" +val scalacVersion = "2.13.7" val graalVersion = "21.1.0" val javaVersion = "11" val ensoVersion = "0.2.32-SNAPSHOT" // Note [Engine And Launcher Version] @@ -284,10 +284,10 @@ lazy val enso = (project in file(".")) def akkaPkg(name: String) = akkaURL %% s"akka-$name" % akkaVersion def akkaHTTPPkg(name: String) = akkaURL %% s"akka-$name" % akkaHTTPVersion val akkaURL = "com.typesafe.akka" -val akkaVersion = "2.6.6" -val akkaHTTPVersion = "10.2.0-RC1" +val akkaVersion = "2.6.17" +val akkaHTTPVersion = "10.2.7" val akkaMockSchedulerVersion = "0.5.5" -val logbackClassicVersion = "1.2.3" +val logbackClassicVersion = "1.2.7" val akkaActor = akkaPkg("actor") val akkaStream = akkaPkg("stream") val akkaTyped = akkaPkg("actor-typed") @@ -310,8 +310,8 @@ val akka = // === Cats =================================================================== -val catsVersion = "2.2.0-M3" -val kittensVersion = "2.1.0" +val catsVersion = "2.6.1" +val kittensVersion = "2.3.2" val cats = { Seq( "org.typelevel" %% "cats-core" % catsVersion, @@ -324,22 +324,22 @@ val cats = { // === Circe ================================================================== -val circeVersion = "0.14.0-M1" -val circeYamlVersion = "0.13.1" -val enumeratumCirceVersion = "1.6.1" -val circeGenericExtrasVersion = "0.13.0" +val circeVersion = "0.14.1" +val circeYamlVersion = "0.14.1" +val enumeratumCirceVersion = "1.7.0" +val circeGenericExtrasVersion = "0.14.1" val circe = Seq("circe-core", "circe-generic", "circe-parser") .map("io.circe" %% _ % circeVersion) // === Commons ================================================================ val commonsCollectionsVersion = "4.4" -val commonsLangVersion = "3.10" -val commonsIoVersion = "2.7" +val commonsLangVersion = "3.12.0" +val commonsIoVersion = "2.11.0" val commonsTextVersion = "1.8" val commonsMathVersion = "3.6.1" -val commonsCompressVersion = "1.20" -val commonsCliVersion = "1.4" +val commonsCompressVersion = "1.21" +val commonsCliVersion = "1.5.0" val commons = Seq( "org.apache.commons" % "commons-collections4" % commonsCollectionsVersion, "org.apache.commons" % "commons-lang3" % commonsLangVersion, @@ -351,7 +351,7 @@ val commons = Seq( // === Jackson ================================================================ -val jacksonVersion = "2.11.1" +val jacksonVersion = "2.13.0" val jackson = Seq( "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonVersion, "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion, @@ -360,7 +360,7 @@ val jackson = Seq( // === JAXB ================================================================ -val jaxbVersion = "2.3.3" +val jaxbVersion = "3.0.1" val jaxb = Seq( "jakarta.xml.bind" % "jakarta.xml.bind-api" % jaxbVersion % Benchmark, "com.sun.xml.bind" % "jaxb-impl" % jaxbVersion % Benchmark @@ -368,7 +368,7 @@ val jaxb = Seq( // === JMH ==================================================================== -val jmhVersion = "1.23" +val jmhVersion = "1.33" val jmh = Seq( "org.openjdk.jmh" % "jmh-core" % jmhVersion % Benchmark, "org.openjdk.jmh" % "jmh-generator-annprocess" % jmhVersion % Benchmark @@ -376,7 +376,7 @@ val jmh = Seq( // === Monocle ================================================================ -val monocleVersion = "2.0.5" +val monocleVersion = "2.1.0" val monocle = { Seq( "com.github.julien-truffaut" %% "monocle-core" % monocleVersion, @@ -398,8 +398,8 @@ val icuVersion = "67.1" // === ZIO ==================================================================== -val zioVersion = "1.0.1" -val zioInteropCatsVersion = "2.1.4.0" +val zioVersion = "1.0.12" +val zioInteropCatsVersion = "3.2.9.0" val zio = Seq( "dev.zio" %% "zio" % zioVersion, "dev.zio" %% "zio-interop-cats" % zioInteropCatsVersion @@ -407,30 +407,30 @@ val zio = Seq( // === Other ================================================================== -val bcpkixJdk15Version = "1.65" +val bcpkixJdk15Version = "1.69" val bumpVersion = "0.1.3" -val declineVersion = "1.2.0" +val declineVersion = "2.2.0" val directoryWatcherVersion = "0.9.10" val flatbuffersVersion = "1.12.0" -val guavaVersion = "29.0-jre" -val jlineVersion = "3.19.0" -val kindProjectorVersion = "0.13.0" -val mockitoScalaVersion = "1.14.8" +val guavaVersion = "31.0.1-jre" +val jlineVersion = "3.21.0" +val kindProjectorVersion = "0.13.2" +val mockitoScalaVersion = "1.16.46" val newtypeVersion = "0.4.4" -val pprintVersion = "0.5.9" -val pureconfigVersion = "0.15.0" -val refinedVersion = "0.9.14" -val scalacheckVersion = "1.14.3" -val scalacticVersion = "3.3.0-SNAP2" -val scalaLoggingVersion = "3.9.2" +val pprintVersion = "0.6.6" +val pureconfigVersion = "0.17.1" +val refinedVersion = "0.9.27" +val scalacheckVersion = "1.15.4" +val scalacticVersion = "3.3.0-SNAP3" +val scalaLoggingVersion = "3.9.4" val scalameterVersion = "0.19" -val scalatagsVersion = "0.9.1" -val scalatestVersion = "3.3.0-SNAP2" +val scalatagsVersion = "0.10.0" +val scalatestVersion = "3.3.0-SNAP3" val shapelessVersion = "2.4.0-M1" -val slf4jVersion = "1.7.30" -val slickVersion = "3.3.2" -val sqliteVersion = "3.36.0.1" -val tikaVersion = "1.24.1" +val slf4jVersion = "1.7.32" +val slickVersion = "3.3.3" +val sqliteVersion = "3.36.0.3" +val tikaVersion = "2.1.0" val typesafeConfigVersion = "1.4.1" // ============================================================================ @@ -932,7 +932,7 @@ lazy val searcher = project lazy val `interpreter-dsl` = (project in file("lib/scala/interpreter-dsl")) .settings( version := "0.1", - libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0-rc7" exclude ("com.google.code.findbugs", "jsr305") + libraryDependencies += "com.google.auto.service" % "auto-service" % "1.0.1" exclude ("com.google.code.findbugs", "jsr305") ) // ============================================================================ diff --git a/engine/language-server/src/main/scala/org/enso/languageserver/http/server/BinaryWebSocketServer.scala b/engine/language-server/src/main/scala/org/enso/languageserver/http/server/BinaryWebSocketServer.scala index b27596d28393..94b61778181f 100644 --- a/engine/language-server/src/main/scala/org/enso/languageserver/http/server/BinaryWebSocketServer.scala +++ b/engine/language-server/src/main/scala/org/enso/languageserver/http/server/BinaryWebSocketServer.scala @@ -75,7 +75,9 @@ class BinaryWebSocketServer[A, B]( * @return a representation of the binding state of the server. */ def bind(interface: String, port: Int): Future[Http.ServerBinding] = - Http().bindAndHandle(route, interface, port) + Http() + .newServerAt(interface, port) + .bind(route) private def newConnection( ip: RemoteAddress.IP diff --git a/engine/language-server/src/main/scala/org/enso/languageserver/search/SuggestionsHandler.scala b/engine/language-server/src/main/scala/org/enso/languageserver/search/SuggestionsHandler.scala index a15d2668d2fd..f27009332182 100644 --- a/engine/language-server/src/main/scala/org/enso/languageserver/search/SuggestionsHandler.scala +++ b/engine/language-server/src/main/scala/org/enso/languageserver/search/SuggestionsHandler.scala @@ -4,7 +4,7 @@ import java.util.UUID import java.util.concurrent.Executors import akka.actor.{Actor, ActorRef, Props, Stash, Status} -import akka.pattern.{ask, pipe} +import akka.pattern.pipe import com.typesafe.scalalogging.LazyLogging import org.enso.languageserver.capability.CapabilityProtocol.{ AcquireCapability, @@ -161,9 +161,7 @@ final class SuggestionsHandler( pkg => self ! ProjectNameUpdated(pkg.config.name) ) val requestId = UUID.randomUUID() - runtimeConnector - .ask(Api.Request(requestId, Api.GetTypeGraphRequest()))(timeout, self) - .pipeTo(self) + runtimeConnector ! Api.Request(requestId, Api.GetTypeGraphRequest()) case Api.Response(_, Api.GetTypeGraphResponse(g)) => logger.info("Initializing: got type graph response.") @@ -475,17 +473,18 @@ final class SuggestionsHandler( * @param state current initialization state */ private def tryInitialize(state: SuggestionsHandler.Initialization): Unit = { + logger.debug("Trying to initialize with state [{}]", state) state.initialized.fold(context.become(initializing(state))) { case (name, graph) => logger.debug("Initialized with state [{}].", state) val requestId = UUID.randomUUID() suggestionsRepo.getAllModules - .flatMap { modules => - runtimeConnector.ask( - Api.Request(requestId, Api.VerifyModulesIndexRequest(modules)) - )(timeout, self) + .map { modules => + runtimeConnector ! Api.Request( + requestId, + Api.VerifyModulesIndexRequest(modules) + ) } - .pipeTo(self) context.become(verifying(name, graph)) unstashAll() } diff --git a/engine/language-server/src/test/scala/org/enso/languageserver/search/SuggestionsHandlerSpec.scala b/engine/language-server/src/test/scala/org/enso/languageserver/search/SuggestionsHandlerSpec.scala index cd70470dd568..54e049073ab9 100644 --- a/engine/language-server/src/test/scala/org/enso/languageserver/search/SuggestionsHandlerSpec.scala +++ b/engine/language-server/src/test/scala/org/enso/languageserver/search/SuggestionsHandlerSpec.scala @@ -1058,6 +1058,7 @@ class SuggestionsHandlerSpec suggestionsRepo, fileVersionsRepo ) + handler ! SuggestionsHandler.ProjectNameUpdated("Test") handler ! InitializedEvent.TruffleContextInitialized runtimeConnector.receiveN(1) @@ -1065,6 +1066,22 @@ class SuggestionsHandlerSpec UUID.randomUUID(), Api.GetTypeGraphResponse(buildTestTypeGraph) ) + + val suggestionsInit = suggestionsRepo.init + val versionsInit = fileVersionsRepo.init + suggestionsInit.onComplete { + case Success(()) => + system.eventStream.publish(InitializedEvent.SuggestionsRepoInitialized) + case Failure(ex) => + system.log.error(ex, "Failed to initialize Suggestions repo") + } + versionsInit.onComplete { + case Success(()) => + system.eventStream.publish(InitializedEvent.FileVersionsRepoInitialized) + case Failure(ex) => + system.log.error(ex, "Failed to initialize FileVersions repo") + } + runtimeConnector.receiveN(1) handler ! Api.Response( UUID.randomUUID(), @@ -1184,20 +1201,6 @@ class SuggestionsHandlerSpec val sqlDatabase = SqlDatabase(config.directories.suggestionsDatabaseFile) val suggestionsRepo = new SqlSuggestionsRepo(sqlDatabase) val versionsRepo = new SqlVersionsRepo(sqlDatabase) - - suggestionsRepo.init.onComplete { - case Success(()) => - system.eventStream.publish(InitializedEvent.SuggestionsRepoInitialized) - case Failure(ex) => - system.log.error(ex, "Failed to initialize Suggestions repo") - } - versionsRepo.init.onComplete { - case Success(()) => - system.eventStream.publish(InitializedEvent.FileVersionsRepoInitialized) - case Failure(ex) => - system.log.error(ex, "Failed to initialize FileVersions repo") - } - val handler = newInitializedSuggestionsHandler( config, router, diff --git a/engine/polyglot-api/src/main/scala/org/enso/polyglot/runtime/Runtime.scala b/engine/polyglot-api/src/main/scala/org/enso/polyglot/runtime/Runtime.scala index 5b272b48b6cc..2a3caacf432e 100644 --- a/engine/polyglot-api/src/main/scala/org/enso/polyglot/runtime/Runtime.scala +++ b/engine/polyglot-api/src/main/scala/org/enso/polyglot/runtime/Runtime.scala @@ -5,7 +5,7 @@ import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.dataformat.cbor.CBORFactory import com.fasterxml.jackson.module.scala.{ DefaultScalaModule, - ScalaObjectMapper + ClassTagExtensions } import org.enso.logger.masking.{MaskedPath, MaskedString, ToLogString} import org.enso.polyglot.{ModuleExports, Suggestion} @@ -1489,7 +1489,7 @@ object Runtime { private lazy val mapper = { val factory = new CBORFactory() - val mapper = new ObjectMapper(factory) with ScalaObjectMapper + val mapper = new ObjectMapper(factory) with ClassTagExtensions mapper.registerModule(DefaultScalaModule) } diff --git a/lib/scala/json-rpc-server/src/main/scala/org/enso/jsonrpc/JsonRpcServer.scala b/lib/scala/json-rpc-server/src/main/scala/org/enso/jsonrpc/JsonRpcServer.scala index fe4540f4fdd5..87c2d5251e62 100644 --- a/lib/scala/json-rpc-server/src/main/scala/org/enso/jsonrpc/JsonRpcServer.scala +++ b/lib/scala/json-rpc-server/src/main/scala/org/enso/jsonrpc/JsonRpcServer.scala @@ -101,7 +101,9 @@ class JsonRpcServer( * @return a server binding object. */ def bind(interface: String, port: Int): Future[Http.ServerBinding] = - Http().bindAndHandle(route, interface, port) + Http() + .newServerAt(interface, port) + .bind(route) } object JsonRpcServer { diff --git a/lib/scala/logging-service/src/main/scala/org/enso/loggingservice/internal/service/Server.scala b/lib/scala/logging-service/src/main/scala/org/enso/loggingservice/internal/service/Server.scala index 5d31ace3232e..a695b450dc9a 100644 --- a/lib/scala/logging-service/src/main/scala/org/enso/loggingservice/internal/service/Server.scala +++ b/lib/scala/logging-service/src/main/scala/org/enso/loggingservice/internal/service/Server.scala @@ -78,11 +78,8 @@ class Server( import actorSystem.dispatcher Http() - .bindAndHandleSync( - requestHandler, - interface = interface, - port = port - ) + .newServerAt(interface, port) + .bindSync(requestHandler) .map { serverBinding => bindingOption = Some(serverBinding) } diff --git a/lib/scala/parser-service/src/main/scala/org/enso/parserservice/Server.scala b/lib/scala/parser-service/src/main/scala/org/enso/parserservice/Server.scala index 9a41d7bc7dec..8be020086d1d 100644 --- a/lib/scala/parser-service/src/main/scala/org/enso/parserservice/Server.scala +++ b/lib/scala/parser-service/src/main/scala/org/enso/parserservice/Server.scala @@ -91,11 +91,9 @@ trait Server { */ def start(config: Server.Config): Unit = { val bindingFuture = - Http().bindAndHandleSync( - handleRequest, - interface = config.interface, - port = config.port - ) + Http() + .newServerAt(config.interface, config.port) + .bindSync(handleRequest) bindingFuture.onComplete({ case Success(_) => diff --git a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala index a5eb2fd849e8..3ab377a49520 100644 --- a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala +++ b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala @@ -48,7 +48,7 @@ object ProjectManager extends App with LazyLogging { ) /** ZIO runtime. */ - implicit val runtime = + implicit val runtime: Runtime[ZEnv] = Runtime(Globals.zioEnvironment, new ZioPlatform(computeExecutionContext)) /** Main process starting up the server. */ @@ -99,18 +99,26 @@ object ProjectManager extends App with LazyLogging { override def run(args: List[String]): ZIO[ZEnv, Nothing, ExitCode] = { Cli.parse(args.toArray) match { case Right(opts) => - runOpts(opts) + runOpts(opts).catchAll(th => + effectTotal( + logger.error("An error occurred during the program startup", th) + ) *> + ZIO.succeed(FailureExitCode) + ) case Left(error) => - putStrLn(error) *> + (putStrLn(error) *> effectTotal(Cli.printHelp()) *> - ZIO.succeed(FailureExitCode) + ZIO.succeed(FailureExitCode)).catchAll(th => + effectTotal(logger.error("Unexpected error", th)) *> + ZIO.succeed(FailureExitCode) + ) } } /** The main function of the application, which will be passed the command-line * arguments to the program and has to return an `IO` with the errors fully handled. */ - def runOpts(options: CommandLine): ZIO[ZEnv, Nothing, ExitCode] = { + def runOpts(options: CommandLine): ZIO[ZEnv, IOException, ExitCode] = { if (options.hasOption(Cli.HELP_OPTION)) { ZIO.effectTotal(Cli.printHelp()) *> ZIO.succeed(SuccessExitCode) @@ -136,7 +144,7 @@ object ProjectManager extends App with LazyLogging { private def setupLogging( verbosityLevel: Int, logMasking: Boolean - ): ZIO[Console, Nothing, LogLevel] = { + ): ZIO[Console, IOException, LogLevel] = { val level = verbosityLevel match { case 0 => LogLevel.Info case 1 => LogLevel.Debug @@ -159,7 +167,7 @@ object ProjectManager extends App with LazyLogging { private def displayVersion( useJson: Boolean - ): ZIO[Console, Nothing, ExitCode] = { + ): ZIO[Console, IOException, ExitCode] = { val versionDescription = VersionDescription.make( "Enso Project Manager", includeRuntimeJVMInfo = false, diff --git a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/requesthandler/RequestHandler.scala b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/requesthandler/RequestHandler.scala index 18b1c4642501..4fc3d3e6825d 100644 --- a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/requesthandler/RequestHandler.scala +++ b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/requesthandler/RequestHandler.scala @@ -48,22 +48,23 @@ abstract class RequestHandler[ /** Waits for the request, tries to pass it into the [[handleRequest]] * function, sets up the timeout and routing of the result. */ - private def requestStage: Receive = { case request: Request[M, Params] => - val result = handleRequest(request.params) - Exec[F] - .exec(result) - .map(_.map(ResponseResult(method, request.id, _))) - .pipeTo(self) - val timeoutCancellable = { - requestTimeout.map { timeout => - context.system.scheduler.scheduleOnce( - timeout, - self, - RequestTimeout - ) + private def requestStage: Receive = { + case request: Request[M, Params] @unchecked => + val result = handleRequest(request.params) + Exec[F] + .exec(result) + .map(_.map(ResponseResult(method, request.id, _))) + .pipeTo(self) + val timeoutCancellable = { + requestTimeout.map { timeout => + context.system.scheduler.scheduleOnce( + timeout, + self, + RequestTimeout + ) + } } - } - context.become(responseStage(request.id, sender(), timeoutCancellable)) + context.become(responseStage(request.id, sender(), timeoutCancellable)) } /** Defines the actual logic for handling the request. diff --git a/lib/scala/project-manager/src/test/scala/org/enso/projectmanager/infrastructure/languageserver/ProgrammableWebSocketServer.scala b/lib/scala/project-manager/src/test/scala/org/enso/projectmanager/infrastructure/languageserver/ProgrammableWebSocketServer.scala index f04ba02f5f4f..75abc7f3431f 100644 --- a/lib/scala/project-manager/src/test/scala/org/enso/projectmanager/infrastructure/languageserver/ProgrammableWebSocketServer.scala +++ b/lib/scala/project-manager/src/test/scala/org/enso/projectmanager/infrastructure/languageserver/ProgrammableWebSocketServer.scala @@ -56,7 +56,7 @@ class ProgrammableWebSocketServer(interface: String, port: Int)(implicit def start(): Unit = { val binding = Await.result( - Http().bindAndHandle(websocketRoute, interface, port), + Http().newServerAt(interface, port).bind(websocketRoute), 3.seconds.dilated ) maybeBinding = Some(binding) diff --git a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala index ce37f65d7380..c82fca91faa2 100644 --- a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala +++ b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/AST.scala @@ -392,16 +392,16 @@ object Shape extends ShapeImplicit { } object Unrecognized { - implicit def ftor: Functor[Unrecognized] = semi.functor - implicit def fold: Foldable[Unrecognized] = semi.foldable + implicit def ftor: Functor[Unrecognized] = semiauto.functor + implicit def fold: Foldable[Unrecognized] = semiauto.foldable implicit def repr[T]: Repr[Unrecognized[T]] = _.str implicit def ozip[T]: OffsetZip[Unrecognized, T] = t => t.coerce implicit def span[T]: HasSpan[Unrecognized[T]] = _.str.length } object Unexpected { - implicit def ftor: Functor[Unexpected] = semi.functor - implicit def fold: Foldable[Unexpected] = semi.foldable + implicit def ftor: Functor[Unexpected] = semiauto.functor + implicit def fold: Foldable[Unexpected] = semiauto.foldable implicit def repr[T: Repr]: Repr[Unexpected[T]] = t => Repr(t.stream) implicit def ozip[T: HasSpan]: OffsetZip[Unexpected, T] = t => t.copy(stream = OffsetZip(t.stream)) @@ -409,58 +409,58 @@ object Shape extends ShapeImplicit { t => t.stream.span() } object Ident { - implicit def ftor: Functor[Ident] = semi.functor - implicit def fold: Foldable[Ident] = semi.foldable + implicit def ftor: Functor[Ident] = semiauto.functor + implicit def fold: Foldable[Ident] = semiauto.foldable implicit def repr[T]: Repr[Ident[T]] = _.name implicit def ozip[T: HasSpan]: OffsetZip[Ident, T] = { ident => OffsetZip[Shape, T](ident).asInstanceOf } } object Blank { - implicit def ftor: Functor[Blank] = semi.functor - implicit def fold: Foldable[Blank] = semi.foldable + implicit def ftor: Functor[Blank] = semiauto.functor + implicit def fold: Foldable[Blank] = semiauto.foldable implicit def repr[T]: Repr[Blank[T]] = _.name implicit def ozip[T]: OffsetZip[Blank, T] = t => t.coerce implicit def span[T]: HasSpan[Blank[T]] = _ => 1 } object Var { - implicit def ftor: Functor[Var] = semi.functor - implicit def fold: Foldable[Var] = semi.foldable + implicit def ftor: Functor[Var] = semiauto.functor + implicit def fold: Foldable[Var] = semiauto.foldable implicit def repr[T]: Repr[Var[T]] = _.name implicit def ozip[T]: OffsetZip[Var, T] = t => t.coerce implicit def span[T]: HasSpan[Var[T]] = t => t.name.length } object Cons { - implicit def ftor: Functor[Cons] = semi.functor - implicit def fold: Foldable[Cons] = semi.foldable + implicit def ftor: Functor[Cons] = semiauto.functor + implicit def fold: Foldable[Cons] = semiauto.foldable implicit def repr[T]: Repr[Cons[T]] = _.name implicit def ozip[T]: OffsetZip[Cons, T] = t => t.coerce implicit def span[T]: HasSpan[Cons[T]] = t => t.name.length } object Mod { - implicit def ftor: Functor[Mod] = semi.functor - implicit def fold: Foldable[Mod] = semi.foldable + implicit def ftor: Functor[Mod] = semiauto.functor + implicit def fold: Foldable[Mod] = semiauto.foldable implicit def repr[T]: Repr[Mod[T]] = R + _.name + "=" implicit def ozip[T]: OffsetZip[Mod, T] = t => t.coerce implicit def span[T]: HasSpan[Mod[T]] = t => t.name.length + 1 } object Opr { - implicit def ftor: Functor[Opr] = semi.functor - implicit def fold: Foldable[Opr] = semi.foldable + implicit def ftor: Functor[Opr] = semiauto.functor + implicit def fold: Foldable[Opr] = semiauto.foldable implicit def repr[T]: Repr[Opr[T]] = _.name implicit def ozip[T]: OffsetZip[Opr, T] = t => t.coerce implicit def span[T]: HasSpan[Opr[T]] = t => t.name.length } object Annotation { - implicit def ftor: Functor[Annotation] = semi.functor - implicit def fold: Foldable[Annotation] = semi.foldable + implicit def ftor: Functor[Annotation] = semiauto.functor + implicit def fold: Foldable[Annotation] = semiauto.foldable implicit def repr[T]: Repr[Annotation[T]] = _.name implicit def ozip[T]: OffsetZip[Annotation, T] = t => t.coerce implicit def span[T]: HasSpan[Annotation[T]] = t => t.name.length } object InvalidSuffix { - implicit def ftor: Functor[InvalidSuffix] = semi.functor - implicit def fold: Foldable[InvalidSuffix] = semi.foldable + implicit def ftor: Functor[InvalidSuffix] = semiauto.functor + implicit def fold: Foldable[InvalidSuffix] = semiauto.foldable implicit def ozip[T]: OffsetZip[InvalidSuffix, T] = t => t.coerce implicit def repr[T]: Repr[InvalidSuffix[T]] = t => R + t.elem.repr + t.suffix @@ -468,16 +468,16 @@ object Shape extends ShapeImplicit { t => t.elem.span() + t.suffix.length } object Literal extends IntermediateTrait[Literal] { - implicit def ftor: Functor[Literal] = semi.functor - implicit def fold: Foldable[Literal] = semi.foldable + implicit def ftor: Functor[Literal] = semiauto.functor + implicit def fold: Foldable[Literal] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Literal, T] = { t => OffsetZip[Shape, T](t).asInstanceOf } } object Number { implicit def fromInt[T](int: Int): AST.Number = AST.Number(int) - implicit def ftor: Functor[Number] = semi.functor - implicit def fold: Foldable[Number] = semi.foldable + implicit def ftor: Functor[Number] = semiauto.functor + implicit def fold: Foldable[Number] = semiauto.foldable implicit def ozip[T]: OffsetZip[Number, T] = t => t.coerce implicit def repr[T]: Repr[Number[T]] = t => t.base.map(_ + "_").getOrElse("") + t.int @@ -485,23 +485,23 @@ object Shape extends ShapeImplicit { t => t.base.map(_.length + 1).getOrElse(0) + t.int.length } object DanglingBase { - implicit def ftor: Functor[DanglingBase] = semi.functor - implicit def fold: Foldable[DanglingBase] = semi.foldable + implicit def ftor: Functor[DanglingBase] = semiauto.functor + implicit def fold: Foldable[DanglingBase] = semiauto.foldable implicit def repr[T]: Repr[DanglingBase[T]] = R + _.base + '_' implicit def ozip[T]: OffsetZip[DanglingBase, T] = t => t.coerce implicit def span[T]: HasSpan[DanglingBase[T]] = t => t.base.length + 1 } object Text extends IntermediateTrait[Text] { - implicit def ftor: Functor[Text] = semi.functor - implicit def fold: Foldable[Text] = semi.foldable + implicit def ftor: Functor[Text] = semiauto.functor + implicit def fold: Foldable[Text] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Text, T] = { t => OffsetZip[Shape, T](t).asInstanceOf } } object TextUnclosed { - implicit def ftor: Functor[TextUnclosed] = semi.functor - implicit def fold: Foldable[TextUnclosed] = semi.foldable + implicit def ftor: Functor[TextUnclosed] = semiauto.functor + implicit def fold: Foldable[TextUnclosed] = semiauto.foldable implicit def repr[T: Repr]: Repr[TextUnclosed[T]] = { case TextUnclosed(t: TextLineRaw[T]) => t.quote + t.text case TextUnclosed(t: TextLineFmt[T]) => t.quote + t.text @@ -514,30 +514,30 @@ object Shape extends ShapeImplicit { } } object InvalidQuote { - implicit def ftor: Functor[InvalidQuote] = semi.functor - implicit def fold: Foldable[InvalidQuote] = semi.foldable + implicit def ftor: Functor[InvalidQuote] = semiauto.functor + implicit def fold: Foldable[InvalidQuote] = semiauto.foldable implicit def repr[T: Repr]: Repr[InvalidQuote[T]] = _.quote implicit def ozip[T]: OffsetZip[InvalidQuote, T] = t => t.coerce implicit def span[T]: HasSpan[InvalidQuote[T]] = _.quote.span } object InlineBlock { - implicit def ftor: Functor[InlineBlock] = semi.functor - implicit def fold: Foldable[InlineBlock] = semi.foldable + implicit def ftor: Functor[InlineBlock] = semiauto.functor + implicit def fold: Foldable[InlineBlock] = semiauto.foldable implicit def repr[T]: Repr[InlineBlock[T]] = _.quote implicit def ozip[T]: OffsetZip[InlineBlock, T] = t => t.coerce implicit def span[T]: HasSpan[InlineBlock[T]] = _.quote.span } object TextLine extends IntermediateTrait[TextLine] { - implicit def ftor: Functor[TextLine] = semi.functor - implicit def fold: Foldable[TextLine] = semi.foldable + implicit def ftor: Functor[TextLine] = semiauto.functor + implicit def fold: Foldable[TextLine] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[TextLine, T] = { case t: TextLineRaw[T] => OffsetZip(t) case t: TextLineFmt[T] => OffsetZip(t) } } object TextLineRaw { - implicit def ftor: Functor[TextLineRaw] = semi.functor - implicit def fold: Foldable[TextLineRaw] = semi.foldable + implicit def ftor: Functor[TextLineRaw] = semiauto.functor + implicit def fold: Foldable[TextLineRaw] = semiauto.foldable implicit def repr[T: Repr]: Repr[TextLineRaw[T]] = t => t.quote + t.text + t.quote implicit def ozip[T]: OffsetZip[TextLineRaw, T] = t => t.coerce @@ -545,8 +545,8 @@ object Shape extends ShapeImplicit { t => (2 * t.quote.span) + t.text.map(_.span()).sum } object TextLineFmt { - implicit def ftor: Functor[TextLineFmt] = semi.functor - implicit def fold: Foldable[TextLineFmt] = semi.foldable + implicit def ftor: Functor[TextLineFmt] = semiauto.functor + implicit def fold: Foldable[TextLineFmt] = semiauto.foldable implicit def repr[T: Repr]: Repr[TextLineFmt[T]] = t => t.quote + t.text + t.quote implicit def ozip[T: HasSpan]: OffsetZip[TextLineFmt, T] = { t => @@ -570,8 +570,8 @@ object Shape extends ShapeImplicit { emptyLinesSpan + newline.span + off + l.text.span() } - implicit def ftor: Functor[TextBlock] = semi.functor - implicit def fold: Foldable[TextBlock] = semi.foldable + implicit def ftor: Functor[TextBlock] = semiauto.functor + implicit def fold: Foldable[TextBlock] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[TextBlock, T] = { case body: TextBlockRaw[T] => OffsetZip(body) case body: TextBlockFmt[T] => OffsetZip(body) @@ -579,8 +579,8 @@ object Shape extends ShapeImplicit { } object TextBlockRaw { - implicit def ftor: Functor[TextBlockRaw] = semi.functor - implicit def fold: Foldable[TextBlockRaw] = semi.foldable + implicit def ftor: Functor[TextBlockRaw] = semiauto.functor + implicit def fold: Foldable[TextBlockRaw] = semiauto.foldable implicit def repr[T: Repr]: Repr[TextBlockRaw[T]] = t => t.quote + t.spaces + t.text.map(TextBlock.lineRepr(t.offset, _)) implicit def ozip[T: HasSpan]: OffsetZip[TextBlockRaw, T] = t => t.coerce @@ -591,8 +591,8 @@ object Shape extends ShapeImplicit { } object TextBlockFmt { - implicit def ftor: Functor[TextBlockFmt] = semi.functor - implicit def fold: Foldable[TextBlockFmt] = semi.foldable + implicit def ftor: Functor[TextBlockFmt] = semiauto.functor + implicit def fold: Foldable[TextBlockFmt] = semiauto.foldable implicit def repr[T: Repr]: Repr[TextBlockFmt[T]] = t => t.quote + t.spaces + t.text.map(TextBlock.lineRepr(t.offset, _)) implicit def ozip[T: HasSpan]: OffsetZip[TextBlockFmt, T] = { body => @@ -617,8 +617,8 @@ object Shape extends ShapeImplicit { } object Segment { - implicit def ftor: Functor[Segment] = semi.functor - implicit def fold: Foldable[Segment] = semi.foldable + implicit def ftor: Functor[Segment] = semiauto.functor + implicit def fold: Foldable[Segment] = semiauto.foldable implicit def repr[T: Repr]: Repr[Segment[T]] = { case t: SegmentRaw[T] => Repr(t) case t: SegmentFmt[T] => Repr(t) @@ -633,8 +633,8 @@ object Shape extends ShapeImplicit { } } object SegmentFmt { - implicit def ftor[T]: Functor[SegmentFmt] = semi.functor - implicit def fold: Foldable[SegmentFmt] = semi.foldable + implicit def ftor[T]: Functor[SegmentFmt] = semiauto.functor + implicit def fold: Foldable[SegmentFmt] = semiauto.foldable implicit def repr[T: Repr]: Repr[SegmentFmt[T]] = { case t: SegmentPlain[T] => Repr(t) case t: SegmentExpr[T] => Repr(t) @@ -655,8 +655,8 @@ object Shape extends ShapeImplicit { } } object SegmentRaw { - implicit def ftor[T]: Functor[SegmentRaw] = semi.functor - implicit def fold: Foldable[SegmentRaw] = semi.foldable + implicit def ftor[T]: Functor[SegmentRaw] = semiauto.functor + implicit def fold: Foldable[SegmentRaw] = semiauto.foldable implicit def repr[T]: Repr[SegmentRaw[T]] = { case t: SegmentPlain[T] => Repr(t) case t: SegmentRawEscape[T] => Repr(t) @@ -674,8 +674,8 @@ object Shape extends ShapeImplicit { implicit def txtFromString[T](str: String): SegmentPlain[T] = SegmentPlain(str) - implicit def fold: Foldable[SegmentPlain] = semi.foldable - implicit def ftor[T]: Functor[SegmentPlain] = semi.functor + implicit def fold: Foldable[SegmentPlain] = semiauto.foldable + implicit def ftor[T]: Functor[SegmentPlain] = semiauto.functor implicit def repr[T]: Repr[SegmentPlain[T]] = _.value implicit def ozip[T]: OffsetZip[SegmentPlain, T] = t => t.coerce @@ -684,8 +684,8 @@ object Shape extends ShapeImplicit { object SegmentExpr { val quote: Repr.Builder = "`" - implicit def ftor[T]: Functor[SegmentExpr] = semi.functor - implicit def fold: Foldable[SegmentExpr] = semi.foldable + implicit def ftor[T]: Functor[SegmentExpr] = semiauto.functor + implicit def fold: Foldable[SegmentExpr] = semiauto.foldable implicit def repr[T: Repr]: Repr[SegmentExpr[T]] = R + quote + _.value + quote implicit def ozip[T]: OffsetZip[SegmentExpr, T] = @@ -696,8 +696,8 @@ object Shape extends ShapeImplicit { object SegmentEscape { val introducer: Repr.Builder = "\\" - implicit def ftor: Functor[SegmentEscape] = semi.functor - implicit def fold: Foldable[SegmentEscape] = semi.foldable + implicit def ftor: Functor[SegmentEscape] = semiauto.functor + implicit def fold: Foldable[SegmentEscape] = semiauto.foldable implicit def repr[T]: Repr[SegmentEscape[T]] = t => introducer + t.code.repr implicit def ozip[T]: OffsetZip[SegmentEscape, T] = @@ -708,8 +708,8 @@ object Shape extends ShapeImplicit { object SegmentRawEscape { val introducer: Repr.Builder = "\\" - implicit def ftor: Functor[SegmentRawEscape] = semi.functor - implicit def fold: Foldable[SegmentRawEscape] = semi.foldable + implicit def ftor: Functor[SegmentRawEscape] = semiauto.functor + implicit def fold: Foldable[SegmentRawEscape] = semiauto.foldable implicit def repr[T]: Repr[SegmentRawEscape[T]] = t => introducer + t.code.repr implicit def ozip[T]: OffsetZip[SegmentRawEscape, T] = @@ -718,14 +718,14 @@ object Shape extends ShapeImplicit { introducer.span + _.code.repr.length } object App extends IntermediateTrait[App] { - implicit def ftor[T]: Functor[App] = semi.functor - implicit def fold: Foldable[App] = semi.foldable + implicit def ftor[T]: Functor[App] = semiauto.functor + implicit def fold: Foldable[App] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[App, T] = t => OffsetZip[Shape, T](t).asInstanceOf } object Prefix { - implicit def ftor: Functor[Prefix] = semi.functor - implicit def fold: Foldable[Prefix] = semi.foldable + implicit def ftor: Functor[Prefix] = semiauto.functor + implicit def fold: Foldable[Prefix] = semiauto.foldable implicit def repr[T: Repr]: Repr[Prefix[T]] = t => R + t.func + t.off + t.arg implicit def ozip[T: HasSpan]: OffsetZip[Prefix, T] = @@ -739,8 +739,8 @@ object Shape extends ShapeImplicit { } object Infix { - implicit def ftor: Functor[Infix] = semi.functor - implicit def fold: Foldable[Infix] = semi.foldable + implicit def ftor: Functor[Infix] = semiauto.functor + implicit def fold: Foldable[Infix] = semiauto.foldable implicit def repr[T: Repr]: Repr[Infix[T]] = t => R + t.larg + t.loff + t.opr + t.roff + t.rarg implicit def ozip[T: HasSpan]: OffsetZip[Infix, T] = @@ -756,14 +756,14 @@ object Shape extends ShapeImplicit { } object Section extends IntermediateTrait[Section] { - implicit def ftor[T]: Functor[Section] = semi.functor - implicit def fold: Foldable[Section] = semi.foldable + implicit def ftor[T]: Functor[Section] = semiauto.functor + implicit def fold: Foldable[Section] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Section, T] = t => OffsetZip[Shape, T](t).asInstanceOf } object SectionLeft { - implicit def ftor: Functor[SectionLeft] = semi.functor - implicit def fold: Foldable[SectionLeft] = semi.foldable + implicit def ftor: Functor[SectionLeft] = semiauto.functor + implicit def fold: Foldable[SectionLeft] = semiauto.foldable implicit def repr[T: Repr]: Repr[SectionLeft[T]] = t => R + t.arg + t.off + t.opr implicit def ozip[T]: OffsetZip[SectionLeft, T] = @@ -772,8 +772,8 @@ object Shape extends ShapeImplicit { t => t.arg.span() + t.off + t.opr.span } object SectionRight { - implicit def ftor: Functor[SectionRight] = semi.functor - implicit def fold: Foldable[SectionRight] = semi.foldable + implicit def ftor: Functor[SectionRight] = semiauto.functor + implicit def fold: Foldable[SectionRight] = semiauto.foldable implicit def repr[T: Repr]: Repr[SectionRight[T]] = t => R + t.opr + t.off + t.arg implicit def ozip[T]: OffsetZip[SectionRight, T] = @@ -782,8 +782,8 @@ object Shape extends ShapeImplicit { t => t.opr.span + t.off + t.arg.span() } object SectionSides { - implicit def ftor: Functor[SectionSides] = semi.functor - implicit def fold: Foldable[SectionSides] = semi.foldable + implicit def ftor: Functor[SectionSides] = semiauto.functor + implicit def fold: Foldable[SectionSides] = semiauto.foldable implicit def repr[T: Repr]: Repr[SectionSides[T]] = t => R + t.opr implicit def ozip[T]: OffsetZip[SectionSides, T] = t => t.coerce implicit def span[T: HasSpan]: HasSpan[SectionSides[T]] = @@ -791,8 +791,8 @@ object Shape extends ShapeImplicit { } object Block { - implicit def ftorBlock: Functor[Block] = semi.functor - implicit def fold: Foldable[Block] = semi.foldable + implicit def ftorBlock: Functor[Block] = semiauto.functor + implicit def fold: Foldable[Block] = semiauto.foldable implicit def reprBlock[T: Repr]: Repr[Block[T]] = t => { val headRepr = if (t.isOrphan) R else newline @@ -846,8 +846,8 @@ object Shape extends ShapeImplicit { def toOptional: Line[Option[T]] = copy(elem = Some(elem)) } object Line { - implicit def ftor: Functor[Line] = semi.functor - implicit def fold: Foldable[Line] = semi.foldable + implicit def ftor: Functor[Line] = semiauto.functor + implicit def fold: Foldable[Line] = semiauto.foldable implicit def repr[T: Repr]: Repr[Line[T]] = t => R + t.elem + t.off implicit def span[T: HasSpan]: HasSpan[Line[T]] = t => t.elem.span() + t.off @@ -857,8 +857,8 @@ object Shape extends ShapeImplicit { } object Module { - implicit def ftor: Functor[Module] = semi.functor - implicit def fold: Foldable[Module] = semi.foldable + implicit def ftor: Functor[Module] = semiauto.functor + implicit def fold: Foldable[Module] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Module, T] = t => { var index = 0 @@ -877,16 +877,16 @@ object Shape extends ShapeImplicit { } object Macro extends IntermediateTrait[Macro] { - implicit def ftor[T]: Functor[Macro] = semi.functor - implicit def fold: Foldable[Macro] = semi.foldable + implicit def ftor[T]: Functor[Macro] = semiauto.functor + implicit def fold: Foldable[Macro] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Macro, T] = t => OffsetZip[Shape, T](t).asInstanceOf } object Match { /// Instances /// - implicit def ftor: Functor[Match] = semi.functor - implicit def fold: Foldable[Match] = semi.foldable + implicit def ftor: Functor[Match] = semiauto.functor + implicit def fold: Foldable[Match] = semiauto.foldable implicit def ozip[T: HasSpan]: OffsetZip[Match, T] = t => { var off = 0 @@ -942,8 +942,8 @@ object Shape extends ShapeImplicit { } object Ambiguous { - implicit def ftor: Functor[Ambiguous] = semi.functor - implicit def fold: Foldable[Ambiguous] = semi.foldable + implicit def ftor: Functor[Ambiguous] = semiauto.functor + implicit def fold: Foldable[Ambiguous] = semiauto.foldable implicit def repr[T]: Repr[Ambiguous[T]] = t => R + t.segs.map(Repr(_)) implicit def ozip[T]: OffsetZip[Ambiguous, T] = @@ -960,8 +960,8 @@ object Shape extends ShapeImplicit { object Comment { val symbol = "#" - implicit def ftor: Functor[Comment] = semi.functor - implicit def fold: Foldable[Comment] = semi.foldable + implicit def ftor: Functor[Comment] = semiauto.functor + implicit def fold: Foldable[Comment] = semiauto.foldable implicit def repr[T]: Repr[Comment[T]] = R + symbol + symbol + _.lines.mkString("\n") // FIXME: How to make it automatic for non-spaced AST? @@ -971,8 +971,8 @@ object Shape extends ShapeImplicit { object Documented { import Comment.symbol - implicit def ftor[T]: Functor[Documented] = semi.functor - implicit def fold[T]: Foldable[Documented] = semi.foldable + implicit def ftor[T]: Functor[Documented] = semiauto.functor + implicit def fold[T]: Foldable[Documented] = semiauto.foldable implicit def repr[T: Repr]: Repr[Documented[T]] = t => { val symbolRepr = R + symbol + symbol @@ -989,8 +989,8 @@ object Shape extends ShapeImplicit { } object Import { - implicit def ftor: Functor[Import] = semi.functor - implicit def fold: Foldable[Import] = semi.foldable + implicit def ftor: Functor[Import] = semiauto.functor + implicit def fold: Foldable[Import] = semiauto.foldable implicit def repr[T]: Repr[Import[T]] = t => R + "import" + t.path.repr.build() @@ -1000,8 +1000,8 @@ object Shape extends ShapeImplicit { } object Export { - implicit def ftor: Functor[Export] = semi.functor - implicit def fold: Foldable[Export] = semi.foldable + implicit def ftor: Functor[Export] = semiauto.functor + implicit def fold: Foldable[Export] = semiauto.foldable implicit def repr[T]: Repr[Export[T]] = t => R + "export" + t.path.repr.build() @@ -1011,8 +1011,8 @@ object Shape extends ShapeImplicit { } object JavaImport { - implicit def ftor: Functor[JavaImport] = semi.functor - implicit def fold: Foldable[JavaImport] = semi.foldable + implicit def ftor: Functor[JavaImport] = semiauto.functor + implicit def fold: Foldable[JavaImport] = semiauto.foldable implicit def repr[T]: Repr[JavaImport[T]] = t => R + ("polyglot java import " + t.path @@ -1026,8 +1026,8 @@ object Shape extends ShapeImplicit { } object Mixfix { - implicit def ftor: Functor[Mixfix] = semi.functor - implicit def fold: Foldable[Mixfix] = semi.foldable + implicit def ftor: Functor[Mixfix] = semiauto.functor + implicit def fold: Foldable[Mixfix] = semiauto.foldable implicit def repr[T: Repr]: Repr[Mixfix[T]] = t => { val lastRepr = if (t.name.length == t.args.length) List() else List(R) @@ -1041,8 +1041,8 @@ object Shape extends ShapeImplicit { } object Group { - implicit def ftor: Functor[Group] = semi.functor - implicit def fold: Foldable[Group] = semi.foldable + implicit def ftor: Functor[Group] = semiauto.functor + implicit def fold: Foldable[Group] = semiauto.foldable implicit def repr[T: Repr]: Repr[Group[T]] = R + "(" + _.body + ")" // FIXME: How to make it automatic for non-spaced AST? @@ -1051,8 +1051,8 @@ object Shape extends ShapeImplicit { } object SequenceLiteral { - implicit def ftor: Functor[SequenceLiteral] = semi.functor - implicit def fold: Foldable[SequenceLiteral] = semi.foldable + implicit def ftor: Functor[SequenceLiteral] = semiauto.functor + implicit def fold: Foldable[SequenceLiteral] = semiauto.foldable implicit def repr[T: Repr]: Repr[SequenceLiteral[T]] = t => R + "[" + t.items.map(_.repr.build()).mkString(", ") + "]" implicit def ozip[T]: OffsetZip[SequenceLiteral, T] = @@ -1062,8 +1062,8 @@ object Shape extends ShapeImplicit { } object TypesetLiteral { - implicit def ftor: Functor[TypesetLiteral] = semi.functor - implicit def fold: Foldable[Def] = semi.foldable + implicit def ftor: Functor[TypesetLiteral] = semiauto.functor + implicit def fold: Foldable[Def] = semiauto.foldable implicit def repr[T: Repr]: Repr[TypesetLiteral[T]] = t => s"{ ${t.expression.repr.build()} }" implicit def ozip[T]: OffsetZip[TypesetLiteral, T] = _.map(Index.Start -> _) @@ -1071,8 +1071,8 @@ object Shape extends ShapeImplicit { } object Def { - implicit def ftor: Functor[Def] = semi.functor - implicit def fold: Foldable[Def] = semi.foldable + implicit def ftor: Functor[Def] = semiauto.functor + implicit def fold: Foldable[Def] = semiauto.foldable implicit def repr[T: Repr]: Repr[Def[T]] = t => R + Def.symbol + 1 + t.name + t.args.map(R + 1 + _) + t.body // FIXME: How to make it automatic for non-spaced AST? @@ -1083,8 +1083,8 @@ object Shape extends ShapeImplicit { } object Foreign { - implicit def ftor: Functor[Foreign] = semi.functor - implicit def fold: Foldable[Foreign] = semi.foldable + implicit def ftor: Functor[Foreign] = semiauto.functor + implicit def fold: Foldable[Foreign] = semiauto.foldable implicit def repr[T: Repr]: Repr[Foreign[T]] = t => { val code2 = t.code.map(R + t.indent + _).mkString("\n") @@ -1096,8 +1096,8 @@ object Shape extends ShapeImplicit { } object Modified { - implicit def ftor: Functor[Modified] = semi.functor - implicit def fold: Foldable[Modified] = semi.foldable + implicit def ftor: Functor[Modified] = semiauto.functor + implicit def fold: Foldable[Modified] = semiauto.foldable implicit def repr[T: Repr]: Repr[Modified[T]] = t => { R + t.modifier + t.definition.repr.build() @@ -1139,8 +1139,8 @@ object Shape extends ShapeImplicit { sealed trait ShapeImplicit { import Shape._ - implicit def ftor: Functor[Shape] = semi.functor - implicit def fold: Foldable[Shape] = semi.foldable + implicit def ftor: Functor[Shape] = semiauto.functor + implicit def fold: Foldable[Shape] = semiauto.foldable implicit def repr[T: Repr]: Repr[Shape[T]] = { case s: Unrecognized[T] => s.repr case s: Unexpected[T] => s.repr diff --git a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Pattern.scala b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Pattern.scala index 0bca5eabd30d..2a7781449a93 100644 --- a/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Pattern.scala +++ b/lib/scala/syntax/definition/src/main/scala/org/enso/syntax/text/ast/meta/Pattern.scala @@ -337,10 +337,10 @@ object Pattern { } } object _MatchOf { - def ftorMatch: Functor[MatchOf] = semi.functor - def travMatch: Traverse[MatchOf] = semi.traverse[MatchOf] + def ftorMatch: Functor[MatchOf] = semiauto.functor + def travMatch: Traverse[MatchOf] = semiauto.traverse[MatchOf] def foldMatch: Foldable[MatchOf] = { - semi.foldable[MatchOf] + semiauto.foldable[MatchOf] } } } diff --git a/project/build.properties b/project/build.properties index 19479ba46ff2..10fd9eee04ac 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.2 +sbt.version=1.5.5 From ca2c54294073fc77b78ab44424720b81416f114c Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 12:11:45 +0300 Subject: [PATCH 2/7] fix: benchmarks --- build.sbt | 22 +++++++++---------- .../interpreter/bench/BenchmarksRunner.java | 2 +- .../org/enso/interpreter/bench/Report.java | 14 ++++++------ .../enso/interpreter/bench/ReportItem.java | 8 +++---- project/build.properties | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/build.sbt b/build.sbt index 813478f8ba90..d732b5339989 100644 --- a/build.sbt +++ b/build.sbt @@ -284,10 +284,10 @@ lazy val enso = (project in file(".")) def akkaPkg(name: String) = akkaURL %% s"akka-$name" % akkaVersion def akkaHTTPPkg(name: String) = akkaURL %% s"akka-$name" % akkaHTTPVersion val akkaURL = "com.typesafe.akka" -val akkaVersion = "2.6.17" +val akkaVersion = "2.6.18" val akkaHTTPVersion = "10.2.7" val akkaMockSchedulerVersion = "0.5.5" -val logbackClassicVersion = "1.2.7" +val logbackClassicVersion = "1.2.10" val akkaActor = akkaPkg("actor") val akkaStream = akkaPkg("stream") val akkaTyped = akkaPkg("actor-typed") @@ -310,7 +310,7 @@ val akka = // === Cats =================================================================== -val catsVersion = "2.6.1" +val catsVersion = "2.7.0" val kittensVersion = "2.3.2" val cats = { Seq( @@ -351,7 +351,7 @@ val commons = Seq( // === Jackson ================================================================ -val jacksonVersion = "2.13.0" +val jacksonVersion = "2.13.1" val jackson = Seq( "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonVersion, "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion, @@ -368,7 +368,7 @@ val jaxb = Seq( // === JMH ==================================================================== -val jmhVersion = "1.33" +val jmhVersion = "1.34" val jmh = Seq( "org.openjdk.jmh" % "jmh-core" % jmhVersion % Benchmark, "org.openjdk.jmh" % "jmh-generator-annprocess" % jmhVersion % Benchmark @@ -398,7 +398,7 @@ val icuVersion = "67.1" // === ZIO ==================================================================== -val zioVersion = "1.0.12" +val zioVersion = "1.0.13" val zioInteropCatsVersion = "3.2.9.0" val zio = Seq( "dev.zio" %% "zio" % zioVersion, @@ -407,7 +407,7 @@ val zio = Seq( // === Other ================================================================== -val bcpkixJdk15Version = "1.69" +val bcpkixJdk15Version = "1.70" val bumpVersion = "0.1.3" val declineVersion = "2.2.0" val directoryWatcherVersion = "0.9.10" @@ -415,22 +415,22 @@ val flatbuffersVersion = "1.12.0" val guavaVersion = "31.0.1-jre" val jlineVersion = "3.21.0" val kindProjectorVersion = "0.13.2" -val mockitoScalaVersion = "1.16.46" +val mockitoScalaVersion = "1.16.49" val newtypeVersion = "0.4.4" -val pprintVersion = "0.6.6" +val pprintVersion = "0.7.1" val pureconfigVersion = "0.17.1" val refinedVersion = "0.9.27" val scalacheckVersion = "1.15.4" val scalacticVersion = "3.3.0-SNAP3" val scalaLoggingVersion = "3.9.4" val scalameterVersion = "0.19" -val scalatagsVersion = "0.10.0" +val scalatagsVersion = "0.11.0" val scalatestVersion = "3.3.0-SNAP3" val shapelessVersion = "2.4.0-M1" val slf4jVersion = "1.7.32" val slickVersion = "3.3.3" val sqliteVersion = "3.36.0.3" -val tikaVersion = "2.1.0" +val tikaVersion = "2.2.1" val typesafeConfigVersion = "1.4.1" // ============================================================================ diff --git a/engine/runtime/src/bench/java/org/enso/interpreter/bench/BenchmarksRunner.java b/engine/runtime/src/bench/java/org/enso/interpreter/bench/BenchmarksRunner.java index 11c33ef492c7..bb21abd31efb 100644 --- a/engine/runtime/src/bench/java/org/enso/interpreter/bench/BenchmarksRunner.java +++ b/engine/runtime/src/bench/java/org/enso/interpreter/bench/BenchmarksRunner.java @@ -8,7 +8,7 @@ import org.openjdk.jmh.runner.options.Options; import org.openjdk.jmh.runner.options.OptionsBuilder; -import javax.xml.bind.JAXBException; +import jakarta.xml.bind.JAXBException; import java.io.File; import java.util.ArrayList; import java.util.List; diff --git a/engine/runtime/src/bench/java/org/enso/interpreter/bench/Report.java b/engine/runtime/src/bench/java/org/enso/interpreter/bench/Report.java index 609387a37e83..5c72be9f6a35 100644 --- a/engine/runtime/src/bench/java/org/enso/interpreter/bench/Report.java +++ b/engine/runtime/src/bench/java/org/enso/interpreter/bench/Report.java @@ -4,13 +4,13 @@ import java.util.ArrayList; import java.util.List; import java.util.Optional; -import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBException; -import javax.xml.bind.Marshaller; -import javax.xml.bind.Unmarshaller; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElementWrapper; -import javax.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.JAXBContext; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.Marshaller; +import jakarta.xml.bind.Unmarshaller; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElementWrapper; +import jakarta.xml.bind.annotation.XmlRootElement; /** Historic runs report. Supports XML serialization. */ @XmlRootElement diff --git a/engine/runtime/src/bench/java/org/enso/interpreter/bench/ReportItem.java b/engine/runtime/src/bench/java/org/enso/interpreter/bench/ReportItem.java index b836b2810d0a..24ea43525be0 100644 --- a/engine/runtime/src/bench/java/org/enso/interpreter/bench/ReportItem.java +++ b/engine/runtime/src/bench/java/org/enso/interpreter/bench/ReportItem.java @@ -4,10 +4,10 @@ import java.util.List; import java.util.Optional; import java.util.OptionalDouble; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElementWrapper; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlTransient; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlElementWrapper; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlTransient; /** Contains historic results for a single benchmark identified by label. */ @XmlRootElement diff --git a/project/build.properties b/project/build.properties index 10fd9eee04ac..3161d2146c63 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.5 +sbt.version=1.6.1 From b834c722cc4ee648d1a959b7745ed4aea17cc8ea Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 12:21:36 +0300 Subject: [PATCH 3/7] misc: changelog --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 60812ddd5d34..2d807e86c50e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -7,6 +7,8 @@ any libraries ([#1981](https://github.com/enso-org/enso/pull/1981)). Additionally, made the `library/preinstall` endpoint able to install any transitive dependencies of the library. +- Updated the Scala compiler and dependencies + ([#3214](https://github.com/enso-org/enso/pull/3214)). ## Enso 0.2.31 (2021-10-01) From 1c65416b6abfaf30eeeaaa94f4d77237ad1ecd55 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 12:21:47 +0300 Subject: [PATCH 4/7] misc: [ci no changelog needed] From 463a2b9113777ba8321a23bcf6df26bd32d85253 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 13:49:56 +0300 Subject: [PATCH 5/7] fix: project-manager native image --- build.sbt | 2 +- .../enso/projectmanager/boot/Globals.scala | 30 +++---------------- .../projectmanager/boot/ProjectManager.scala | 2 +- 3 files changed, 6 insertions(+), 28 deletions(-) diff --git a/build.sbt b/build.sbt index d732b5339989..d9a77cfad60b 100644 --- a/build.sbt +++ b/build.sbt @@ -398,7 +398,7 @@ val icuVersion = "67.1" // === ZIO ==================================================================== -val zioVersion = "1.0.13" +val zioVersion = "1.0.12" val zioInteropCatsVersion = "3.2.9.0" val zio = Seq( "dev.zio" %% "zio" % zioVersion, diff --git a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/Globals.scala b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/Globals.scala index 07beb78ac2e8..32649ee831d1 100644 --- a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/Globals.scala +++ b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/Globals.scala @@ -1,37 +1,15 @@ package org.enso.projectmanager.boot -import zio.{ExitCode, Has, ZEnv} -import zio.blocking.Blocking -import zio.clock.Clock -import zio.console.Console -import zio.random.Random -import zio.system.System +import zio.ExitCode -/** Constants manager for app constants. - */ +/** Constants manager for app constants. */ object Globals { - val FailureExitCode = ExitCode(1) + val FailureExitCode: ExitCode = ExitCode(1) - val SuccessExitCode = ExitCode(0) + val SuccessExitCode: ExitCode = ExitCode(0) val ConfigFilename = "application.conf" val ConfigNamespace = "project-manager" - - val zioEnvironment: ZEnv = - Has.allOf[ - Clock.Service, - Console.Service, - System.Service, - Random.Service, - Blocking.Service - ]( - Clock.Service.live, - Console.Service.live, - System.Service.live, - Random.Service.live, - Blocking.Service.live - ) - } diff --git a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala index 3ab377a49520..29a875d767f7 100644 --- a/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala +++ b/lib/scala/project-manager/src/main/scala/org/enso/projectmanager/boot/ProjectManager.scala @@ -49,7 +49,7 @@ object ProjectManager extends App with LazyLogging { /** ZIO runtime. */ implicit val runtime: Runtime[ZEnv] = - Runtime(Globals.zioEnvironment, new ZioPlatform(computeExecutionContext)) + Runtime(environment, new ZioPlatform(computeExecutionContext)) /** Main process starting up the server. */ def mainProcess(logLevel: LogLevel): ZIO[ZEnv, IOException, Unit] = { From df6f0043de4c384de56d1186e2b1ebbd7b17ebe4 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 15:13:04 +0300 Subject: [PATCH 6/7] feat: update plugins --- project/plugins.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9c13f4f3debe..effae228664d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.4") -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.11") +addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0") addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0") From ff81c1c96dce550825c6ede79dfc0f7678c7a50d Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Thu, 30 Dec 2021 16:37:16 +0300 Subject: [PATCH 7/7] misc: legal review --- distribution/engine/THIRD-PARTY/NOTICE | 169 ++++---- .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 20 +- .../LICENSE | 8 - .../LICENSE | 0 .../LICENSE | 8 - .../CREDITS-2.x.txt | 0 .../NOTICE | 9 +- .../NOTICES | 0 .../LICENSE | 8 - .../CREDITS-2.x.txt | 0 .../NOTICE | 9 +- .../CREDITS-2.x.txt | 0 .../CREDITS-2.x.txt | 69 --- .../LICENSE | 8 - .../LICENSE | 2 +- .../NOTICES | 0 .../LICENSE | 0 .../LICENSE | 0 .../com.google.auto.auto-common-1.2/NOTICES | 9 + .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 16 + .../NOTICES | 16 +- .../LICENSE | 0 .../LICENSE | 0 .../LICENSE | 0 .../LICENSE.txt | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICES | 15 + .../NOTICES | 27 -- .../NOTICES | 19 + .../NOTICES | 27 -- .../NOTICES | 58 ++- .../NOTICES | 7 - .../NOTICES | 7 + .../NOTICES | 23 - .../NOTICES | 27 ++ .../NOTICES | 4 +- .../COPYING.protobuf | 0 .../LICENSE | 0 .../NOTICES | 3 + .../NOTICES | 3 - .../NOTICES | 35 ++ .../NOTICES | 31 -- .../LICENSE-2.0.txt} | 0 .../LICENSE.txt | 0 .../NOTICES | 1 - .../NOTICES | 1 + .../commons-cli.commons-cli-1.4/NOTICE.txt | 5 - .../commons-cli.commons-cli-1.5.0/NOTICE.txt | 5 + .../NOTICES | 0 .../commons-io.commons-io-2.11.0}/LICENSE.txt | 405 ++++++++--------- .../commons-io.commons-io-2.11.0}/NOTICE.txt | 2 +- .../NOTICES | 0 .../commons-io.commons-io-2.7/LICENSE.txt | 203 --------- .../NOTICES | 0 .../LICENSE.txt | 0 .../NOTICES | 0 .../NOTICES | 4 +- .../dev.zio.zio_2.13-1.0.1/NOTICES | 38 -- .../NOTICES | 40 +- .../LICENSE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../NOTICES | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICES | 0 .../net.java.dev.jna.jna-5.5.0/NOTICES | 80 ---- .../NOTICES | 4 +- .../NOTICES | 20 - .../NOTICE.txt | 2 +- .../LICENSE.txt} | 0 .../NOTICE.txt | 10 +- .../NOTICES | 0 .../org.apache.tika.tika-core-1.24.1/NOTICES | 22 - .../LICENSE | 0 .../NOTICE | 2 +- .../org.apache.tika.tika-core-2.2.1/NOTICES | 42 ++ .../NOTICES | 0 .../NOTICES | 58 --- .../NOTICES | 24 +- .../NOTICES | 0 .../LICENSE.txt | 22 + .../LICENSE.txt.1} | 0 .../NOTICES | 0 .../NOTICES | 0 .../org.jline.jline-3.21.0/NOTICES | 19 + .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICES | 0 .../COPYING | 0 .../NOTICES | 0 .../AUTHORS.md | 0 .../COPYING | 0 .../COPYING | 0 .../NOTICES | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICES} | 406 +++++++++--------- .../LICENSE | 0 .../LICENSE.zentus | 0 .../NOTICES | 2 + .../NOTICES | 0 distribution/launcher/THIRD-PARTY/NOTICE | 57 +-- .../com.chuusai.shapeless_2.13-2.3.7}/NOTICES | 18 +- .../NOTICES | 19 + .../NOTICES | 27 -- .../NOTICES | 44 +- .../NOTICES | 23 - .../NOTICES | 17 + .../NOTICES | 8 +- .../COPYING.protobuf | 0 .../LICENSE | 0 .../NOTICES | 3 + .../NOTICES | 3 - .../NOTICES | 19 + .../NOTICES | 31 -- .../NOTICES | 15 - .../LICENSE-2.0.txt} | 0 .../NOTICES | 1 - .../NOTICES | 1 + .../commons-io.commons-io-2.11.0}/LICENSE.txt | 405 ++++++++--------- .../NOTICE.txt | 2 +- .../NOTICES | 0 .../LICENSE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE | 202 +++++++++ .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../io.circe.circe-jawn_2.13-0.14.1/LICENSE | 202 +++++++++ .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE | 202 +++++++++ .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../io.circe.circe-parser_2.13-0.14.1/LICENSE | 202 +++++++++ .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICES | 20 - .../NOTICE.txt | 2 +- .../NOTICES | 3 + .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICES | 0 .../AUTHORS.md | 0 .../COPYING | 0 .../AUTHORS | 0 .../COPYING | 0 .../LICENSE | 0 .../NOTICES | 203 +++++++++ .../NOTICES | 0 .../project-manager/THIRD-PARTY/NOTICE | 121 +++--- .../NOTICES | 0 .../NOTICES | 0 .../com.chuusai.shapeless_2.13-2.3.7}/NOTICES | 20 +- .../LICENSE | 8 - .../LICENSE | 202 +++++++++ .../LICENSE | 8 - .../CREDITS-2.x.txt | 0 .../NOTICE | 9 +- .../NOTICES | 0 .../LICENSE | 8 - .../NOTICE | 20 - .../CREDITS-2.x.txt | 0 .../NOTICE | 9 +- .../CREDITS-2.x.txt | 0 .../CREDITS-2.x.txt | 69 --- .../LICENSE | 8 - .../NOTICE | 20 - .../LICENSE | 2 +- .../NOTICES | 0 .../NOTICE | 0 .../NOTICE | 0 .../NOTICE | 0 .../AUTHORS | 0 .../LICENSE | 0 .../NOTICES | 15 + .../NOTICES | 27 -- .../NOTICES | 19 + .../NOTICES | 27 -- .../NOTICES | 54 ++- .../NOTICES | 7 - .../NOTICES | 5 + .../NOTICES | 23 - .../NOTICES | 17 + .../NOTICES | 8 +- .../COPYING.protobuf | 0 .../LICENSE | 0 .../NOTICES | 3 + .../NOTICES | 3 - .../NOTICES | 19 + .../NOTICES | 31 -- .../NOTICES | 15 - .../LICENSE-2.0.txt | 202 +++++++++ .../NOTICES | 1 - .../NOTICES | 1 + .../commons-cli.commons-cli-1.4/NOTICE.txt | 5 - .../commons-cli.commons-cli-1.5.0/NOTICE.txt | 5 + .../NOTICES | 0 .../commons-io.commons-io-2.11.0}/LICENSE.txt | 406 +++++++++--------- .../commons-io.commons-io-2.11.0}/NOTICE.txt | 2 +- .../NOTICES | 0 .../NOTICES | 0 .../LICENSE.txt | 0 .../NOTICES | 0 .../NOTICES | 15 - .../NOTICES | 6 +- .../NOTICES | 6 +- .../NOTICES | 32 +- .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE.argonaut | 0 .../LICENSE.ephox | 0 .../NOTICE | 0 .../LICENSE | 0 .../NOTICES | 0 .../NOTICES | 0 .../NOTICES | 20 - .../NOTICE.txt | 2 +- .../LICENSE.txt | 202 +++++++++ .../NOTICE.txt | 10 +- .../NOTICES | 0 .../NOTICES | 2 + .../NOTICES | 16 + .../NOTICES | 2 + .../NOTICES | 3 - .../NOTICE | 0 .../NOTICES | 0 .../NOTICE | 0 .../NOTICES | 0 .../NOTICES | 0 .../AUTHORS.md | 0 .../COPYING | 0 .../COPYING | 0 .../NOTICES | 0 .../LICENSE | 0 .../NOTICES | 203 +++++++++ .../NOTICES | 0 .../copyright-add | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../default-and-custom-license | 0 .../files-ignore} | 0 .../copyright-add | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../copyright-ignore | 0 .../copyright-keep | 1 - .../copyright-keep-context | 1 + .../default-and-custom-license | 0 .../files-keep | 0 .../copyright-keep-context | 0 .../default-and-custom-license | 0 .../files-add/CREDITS-2.x.txt | 0 .../files-ignore} | 0 .../files-keep | 1 + .../default-and-custom-license | 0 .../files-add/CREDITS-2.x.txt | 0 .../files-ignore} | 0 .../files-keep | 1 + .../files-add/CREDITS-2.x.txt | 0 .../files-ignore | 0 .../files-add/CREDITS-2.x.txt | 69 --- .../copyright-add | 0 .../copyright-ignore | 0 .../default-and-custom-license | 0 .../files-keep | 0 .../custom-license | 0 .../files-keep | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-keep-context | 4 - .../copyright-keep | 5 + .../copyright-keep-context | 0 .../copyright-keep-context | 0 .../copyright-keep-context | 1 + .../copyright-keep | 1 + .../copyright-keep-context | 1 - .../custom-license | 0 .../files-keep | 0 .../custom-license | 0 .../files-keep | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-add/LICENSE.txt | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-keep | 6 + .../copyright-keep-context | 1 + .../copyright-keep-context | 7 - .../copyright-keep | 8 + .../copyright-keep-context | 1 + .../copyright-keep-context | 7 - .../copyright-ignore | 1 - .../copyright-keep | 1 - .../copyright-keep-context | 9 - .../copyright-add | 0 .../copyright-keep | 8 + .../copyright-keep-context | 6 + .../copyright-keep-context | 2 - .../copyright-keep-context | 2 + .../copyright-keep-context | 6 - .../copyright-keep-context | 7 + .../copyright-keep-context | 5 - .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep-context | 4 +- .../custom-license | 0 .../files-add/COPYING.protobuf | 0 .../files-add/LICENSE | 0 .../copyright-keep-context | 1 + .../copyright-keep-context | 9 + .../copyright-keep-context | 8 - .../copyright-keep-context | 2 +- .../copyright-keep-context | 2 +- .../copyright-keep-context | 1 - .../default-and-custom-license | 0 .../files-ignore} | 0 .../files-keep} | 0 .../custom-license | 0 .../files-add/LICENSE.txt | 0 .../copyright-keep | 1 - .../copyright-keep | 1 + .../copyright-add | 0 .../copyright-ignore | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-ignore | 2 - .../copyright-add | 0 .../copyright-ignore} | 0 .../custom-license | 0 .../copyright-add | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../files-add/LICENSE.txt | 0 .../copyright-keep-context | 2 - .../copyright-keep-context | 2 + .../dev.zio.zio_2.13-1.0.1/copyright-ignore | 1 - .../dev.zio.zio_2.13-1.0.1/copyright-keep | 1 - .../copyright-keep-context | 2 - .../dev.zio.zio_2.13-1.0.12/copyright-keep | 4 + .../copyright-keep-context | 3 + .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../copyright-add | 0 .../files-ignore | 0 .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep-context | 0 .../net.java.dev.jna.jna-5.3.1/copyright-keep | 2 - .../net.java.dev.jna.jna-5.5.0/copyright-add | 55 --- .../copyright-ignore | 2 - .../net.java.dev.jna.jna-5.5.0/copyright-keep | 2 - .../copyright-keep-context | 10 - .../copyright-add | 0 .../copyright-ignore | 0 .../net.java.dev.jna.jna-5.8.0/copyright-keep | 2 + .../copyright-keep-context | 1 - .../copyright-keep-context | 1 - .../copyright-ignore | 4 + .../files-ignore | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-ignore | 40 +- .../copyright-keep-context | 2 +- .../custom-license | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-keep-context | 3 - .../copyright-ignore | 2 +- .../copyright-keep-context | 2 + .../copyright-add | 0 .../copyright-add | 0 .../custom-license | 0 .../files-add/LICENSE.txt | 0 .../files-keep} | 0 .../copyright-keep | 0 .../org.jline.jline-3.21.0/copyright-keep | 10 + .../copyright-add | 0 .../copyright-keep-context | 0 .../files-add}/NOTICE | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep-context | 0 .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../custom-license | 0 .../files-add/LICENSE | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../copyright-add | 202 +++++++++ .../files-ignore | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep | 1 + .../copyright-keep-context | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-keep-context | 0 tools/legal-review/engine/report-state | 4 +- .../copyright-ignore | 0 .../copyright-keep | 2 - .../copyright-keep-context | 1 + .../copyright-keep | 8 + .../copyright-keep-context | 1 + .../copyright-keep-context | 7 - .../copyright-ignore | 1 - .../copyright-keep | 1 - .../copyright-keep-context | 9 - .../copyright-add | 0 .../copyright-keep | 9 + .../copyright-keep-context | 5 + .../copyright-keep-context | 6 - .../copyright-keep | 5 + .../copyright-keep-context | 1 + .../copyright-keep-context | 5 - .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep | 1 + .../copyright-keep-context | 4 + .../custom-license | 0 .../files-add/COPYING.protobuf | 0 .../files-add/LICENSE | 0 .../copyright-keep-context | 1 + .../copyright-keep-context | 1 - .../copyright-keep | 8 + .../copyright-keep-context | 1 + .../copyright-keep-context | 8 - .../copyright-keep-context | 1 - .../default-and-custom-license | 0 .../files-ignore} | 0 .../files-keep} | 0 .../copyright-keep | 1 - .../copyright-keep | 1 + .../copyright-add | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-keep | 0 .../files-keep | 4 - .../custom-license | 0 .../files-ignore | 0 .../files-keep | 4 + .../files-keep | 4 - .../custom-license | 0 .../files-ignore | 0 .../files-keep | 4 + .../files-keep | 4 - .../custom-license | 0 .../files-ignore | 0 .../files-keep | 4 + .../files-keep | 4 - .../custom-license | 0 .../files-ignore | 0 .../files-keep | 4 + .../files-keep | 4 - .../custom-license | 0 .../files-ignore | 0 .../files-keep | 4 + .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep-context | 1 - .../copyright-ignore | 0 .../copyright-keep | 2 + .../files-ignore | 0 .../files-keep | 0 .../files-add/NOTICE | 14 - .../copyright-add | 0 .../copyright-keep-context | 0 .../files-add/NOTICE | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../files-keep | 0 .../custom-license | 0 .../files-add/AUTHORS | 0 .../files-ignore | 0 .../files-keep | 0 .../custom-license | 0 .../files-add/LICENSE | 0 .../copyright-add | 202 +++++++++ .../files-ignore | 0 .../copyright-keep-context | 0 tools/legal-review/launcher/report-state | 4 +- .../launcher/reviewed-licenses/MIT | 1 + .../copyright-add | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../default-and-custom-license | 0 .../files-ignore} | 0 .../copyright-add | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../copyright-ignore} | 0 .../copyright-keep | 2 - .../copyright-keep-context | 1 + .../default-and-custom-license | 0 .../files-keep | 1 - .../copyright-keep-context | 0 .../default-and-custom-license | 0 .../files-add/CREDITS-2.x.txt | 0 .../files-ignore} | 1 - .../files-keep | 1 + .../files-keep | 2 - .../default-and-custom-license | 0 .../files-add/CREDITS-2.x.txt | 0 .../files-ignore} | 1 - .../files-keep | 1 + .../files-add/CREDITS-2.x.txt | 0 .../files-ignore | 0 .../files-add/CREDITS-2.x.txt | 69 --- .../files-keep | 2 - .../copyright-add | 0 .../copyright-ignore | 0 .../default-and-custom-license | 0 .../files-keep | 1 - .../custom-license | 0 .../files-add/NOTICE | 0 .../files-ignore | 0 .../custom-license | 0 .../files-add/NOTICE | 0 .../files-ignore | 0 .../custom-license | 0 .../files-add/NOTICE | 0 .../files-ignore | 0 .../custom-license | 0 .../files-ignore | 1 + .../files-keep | 0 .../copyright-keep | 6 + .../copyright-keep-context | 1 + .../copyright-keep-context | 7 - .../copyright-keep | 8 + .../copyright-keep-context | 1 + .../copyright-keep-context | 7 - .../copyright-ignore | 1 - .../copyright-keep | 1 - .../copyright-keep-context | 9 - .../copyright-add | 0 .../copyright-keep | 9 + .../copyright-keep-context | 5 + .../copyright-keep-context | 2 - .../copyright-keep | 1 + .../copyright-keep-context | 1 + .../copyright-keep-context | 6 - .../copyright-keep | 5 + .../copyright-keep-context | 1 + .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep | 1 + .../copyright-keep-context | 4 + .../custom-license | 0 .../files-add/COPYING.protobuf | 0 .../files-add/LICENSE | 0 .../copyright-keep-context | 1 + .../copyright-keep | 8 + .../copyright-keep-context | 1 + .../copyright-keep-context | 8 - .../copyright-keep-context | 1 - .../default-and-custom-license | 0 .../files-ignore | 0 .../files-keep} | 0 .../copyright-keep | 1 - .../copyright-keep | 1 + .../copyright-add | 0 .../copyright-ignore | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-ignore | 2 - .../copyright-ignore | 2 - .../copyright-add | 0 .../copyright-ignore | 1 + .../custom-license | 0 .../copyright-add | 0 .../copyright-keep-context | 1 + .../custom-license | 0 .../files-add/LICENSE.txt | 0 .../copyright-keep-context | 1 + .../copyright-keep-context | 2 - .../copyright-keep | 1 + .../copyright-keep-context | 1 + .../dev.zio.zio_2.13-1.0.1/copyright-ignore | 1 - .../dev.zio.zio_2.13-1.0.1/copyright-keep | 1 - .../copyright-keep-context | 2 - .../dev.zio.zio_2.13-1.0.12/copyright-keep | 4 + .../copyright-keep-context | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../files-ignore | 2 - .../files-keep | 3 - .../default-and-custom-license | 0 .../files-ignore | 2 + .../files-keep | 3 + .../custom-license | 1 - .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 1 + .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../copyright-keep-context | 0 .../copyright-ignore | 2 - .../copyright-keep-context | 1 - .../copyright-ignore | 4 + .../files-ignore | 1 + .../files-keep | 0 .../copyright-add | 0 .../copyright-ignore | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-add | 1 + .../copyright-keep-context | 3 - .../copyright-ignore | 2 +- .../copyright-keep | 1 + .../copyright-keep-context | 1 + .../copyright-add | 1 + .../copyright-add | 1 - .../files-add/NOTICE | 14 - .../copyright-keep-context | 0 .../copyright-ignore | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep | 0 .../files-ignore | 0 .../files-keep | 0 .../copyright-keep-context | 0 .../custom-license | 0 .../files-keep | 0 .../copyright-add | 0 .../custom-license | 0 .../files-ignore | 0 .../files-keep | 0 .../custom-license | 1 - .../custom-license | 0 .../files-add/LICENSE | 0 .../copyright-add | 202 +++++++++ .../files-ignore | 1 + .../copyright-keep-context | 0 .../legal-review/project-manager/report-state | 4 +- 787 files changed, 4378 insertions(+), 2792 deletions(-) rename distribution/engine/THIRD-PARTY/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{com.chuusai.shapeless_2.13-2.3.3 => com.chuusai.shapeless_2.13-2.3.7}/NOTICES (87%) delete mode 100644 distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE rename distribution/{launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1 => engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1}/LICENSE (100%) delete mode 100644 distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/CREDITS-2.x.txt (100%) rename distribution/{project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1 => engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1}/NOTICE (54%) rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/NOTICES (100%) delete mode 100644 distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-databind-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/CREDITS-2.x.txt (100%) rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/NOTICE (54%) rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/CREDITS-2.x.txt (100%) delete mode 100644 distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt delete mode 100644 distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE rename distribution/{project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/LICENSE (86%) rename distribution/engine/THIRD-PARTY/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{com.github.julien-truffaut.monocle-core_2.13-2.0.5 => com.github.julien-truffaut.monocle-core_2.13-2.1.0}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{com.github.julien-truffaut.monocle-macro_2.13-2.0.5 => com.github.julien-truffaut.monocle-macro_2.13-2.1.0}/LICENSE (100%) create mode 100644 distribution/engine/THIRD-PARTY/com.google.auto.auto-common-1.2/NOTICES rename distribution/engine/THIRD-PARTY/{com.google.auto.service.auto-service-1.0-rc7 => com.google.auto.service.auto-service-1.0.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{com.google.auto.service.auto-service-annotations-1.0-rc7 => com.google.auto.service.auto-service-annotations-1.0.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{com.google.errorprone.error_prone_annotations-2.3.4 => com.google.errorprone.error_prone_annotations-2.7.1}/NOTICES (79%) rename distribution/engine/THIRD-PARTY/{com.google.guava.guava-29.0-jre => com.google.guava.guava-31.0.1-jre}/NOTICES (74%) rename distribution/engine/THIRD-PARTY/{com.lihaoyi.fansi_2.13-0.2.9 => com.lihaoyi.fansi_2.13-0.3.0}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{com.lihaoyi.geny_2.13-0.6.0 => com.lihaoyi.geny_2.13-0.6.10}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{com.lihaoyi.pprint_2.13-0.5.9 => com.lihaoyi.pprint_2.13-0.7.1}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{com.lihaoyi.scalatags_2.13-0.9.1 => com.lihaoyi.scalatags_2.13-0.11.0}/LICENSE.txt (100%) rename distribution/engine/THIRD-PARTY/{com.lihaoyi.sourcecode_2.13-0.2.1 => com.lihaoyi.sourcecode_2.13-0.2.7}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{com.monovore.decline_2.13-1.2.0 => com.monovore.decline_2.13-2.2.0}/NOTICES (100%) create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES rename distribution/engine/THIRD-PARTY/{com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => com.typesafe.akka.akka-http-core_2.13-10.2.7}/NOTICES (69%) delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES rename distribution/{launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7}/NOTICES (96%) rename distribution/engine/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/COPYING.protobuf (100%) rename distribution/engine/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/LICENSE (100%) create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES rename distribution/{launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE => engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt} (100%) rename distribution/engine/THIRD-PARTY/{com.typesafe.slick.slick_2.13-3.3.2 => com.typesafe.slick.slick_2.13-3.3.3}/LICENSE.txt (100%) delete mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES create mode 100644 distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES delete mode 100644 distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt create mode 100644 distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt rename distribution/engine/THIRD-PARTY/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/NOTICES (100%) rename distribution/{project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10 => engine/THIRD-PARTY/commons-io.commons-io-2.11.0}/LICENSE.txt (98%) rename distribution/{project-manager/THIRD-PARTY/commons-io.commons-io-2.7 => engine/THIRD-PARTY/commons-io.commons-io-2.11.0}/NOTICE.txt (70%) rename distribution/engine/THIRD-PARTY/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/NOTICES (100%) delete mode 100644 distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt rename distribution/engine/THIRD-PARTY/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/LICENSE.txt (100%) rename distribution/engine/THIRD-PARTY/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/NOTICES (100%) rename distribution/{project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1 => engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12}/NOTICES (89%) delete mode 100644 distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES rename distribution/engine/THIRD-PARTY/{com.google.auto.auto-common-0.10 => dev.zio.zio_2.13-1.0.12}/NOTICES (64%) rename distribution/engine/THIRD-PARTY/{eu.timepit.refined_2.13-0.9.14 => eu.timepit.refined_2.13-0.9.27}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-generic-extras_2.13-0.13.0 => io.circe.circe-generic-extras_2.13-0.14.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/NOTICES (100%) delete mode 100644 distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.5.0/NOTICES rename distribution/engine/THIRD-PARTY/{net.java.dev.jna.jna-5.3.1 => net.java.dev.jna.jna-5.8.0}/NOTICES (96%) delete mode 100644 distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES rename distribution/engine/THIRD-PARTY/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/NOTICE.txt (97%) rename distribution/{launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE => engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt} (100%) rename distribution/{project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10 => engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0}/NOTICE.txt (68%) rename distribution/engine/THIRD-PARTY/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/NOTICES (100%) delete mode 100644 distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICES rename distribution/engine/THIRD-PARTY/{org.apache.tika.tika-core-1.24.1 => org.apache.tika.tika-core-2.2.1}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{org.apache.tika.tika-core-1.24.1 => org.apache.tika.tika-core-2.2.1}/NOTICE (70%) create mode 100644 distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICES rename distribution/engine/THIRD-PARTY/{org.bouncycastle.bcpkix-jdk15on-1.65 => org.bouncycastle.bcpkix-jdk15on-1.70}/NOTICES (100%) delete mode 100644 distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES rename distribution/{project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65 => engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70}/NOTICES (63%) rename distribution/{project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.65 => engine/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70}/NOTICES (100%) create mode 100644 distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt rename distribution/engine/THIRD-PARTY/{org.checkerframework.checker-qual-2.11.1/LICENSE.txt => org.checkerframework.checker-qual-3.12.0/LICENSE.txt.1} (100%) rename distribution/engine/THIRD-PARTY/{org.checkerframework.checker-qual-2.11.1 => org.checkerframework.checker-qual-3.12.0}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.jline.jline-3.19.0 => org.jline.jline-3.20.0}/NOTICES (100%) create mode 100644 distribution/engine/THIRD-PARTY/org.jline.jline-3.21.0/NOTICES rename distribution/engine/THIRD-PARTY/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICE (100%) rename distribution/engine/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/COPYING (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/AUTHORS.md (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/COPYING (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/COPYING (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/NOTICES (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{org.typelevel.kittens_2.13-2.1.0 => org.typelevel.kittens_2.13-2.3.2}/NOTICES (100%) rename distribution/{project-manager/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt => engine/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES} (98%) rename distribution/engine/THIRD-PARTY/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/LICENSE (100%) rename distribution/engine/THIRD-PARTY/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/LICENSE.zentus (100%) rename distribution/engine/THIRD-PARTY/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/NOTICES (97%) rename distribution/engine/THIRD-PARTY/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/NOTICES (100%) rename distribution/{project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.4 => launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7}/NOTICES (87%) create mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES rename distribution/{project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7}/NOTICES (81%) delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES create mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES rename distribution/{engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7}/NOTICES (96%) rename distribution/launcher/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/COPYING.protobuf (100%) rename distribution/launcher/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/LICENSE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES create mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES rename distribution/launcher/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE => com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt} (100%) delete mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES create mode 100644 distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES rename distribution/{engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10 => launcher/THIRD-PARTY/commons-io.commons-io-2.11.0}/LICENSE.txt (98%) rename distribution/launcher/THIRD-PARTY/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/NOTICE.txt (70%) rename distribution/launcher/THIRD-PARTY/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/NOTICE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE rename distribution/launcher/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/NOTICE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE rename distribution/launcher/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/NOTICE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE rename distribution/launcher/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/NOTICE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE rename distribution/launcher/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/NOTICE (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/LICENSE (100%) rename distribution/launcher/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/NOTICES (100%) delete mode 100644 distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES rename distribution/{project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20 => launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21}/NOTICE.txt (97%) create mode 100644 distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICES rename distribution/launcher/THIRD-PARTY/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/NOTICE (100%) rename distribution/launcher/THIRD-PARTY/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICE (100%) rename distribution/launcher/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICE (100%) rename distribution/launcher/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/NOTICES (100%) rename distribution/launcher/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/AUTHORS.md (100%) rename distribution/launcher/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/COPYING (100%) rename distribution/launcher/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/AUTHORS (100%) rename distribution/launcher/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/COPYING (100%) rename distribution/launcher/THIRD-PARTY/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/LICENSE (100%) create mode 100644 distribution/launcher/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES rename distribution/launcher/THIRD-PARTY/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/NOTICES (100%) rename distribution/{launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3 => project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7}/NOTICES (87%) delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE create mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE rename distribution/project-manager/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/CREDITS-2.x.txt (100%) rename distribution/{engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1 => project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1}/NOTICE (54%) rename distribution/project-manager/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE rename distribution/project-manager/THIRD-PARTY/{com.fasterxml.jackson.core.jackson-databind-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/CREDITS-2.x.txt (100%) rename distribution/{engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1 => project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1}/NOTICE (54%) rename distribution/project-manager/THIRD-PARTY/{com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/CREDITS-2.x.txt (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE delete mode 100644 distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE rename distribution/{engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/LICENSE (86%) rename distribution/project-manager/THIRD-PARTY/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{com.github.pureconfig.pureconfig-core_2.13-0.15.0 => com.github.pureconfig.pureconfig-core_2.13-0.17.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{com.github.pureconfig.pureconfig-generic_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic_2.13-0.17.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{com.github.pureconfig.pureconfig_2.13-0.15.0 => com.github.pureconfig.pureconfig_2.13-0.17.1}/AUTHORS (100%) rename distribution/project-manager/THIRD-PARTY/{com.github.pureconfig.pureconfig_2.13-0.15.0 => com.github.pureconfig.pureconfig_2.13-0.17.1}/LICENSE (100%) create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES rename distribution/{launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7}/NOTICES (70%) delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES rename distribution/project-manager/THIRD-PARTY/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/NOTICES (96%) rename distribution/project-manager/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/COPYING.protobuf (100%) rename distribution/project-manager/THIRD-PARTY/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/LICENSE (100%) create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt delete mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES delete mode 100644 distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt create mode 100644 distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt rename distribution/project-manager/THIRD-PARTY/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/NOTICES (100%) rename distribution/{launcher/THIRD-PARTY/commons-io.commons-io-2.7 => project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0}/LICENSE.txt (98%) rename distribution/{engine/THIRD-PARTY/commons-io.commons-io-2.7 => project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0}/NOTICE.txt (70%) rename distribution/project-manager/THIRD-PARTY/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/LICENSE.txt (100%) rename distribution/project-manager/THIRD-PARTY/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-2.1.4.0/NOTICES rename distribution/{engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1 => project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-3.2.9.0}/NOTICES (85%) rename distribution/{engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2 => project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12}/NOTICES (74%) rename distribution/project-manager/THIRD-PARTY/{dev.zio.zio_2.13-1.0.1 => dev.zio.zio_2.13-1.0.12}/NOTICES (52%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.argonaut (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/LICENSE.ephox (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/LICENSE (100%) rename distribution/project-manager/THIRD-PARTY/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/NOTICES (100%) delete mode 100644 distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES rename distribution/{launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20 => project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.21}/NOTICE.txt (97%) create mode 100644 distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt rename distribution/{engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10 => project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0}/NOTICE.txt (68%) rename distribution/project-manager/THIRD-PARTY/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/NOTICES (100%) create mode 100644 distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES create mode 100644 distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES rename distribution/project-manager/THIRD-PARTY/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/NOTICES (79%) rename distribution/project-manager/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICE (100%) rename distribution/project-manager/THIRD-PARTY/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/AUTHORS.md (100%) rename distribution/project-manager/THIRD-PARTY/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/COPYING (100%) rename distribution/project-manager/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/COPYING (100%) rename distribution/project-manager/THIRD-PARTY/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/NOTICES (100%) rename distribution/project-manager/THIRD-PARTY/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/LICENSE (100%) create mode 100644 distribution/project-manager/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES rename distribution/project-manager/THIRD-PARTY/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/NOTICES (100%) rename tools/legal-review/engine/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/copyright-add (100%) rename tools/legal-review/engine/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/copyright-keep-context (100%) rename tools/legal-review/engine/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/custom-license (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-annotations-2.11.1 => com.beachape.enumeratum-macros_2.13-1.6.1}/default-and-custom-license (100%) rename tools/legal-review/engine/{com.chuusai.shapeless_2.13-2.3.3/copyright-ignore => com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore} (100%) rename tools/legal-review/engine/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/copyright-add (100%) rename tools/legal-review/engine/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/copyright-keep-context (100%) rename tools/legal-review/engine/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/custom-license (100%) rename tools/legal-review/{launcher/com.chuusai.shapeless_2.13-2.3.3 => engine/com.chuusai.shapeless_2.13-2.3.7}/copyright-ignore (100%) rename tools/legal-review/{project-manager/com.chuusai.shapeless_2.13-2.3.4 => engine/com.chuusai.shapeless_2.13-2.3.7}/copyright-keep (94%) rename tools/legal-review/engine/{com.chuusai.shapeless_2.13-2.3.3 => com.chuusai.shapeless_2.13-2.3.7}/copyright-keep-context (83%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-annotations-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-annotations-2.11.1 => com.fasterxml.jackson.core.jackson-annotations-2.13.1}/files-keep (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/copyright-keep-context (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-databind-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/files-keep => com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore} (100%) create mode 100644 tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep rename tools/legal-review/engine/{com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-databind-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/{project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1/files-keep => engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore} (100%) create mode 100644 tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep rename tools/legal-review/engine/{com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/files-ignore (100%) delete mode 100644 tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt rename tools/legal-review/engine/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/copyright-add (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/copyright-ignore (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/{project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/files-keep (100%) rename tools/legal-review/engine/{com.beachape.enumeratum-macros_2.13-1.6.1 => com.github.julien-truffaut.monocle-core_2.13-2.1.0}/custom-license (100%) rename tools/legal-review/engine/{com.github.julien-truffaut.monocle-core_2.13-2.0.5 => com.github.julien-truffaut.monocle-core_2.13-2.1.0}/files-keep (100%) rename tools/legal-review/engine/{com.github.julien-truffaut.monocle-core_2.13-2.0.5 => com.github.julien-truffaut.monocle-macro_2.13-2.1.0}/custom-license (100%) rename tools/legal-review/engine/{com.github.julien-truffaut.monocle-macro_2.13-2.0.5 => com.github.julien-truffaut.monocle-macro_2.13-2.1.0}/files-keep (100%) delete mode 100644 tools/legal-review/engine/com.google.auto.auto-common-0.10/copyright-keep-context create mode 100644 tools/legal-review/engine/com.google.auto.auto-common-1.2/copyright-keep rename tools/legal-review/engine/{com.google.auto.service.auto-service-1.0-rc7 => com.google.auto.service.auto-service-1.0.1}/copyright-keep-context (100%) rename tools/legal-review/engine/{com.google.auto.service.auto-service-annotations-1.0-rc7 => com.google.auto.service.auto-service-annotations-1.0.1}/copyright-keep-context (100%) rename tools/legal-review/engine/{com.google.errorprone.error_prone_annotations-2.3.4 => com.google.errorprone.error_prone_annotations-2.7.1}/copyright-keep-context (80%) rename tools/legal-review/engine/{com.google.guava.guava-29.0-jre => com.google.guava.guava-31.0.1-jre}/copyright-keep (94%) rename tools/legal-review/engine/{com.google.guava.guava-29.0-jre => com.google.guava.guava-31.0.1-jre}/copyright-keep-context (82%) rename tools/legal-review/engine/{com.github.julien-truffaut.monocle-macro_2.13-2.0.5 => com.lihaoyi.fansi_2.13-0.3.0}/custom-license (100%) rename tools/legal-review/engine/{com.lihaoyi.fansi_2.13-0.2.9 => com.lihaoyi.fansi_2.13-0.3.0}/files-keep (100%) rename tools/legal-review/engine/{com.lihaoyi.fansi_2.13-0.2.9 => com.lihaoyi.geny_2.13-0.6.10}/custom-license (100%) rename tools/legal-review/engine/{com.lihaoyi.geny_2.13-0.6.0 => com.lihaoyi.geny_2.13-0.6.10}/files-keep (100%) rename tools/legal-review/engine/{com.lihaoyi.geny_2.13-0.6.0 => com.lihaoyi.pprint_2.13-0.7.1}/custom-license (100%) rename tools/legal-review/engine/{com.lihaoyi.pprint_2.13-0.5.9 => com.lihaoyi.pprint_2.13-0.7.1}/files-keep (100%) rename tools/legal-review/engine/{com.lihaoyi.scalatags_2.13-0.9.1 => com.lihaoyi.scalatags_2.13-0.11.0}/copyright-ignore (100%) rename tools/legal-review/engine/{com.lihaoyi.scalatags_2.13-0.9.1 => com.lihaoyi.scalatags_2.13-0.11.0}/custom-license (100%) rename tools/legal-review/engine/{com.lihaoyi.scalatags_2.13-0.9.1 => com.lihaoyi.scalatags_2.13-0.11.0}/files-add/LICENSE.txt (100%) rename tools/legal-review/engine/{com.lihaoyi.pprint_2.13-0.5.9 => com.lihaoyi.sourcecode_2.13-0.2.7}/custom-license (100%) rename tools/legal-review/engine/{com.lihaoyi.sourcecode_2.13-0.2.1 => com.lihaoyi.sourcecode_2.13-0.2.7}/files-keep (100%) rename tools/legal-review/engine/{com.monovore.decline_2.13-1.2.0 => com.monovore.decline_2.13-2.2.0}/copyright-add (100%) create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context rename tools/legal-review/engine/{com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => com.typesafe.akka.akka-http-core_2.13-10.2.7}/copyright-add (100%) create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context rename tools/legal-review/engine/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-add (100%) rename tools/legal-review/engine/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-ignore (100%) rename tools/legal-review/{project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => engine/com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-keep-context (50%) rename tools/legal-review/engine/{com.lihaoyi.sourcecode_2.13-0.2.1 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/custom-license (100%) rename tools/legal-review/engine/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/COPYING.protobuf (100%) rename tools/legal-review/engine/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/LICENSE (100%) create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context create mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context rename tools/legal-review/engine/{io.circe.circe-core_2.13-0.14.0-M1 => com.typesafe.scala-logging.scala-logging_2.13-3.9.4}/default-and-custom-license (100%) rename tools/legal-review/engine/{io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license => com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore} (100%) rename tools/legal-review/engine/{com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore => com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep} (100%) rename tools/legal-review/engine/{com.typesafe.slick.slick_2.13-3.3.2 => com.typesafe.slick.slick_2.13-3.3.3}/custom-license (100%) rename tools/legal-review/engine/{com.typesafe.slick.slick_2.13-3.3.2 => com.typesafe.slick.slick_2.13-3.3.3}/files-add/LICENSE.txt (100%) delete mode 100644 tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep create mode 100644 tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep rename tools/legal-review/engine/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/copyright-add (100%) rename tools/legal-review/engine/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/copyright-ignore (100%) rename tools/legal-review/engine/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/files-ignore (100%) rename tools/legal-review/engine/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/files-keep (100%) rename tools/legal-review/engine/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/copyright-add (100%) rename tools/legal-review/engine/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/copyright-ignore (100%) rename tools/legal-review/engine/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/custom-license (100%) rename tools/legal-review/engine/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/files-keep (100%) delete mode 100644 tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore rename tools/legal-review/engine/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/copyright-add (100%) rename tools/legal-review/engine/{dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-keep-context => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore} (100%) rename tools/legal-review/engine/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/custom-license (100%) rename tools/legal-review/engine/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/copyright-add (100%) rename tools/legal-review/{project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5 => engine/dev.zio.izumi-reflect_2.13-1.1.3}/copyright-keep-context (100%) rename tools/legal-review/engine/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/custom-license (100%) rename tools/legal-review/engine/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/files-add/LICENSE.txt (100%) delete mode 100644 tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context create mode 100644 tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context delete mode 100644 tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-ignore delete mode 100644 tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep delete mode 100644 tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep-context create mode 100644 tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep create mode 100644 tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep-context rename tools/legal-review/engine/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => eu.timepit.refined_2.13-0.9.27}/custom-license (100%) rename tools/legal-review/engine/{eu.timepit.refined_2.13-0.9.14 => eu.timepit.refined_2.13-0.9.27}/files-ignore (100%) rename tools/legal-review/engine/{eu.timepit.refined_2.13-0.9.14 => eu.timepit.refined_2.13-0.9.27}/files-keep (100%) delete mode 100644 tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-keep rename tools/legal-review/engine/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-keep rename tools/legal-review/engine/{io.circe.circe-generic-extras_2.13-0.13.0 => io.circe.circe-generic-extras_2.13-0.14.1}/copyright-add (100%) rename tools/legal-review/engine/{io.circe.circe-generic-extras_2.13-0.13.0 => io.circe.circe-generic-extras_2.13-0.14.1}/files-ignore (100%) delete mode 100644 tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-keep rename tools/legal-review/engine/{io.circe.circe-literal_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep rename tools/legal-review/engine/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-keep rename tools/legal-review/engine/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-literal_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep rename tools/legal-review/{project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1 => engine/io.circe.circe-numbers_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-keep rename tools/legal-review/{project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1 => engine/io.circe.circe-parser_2.13-0.14.1}/default-and-custom-license (100%) create mode 100644 tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-keep rename tools/legal-review/engine/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/copyright-add (100%) rename tools/legal-review/engine/{eu.timepit.refined_2.13-0.9.14 => io.circe.circe-yaml_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/engine/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/files-ignore (100%) rename tools/legal-review/engine/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/files-keep (100%) rename tools/legal-review/engine/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-add (100%) rename tools/legal-review/engine/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-ignore (100%) rename tools/legal-review/engine/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-keep-context (100%) delete mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep delete mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-add delete mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-ignore delete mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep delete mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep-context rename tools/legal-review/engine/{net.java.dev.jna.jna-5.3.1 => net.java.dev.jna.jna-5.8.0}/copyright-add (100%) rename tools/legal-review/engine/{net.java.dev.jna.jna-5.3.1 => net.java.dev.jna.jna-5.8.0}/copyright-ignore (100%) create mode 100644 tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep rename tools/legal-review/engine/{net.java.dev.jna.jna-5.3.1 => net.java.dev.jna.jna-5.8.0}/copyright-keep-context (90%) delete mode 100644 tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-keep-context create mode 100644 tools/legal-review/engine/org.apache.commons.commons-compress-1.21/copyright-ignore rename tools/legal-review/engine/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/files-ignore (100%) rename tools/legal-review/engine/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/files-keep (100%) rename tools/legal-review/engine/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/copyright-add (100%) rename tools/legal-review/engine/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/copyright-ignore (100%) rename tools/legal-review/engine/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/custom-license (100%) rename tools/legal-review/engine/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/files-keep (100%) rename tools/legal-review/engine/{org.apache.tika.tika-core-1.24.1 => org.apache.tika.tika-core-2.2.1}/copyright-ignore (51%) rename tools/legal-review/engine/{org.apache.tika.tika-core-1.24.1 => org.apache.tika.tika-core-2.2.1}/copyright-keep-context (51%) rename tools/legal-review/engine/{io.circe.circe-yaml_2.13-0.13.1 => org.apache.tika.tika-core-2.2.1}/custom-license (100%) rename tools/legal-review/engine/{com.fasterxml.jackson.core.jackson-core-2.11.1 => org.apache.tika.tika-core-2.2.1}/files-keep (100%) rename tools/legal-review/engine/{org.bouncycastle.bcpkix-jdk15on-1.65 => org.bouncycastle.bcpkix-jdk15on-1.70}/copyright-add (100%) delete mode 100644 tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context rename tools/legal-review/engine/{org.bouncycastle.bcprov-jdk15on-1.65 => org.bouncycastle.bcprov-jdk15on-1.70}/copyright-ignore (66%) create mode 100644 tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context rename tools/legal-review/{project-manager/org.bouncycastle.bcpkix-jdk15on-1.65 => engine/org.bouncycastle.bcutil-jdk15on-1.70}/copyright-add (100%) rename tools/legal-review/engine/{org.checkerframework.checker-qual-2.11.1 => org.checkerframework.checker-qual-3.12.0}/copyright-add (100%) rename tools/legal-review/engine/{org.checkerframework.checker-qual-2.11.1 => org.checkerframework.checker-qual-3.12.0}/custom-license (100%) rename tools/legal-review/engine/{org.checkerframework.checker-qual-2.11.1 => org.checkerframework.checker-qual-3.12.0}/files-add/LICENSE.txt (100%) rename tools/legal-review/{launcher/org.apache.commons.commons-compress-1.20/files-ignore => engine/org.checkerframework.checker-qual-3.12.0/files-keep} (100%) rename tools/legal-review/engine/{org.jline.jline-3.19.0 => org.jline.jline-3.20.0}/copyright-keep (100%) create mode 100644 tools/legal-review/engine/org.jline.jline-3.21.0/copyright-keep rename tools/legal-review/engine/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/copyright-add (100%) rename tools/legal-review/engine/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/copyright-keep-context (100%) rename {distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/files-add}/NOTICE (100%) rename tools/legal-review/engine/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/copyright-ignore (100%) rename tools/legal-review/engine/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/copyright-keep (100%) rename tools/legal-review/engine/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/files-ignore (100%) rename tools/legal-review/engine/{org.scala-lang.scala-compiler-2.13.6 => org.scala-lang.scala-compiler-2.13.7}/files-keep (100%) rename tools/legal-review/engine/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-ignore (100%) rename tools/legal-review/engine/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-keep (100%) rename tools/legal-review/engine/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-ignore (100%) rename tools/legal-review/engine/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-keep (100%) rename tools/legal-review/engine/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/copyright-keep (100%) rename tools/legal-review/engine/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-ignore (100%) rename tools/legal-review/engine/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-keep (100%) rename tools/legal-review/engine/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/copyright-keep-context (100%) rename tools/legal-review/engine/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/copyright-add (100%) rename tools/legal-review/engine/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/custom-license (100%) rename tools/legal-review/engine/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/files-ignore (100%) rename tools/legal-review/engine/{org.typelevel.alleycats-core_2.13-2.1.1 => org.typelevel.alleycats-core_2.13-2.6.1}/files-keep (100%) rename tools/legal-review/engine/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/engine/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/files-keep (100%) rename tools/legal-review/engine/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/copyright-add (100%) rename tools/legal-review/engine/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/engine/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-ignore (100%) rename tools/legal-review/engine/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-keep (100%) rename tools/legal-review/engine/{org.apache.tika.tika-core-1.24.1 => org.typelevel.jawn-parser_2.13-1.1.2}/custom-license (100%) rename tools/legal-review/engine/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/files-add/LICENSE (100%) rename tools/legal-review/engine/{org.typelevel.kittens_2.13-2.1.0 => org.typelevel.kittens_2.13-2.3.2}/copyright-add (100%) rename tools/legal-review/engine/{org.typelevel.kittens_2.13-2.1.0 => org.typelevel.kittens_2.13-2.3.2}/copyright-ignore (100%) rename tools/legal-review/engine/{org.typelevel.kittens_2.13-2.1.0 => org.typelevel.kittens_2.13-2.3.2}/copyright-keep (100%) create mode 100644 tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add rename tools/legal-review/{launcher/io.circe.circe-core_2.13-0.14.0-M1 => engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4}/files-ignore (100%) rename tools/legal-review/engine/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/copyright-add (100%) rename tools/legal-review/engine/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/copyright-ignore (100%) rename tools/legal-review/engine/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/copyright-keep (55%) rename tools/legal-review/engine/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/copyright-keep-context (100%) rename tools/legal-review/engine/{org.typelevel.jawn-parser_2.13-1.0.0 => org.xerial.sqlite-jdbc-3.36.0.3}/custom-license (100%) rename tools/legal-review/engine/{org.xerial.sqlite-jdbc-3.36.0.1 => org.xerial.sqlite-jdbc-3.36.0.3}/files-keep (100%) rename tools/legal-review/engine/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/copyright-keep-context (100%) rename tools/legal-review/{project-manager/com.chuusai.shapeless_2.13-2.3.4 => launcher/com.chuusai.shapeless_2.13-2.3.7}/copyright-ignore (100%) rename tools/legal-review/{engine/com.chuusai.shapeless_2.13-2.3.3 => launcher/com.chuusai.shapeless_2.13-2.3.7}/copyright-keep (90%) rename tools/legal-review/{project-manager/com.chuusai.shapeless_2.13-2.3.4 => launcher/com.chuusai.shapeless_2.13-2.3.7}/copyright-keep-context (83%) create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context rename tools/legal-review/launcher/{com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => com.typesafe.akka.akka-http-core_2.13-10.2.7}/copyright-add (100%) create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep rename tools/legal-review/{engine/com.typesafe.akka.akka-slf4j_2.13-2.6.6 => launcher/com.typesafe.akka.akka-http_2.13-10.2.7}/copyright-keep-context (50%) delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context rename tools/legal-review/launcher/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-add (100%) rename tools/legal-review/launcher/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-ignore (100%) create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context rename tools/legal-review/{engine/org.xerial.sqlite-jdbc-3.36.0.1 => launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/custom-license (100%) rename tools/legal-review/launcher/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/COPYING.protobuf (100%) rename tools/legal-review/launcher/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/LICENSE (100%) create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context rename tools/legal-review/{project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1 => launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4}/default-and-custom-license (100%) rename tools/legal-review/{project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/default-and-custom-license => launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore} (100%) rename tools/legal-review/launcher/{com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore => com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep} (100%) delete mode 100644 tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep create mode 100644 tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep rename tools/legal-review/launcher/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/copyright-add (100%) rename tools/legal-review/{engine/org.apache.commons.commons-compress-1.20 => launcher/commons-io.commons-io-2.11.0}/copyright-ignore (100%) rename tools/legal-review/launcher/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/custom-license (100%) rename tools/legal-review/launcher/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/files-keep (100%) delete mode 100644 tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-keep rename tools/legal-review/launcher/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => io.circe.circe-core_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/launcher/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-core_2.13-0.14.1}/files-ignore (100%) create mode 100644 tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-keep rename tools/legal-review/launcher/{io.circe.circe-core_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/launcher/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-generic_2.13-0.14.1}/files-ignore (100%) create mode 100644 tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep rename tools/legal-review/launcher/{io.circe.circe-generic_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/launcher/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-jawn_2.13-0.14.1}/files-ignore (100%) create mode 100644 tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep rename tools/legal-review/launcher/{io.circe.circe-jawn_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/launcher/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-numbers_2.13-0.14.1}/files-ignore (100%) create mode 100644 tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-keep rename tools/legal-review/launcher/{io.circe.circe-numbers_2.13-0.14.0-M1 => io.circe.circe-parser_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/launcher/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-parser_2.13-0.14.1}/files-ignore (100%) create mode 100644 tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-keep rename tools/legal-review/launcher/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/copyright-add (100%) rename tools/legal-review/launcher/{io.circe.circe-parser_2.13-0.14.0-M1 => io.circe.circe-yaml_2.13-0.14.1}/custom-license (100%) rename tools/legal-review/{project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => launcher/io.circe.circe-yaml_2.13-0.14.1}/files-ignore (100%) rename tools/legal-review/launcher/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/files-keep (100%) delete mode 100644 tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-keep-context rename tools/legal-review/launcher/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/copyright-ignore (100%) create mode 100644 tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-keep rename tools/legal-review/{project-manager/commons-cli.commons-cli-1.4 => launcher/org.apache.commons.commons-compress-1.21}/files-ignore (100%) rename tools/legal-review/launcher/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/files-keep (100%) delete mode 100644 tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE rename tools/legal-review/launcher/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/copyright-add (100%) rename tools/legal-review/launcher/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/copyright-keep-context (100%) rename tools/legal-review/{engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/files-add/NOTICE (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-ignore (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-keep (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-ignore (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-keep (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/copyright-keep (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-ignore (100%) rename tools/legal-review/launcher/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-keep (100%) rename tools/legal-review/launcher/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/copyright-keep-context (100%) rename tools/legal-review/launcher/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/launcher/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/files-keep (100%) rename tools/legal-review/launcher/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/launcher/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-add/AUTHORS (100%) rename tools/legal-review/launcher/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-ignore (100%) rename tools/legal-review/launcher/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-keep (100%) rename tools/legal-review/launcher/{io.circe.circe-yaml_2.13-0.13.1 => org.typelevel.jawn-parser_2.13-1.1.2}/custom-license (100%) rename tools/legal-review/launcher/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/files-add/LICENSE (100%) create mode 100644 tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add rename tools/legal-review/{project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0 => launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4}/files-ignore (100%) rename tools/legal-review/launcher/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/copyright-keep-context (100%) create mode 100644 tools/legal-review/launcher/reviewed-licenses/MIT rename tools/legal-review/project-manager/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/copyright-add (100%) rename tools/legal-review/project-manager/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/copyright-keep-context (100%) rename tools/legal-review/project-manager/{com.beachape.enumeratum-circe_2.13-1.6.1 => com.beachape.enumeratum-circe_2.13-1.7.0}/custom-license (100%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.beachape.enumeratum-macros_2.13-1.6.1}/default-and-custom-license (100%) rename tools/legal-review/project-manager/{io.circe.circe-core_2.13-0.14.0-M1/default-and-custom-license => com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore} (100%) rename tools/legal-review/project-manager/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/copyright-add (100%) rename tools/legal-review/project-manager/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/copyright-keep-context (100%) rename tools/legal-review/project-manager/{com.beachape.enumeratum_2.13-1.6.1 => com.beachape.enumeratum_2.13-1.7.0}/custom-license (100%) rename tools/legal-review/project-manager/{io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license => com.chuusai.shapeless_2.13-2.3.7/copyright-ignore} (100%) rename tools/legal-review/{launcher/com.chuusai.shapeless_2.13-2.3.3 => project-manager/com.chuusai.shapeless_2.13-2.3.7}/copyright-keep (90%) rename tools/legal-review/{launcher/com.chuusai.shapeless_2.13-2.3.3 => project-manager/com.chuusai.shapeless_2.13-2.3.7}/copyright-keep-context (83%) rename tools/legal-review/project-manager/{io.circe.circe-jawn_2.13-0.14.0-M1 => com.fasterxml.jackson.core.jackson-annotations-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/{engine/com.fasterxml.jackson.core.jackson-databind-2.11.1 => project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1}/files-keep (51%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/copyright-keep-context (100%) rename tools/legal-review/project-manager/{io.circe.circe-literal_2.13-0.14.0-M1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.core.jackson-core-2.11.1 => com.fasterxml.jackson.core.jackson-core-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/{engine/org.apache.tika.tika-core-1.24.1/files-keep => project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore} (51%) create mode 100644 tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep delete mode 100644 tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep rename tools/legal-review/project-manager/{io.circe.circe-numbers_2.13-0.14.0-M1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.core.jackson-databind-2.11.1 => com.fasterxml.jackson.core.jackson-databind-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep => com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore} (51%) create mode 100644 tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep rename tools/legal-review/project-manager/{com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/files-add/CREDITS-2.x.txt (100%) rename tools/legal-review/project-manager/{io.circe.circe-yaml_2.13-0.13.1 => com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1}/files-ignore (100%) delete mode 100644 tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt delete mode 100644 tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep rename tools/legal-review/project-manager/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/copyright-add (100%) rename tools/legal-review/project-manager/{com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/copyright-ignore (100%) rename tools/legal-review/project-manager/{io.circe.circe-parser_2.13-0.14.0-M1 => com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/default-and-custom-license (100%) rename tools/legal-review/{engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1 => project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1}/files-keep (51%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-core_2.13-0.15.0 => com.github.pureconfig.pureconfig-core_2.13-0.17.1}/custom-license (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-core_2.13-0.15.0 => com.github.pureconfig.pureconfig-core_2.13-0.17.1}/files-add/NOTICE (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-core_2.13-0.15.0 => com.github.pureconfig.pureconfig-core_2.13-0.17.1}/files-ignore (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1}/custom-license (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1}/files-add/NOTICE (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1}/files-ignore (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic_2.13-0.17.1}/custom-license (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic_2.13-0.17.1}/files-add/NOTICE (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig-generic_2.13-0.15.0 => com.github.pureconfig.pureconfig-generic_2.13-0.17.1}/files-ignore (100%) rename tools/legal-review/{launcher/org.typelevel.jawn-parser_2.13-1.0.0 => project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1}/custom-license (100%) create mode 100644 tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-ignore rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig_2.13-0.15.0 => com.github.pureconfig.pureconfig_2.13-0.17.1}/files-keep (100%) create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context rename tools/legal-review/project-manager/{com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1 => com.typesafe.akka.akka-http-core_2.13-10.2.7}/copyright-add (100%) create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep rename tools/legal-review/project-manager/{com.typesafe.akka.akka-slf4j_2.13-2.6.6 => com.typesafe.akka.akka-http_2.13-10.2.7}/copyright-keep-context (50%) rename tools/legal-review/project-manager/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-add (100%) rename tools/legal-review/project-manager/{com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1 => com.typesafe.akka.akka-parsing_2.13-10.2.7}/copyright-ignore (100%) create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context rename tools/legal-review/project-manager/{com.beachape.enumeratum-macros_2.13-1.6.1 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/custom-license (100%) rename tools/legal-review/project-manager/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/COPYING.protobuf (100%) rename tools/legal-review/project-manager/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18}/files-add/LICENSE (100%) create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context create mode 100644 tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license create mode 100644 tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore rename tools/legal-review/project-manager/{com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore => com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep} (100%) delete mode 100644 tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep create mode 100644 tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep rename tools/legal-review/project-manager/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/copyright-add (100%) rename tools/legal-review/project-manager/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.apache.commons.commons-compress-1.20 => commons-cli.commons-cli-1.5.0}/files-ignore (100%) rename tools/legal-review/project-manager/{commons-cli.commons-cli-1.4 => commons-cli.commons-cli-1.5.0}/files-keep (100%) rename tools/legal-review/project-manager/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/copyright-add (100%) rename tools/legal-review/{launcher/commons-io.commons-io-2.7 => project-manager/commons-io.commons-io-2.11.0}/copyright-ignore (100%) rename tools/legal-review/project-manager/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/custom-license (100%) rename tools/legal-review/project-manager/{commons-io.commons-io-2.7 => commons-io.commons-io-2.11.0}/files-keep (100%) delete mode 100644 tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-ignore delete mode 100644 tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore rename tools/legal-review/project-manager/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/copyright-add (100%) create mode 100644 tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore rename tools/legal-review/project-manager/{dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5 => dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3}/custom-license (100%) rename tools/legal-review/project-manager/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/copyright-add (100%) create mode 100644 tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context rename tools/legal-review/project-manager/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/custom-license (100%) rename tools/legal-review/project-manager/{dev.zio.izumi-reflect_2.13-1.0.0-M5 => dev.zio.izumi-reflect_2.13-1.1.3}/files-add/LICENSE.txt (100%) rename tools/legal-review/project-manager/{dev.zio.zio-interop-cats_2.13-2.1.4.0 => dev.zio.zio-interop-cats_2.13-3.2.9.0}/copyright-keep-context (52%) delete mode 100644 tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context create mode 100644 tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep create mode 100644 tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-ignore delete mode 100644 tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep delete mode 100644 tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep-context create mode 100644 tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep create mode 100644 tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep-context delete mode 100644 tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore delete mode 100644 tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-keep create mode 100644 tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/default-and-custom-license create mode 100644 tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-ignore create mode 100644 tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-keep delete mode 100644 tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/custom-license rename tools/legal-review/project-manager/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/copyright-add (100%) rename tools/legal-review/project-manager/{com.github.pureconfig.pureconfig_2.13-0.15.0 => io.circe.circe-yaml_2.13-0.14.1}/custom-license (100%) create mode 100644 tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-ignore rename tools/legal-review/project-manager/{io.circe.circe-yaml_2.13-0.13.1 => io.circe.circe-yaml_2.13-0.14.1}/files-keep (100%) rename tools/legal-review/project-manager/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-add (100%) rename tools/legal-review/project-manager/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-ignore (100%) rename tools/legal-review/project-manager/{io.spray.spray-json_2.13-1.3.5 => io.spray.spray-json_2.13-1.3.6}/copyright-keep-context (100%) delete mode 100644 tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-ignore delete mode 100644 tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-keep-context create mode 100644 tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/copyright-ignore create mode 100644 tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-ignore rename tools/legal-review/project-manager/{org.apache.commons.commons-compress-1.20 => org.apache.commons.commons-compress-1.21}/files-keep (100%) rename tools/legal-review/project-manager/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/copyright-add (100%) rename tools/legal-review/project-manager/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/custom-license (100%) rename tools/legal-review/project-manager/{org.apache.commons.commons-lang3-3.10 => org.apache.commons.commons-lang3-3.12.0}/files-keep (100%) create mode 100644 tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add delete mode 100644 tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context rename tools/legal-review/project-manager/{org.bouncycastle.bcprov-jdk15on-1.65 => org.bouncycastle.bcprov-jdk15on-1.70}/copyright-ignore (66%) create mode 100644 tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep create mode 100644 tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context create mode 100644 tools/legal-review/project-manager/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add delete mode 100644 tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add delete mode 100644 tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE rename tools/legal-review/project-manager/{org.scala-lang.modules.scala-java8-compat_2.13-0.9.0 => org.scala-lang.modules.scala-java8-compat_2.13-1.0.0}/copyright-keep-context (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-ignore (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-ignore (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-library-2.13.6 => org.scala-lang.scala-library-2.13.7}/files-keep (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/copyright-keep (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-ignore (100%) rename tools/legal-review/project-manager/{org.scala-lang.scala-reflect-2.13.6 => org.scala-lang.scala-reflect-2.13.7}/files-keep (100%) rename tools/legal-review/project-manager/{org.slf4j.slf4j-api-1.7.30 => org.slf4j.slf4j-api-1.7.32}/copyright-keep-context (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-core_2.13-2.2.0-M3 => org.typelevel.cats-core_2.13-2.7.0}/files-keep (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/copyright-add (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/custom-license (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-ignore (100%) rename tools/legal-review/project-manager/{org.typelevel.cats-kernel_2.13-2.2.0-M3 => org.typelevel.cats-kernel_2.13-2.7.0}/files-keep (100%) delete mode 100644 tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/custom-license rename tools/legal-review/project-manager/{com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6 => org.typelevel.jawn-parser_2.13-1.1.2}/custom-license (100%) rename tools/legal-review/project-manager/{org.typelevel.jawn-parser_2.13-1.0.0 => org.typelevel.jawn-parser_2.13-1.1.2}/files-add/LICENSE (100%) create mode 100644 tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add create mode 100644 tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore rename tools/legal-review/project-manager/{org.yaml.snakeyaml-1.26 => org.yaml.snakeyaml-1.28}/copyright-keep-context (100%) diff --git a/distribution/engine/THIRD-PARTY/NOTICE b/distribution/engine/THIRD-PARTY/NOTICE index 91f9ce5b4c4d..f7422f3480e8 100644 --- a/distribution/engine/THIRD-PARTY/NOTICE +++ b/distribution/engine/THIRD-PARTY/NOTICE @@ -3,22 +3,22 @@ Copyright 2020 - 2021 New Byte Order sp. z o. o. 'enumeratum-circe_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-circe_2.13-1.6.1`. +Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-circe_2.13-1.7.0`. 'enumeratum-macros_2.13', licensed under the MIT, is distributed with the engine. -The license information can be found along with the copyright notices. +The license file can be found at `licenses/MIT`. Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-macros_2.13-1.6.1`. 'enumeratum_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum_2.13-1.6.1`. +Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum_2.13-1.7.0`. 'shapeless_2.13', licensed under the Apache 2, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.3`. +Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.7`. 'shapeless_2.13', licensed under the Apache 2, is distributed with the engine. @@ -28,62 +28,57 @@ Copyright notices related to this dependency can be found in the directory `com. 'jackson-annotations', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.13.1`. 'jackson-core', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-core-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-core-2.13.1`. 'jackson-databind', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-databind-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-databind-2.13.1`. 'jackson-dataformat-cbor', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1`. - - -'jackson-module-paranamer', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1`. 'jackson-module-scala_2.13', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1`. 'monocle-core_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.julien-truffaut.monocle-core_2.13-2.0.5`. +Copyright notices related to this dependency can be found in the directory `com.github.julien-truffaut.monocle-core_2.13-2.1.0`. 'monocle-macro_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.julien-truffaut.monocle-macro_2.13-2.0.5`. +Copyright notices related to this dependency can be found in the directory `com.github.julien-truffaut.monocle-macro_2.13-2.1.0`. 'auto-common', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.google.auto.auto-common-0.10`. +Copyright notices related to this dependency can be found in the directory `com.google.auto.auto-common-1.2`. 'auto-service', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.google.auto.service.auto-service-1.0-rc7`. +Copyright notices related to this dependency can be found in the directory `com.google.auto.service.auto-service-1.0.1`. 'auto-service-annotations', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.google.auto.service.auto-service-annotations-1.0-rc7`. +Copyright notices related to this dependency can be found in the directory `com.google.auto.service.auto-service-annotations-1.0.1`. 'error_prone_annotations', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.google.errorprone.error_prone_annotations-2.3.4`. +Copyright notices related to this dependency can be found in the directory `com.google.errorprone.error_prone_annotations-2.7.1`. 'flatbuffers-java', licensed under the Apache License V2.0, is distributed with the engine. @@ -98,7 +93,7 @@ Copyright notices related to this dependency can be found in the directory `com. 'guava', licensed under the Apache License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.google.guava.guava-29.0-jre`. +Copyright notices related to this dependency can be found in the directory `com.google.guava.guava-31.0.1-jre`. 'listenablefuture', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. @@ -113,32 +108,32 @@ Copyright notices related to this dependency can be found in the directory `com. 'fansi_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.lihaoyi.fansi_2.13-0.2.9`. +Copyright notices related to this dependency can be found in the directory `com.lihaoyi.fansi_2.13-0.3.0`. 'geny_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.lihaoyi.geny_2.13-0.6.0`. +Copyright notices related to this dependency can be found in the directory `com.lihaoyi.geny_2.13-0.6.10`. 'pprint_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.lihaoyi.pprint_2.13-0.5.9`. +Copyright notices related to this dependency can be found in the directory `com.lihaoyi.pprint_2.13-0.7.1`. 'scalatags_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.lihaoyi.scalatags_2.13-0.9.1`. +Copyright notices related to this dependency can be found in the directory `com.lihaoyi.scalatags_2.13-0.11.0`. 'sourcecode_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.lihaoyi.sourcecode_2.13-0.2.1`. +Copyright notices related to this dependency can be found in the directory `com.lihaoyi.sourcecode_2.13-0.2.7`. 'decline_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.monovore.decline_2.13-1.2.0`. +Copyright notices related to this dependency can be found in the directory `com.monovore.decline_2.13-2.2.0`. 'paranamer', licensed under the BSD, is distributed with the engine. @@ -148,47 +143,47 @@ Copyright notices related to this dependency can be found in the directory `com. 'akka-actor-typed_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor-typed_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor-typed_2.13-2.6.18`. 'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.18`. 'akka-http-core_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.7`. 'akka-http-spray-json_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-spray-json_2.13-10.2.7`. 'akka-http_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.7`. 'akka-parsing_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.7`. 'akka-protobuf-v3_2.13', licensed under the Apache-2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18`. 'akka-slf4j_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.18`. 'akka-stream_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.18`. 'config', licensed under the Apache-2.0, is distributed with the engine. @@ -203,92 +198,92 @@ Copyright notices related to this dependency can be found in the directory `com. 'scala-logging_2.13', licensed under the Apache 2.0 License, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.2`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.4`. 'slick_2.13', licensed under the Two-clause BSD-style license, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.typesafe.slick.slick_2.13-3.3.2`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.slick.slick_2.13-3.3.3`. 'ssl-config-core_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.2`. 'commons-cli', licensed under the Apache License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `commons-cli.commons-cli-1.4`. +Copyright notices related to this dependency can be found in the directory `commons-cli.commons-cli-1.5.0`. 'commons-io', licensed under the Apache License, Version 2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.7`. +Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.11.0`. -'izumi-reflect-thirdparty-boopickle-shaded_2.13', licensed under the BSD-style, is distributed with the engine. +'izumi-reflect-thirdparty-boopickle-shaded_2.13', licensed under the Apache-2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5`. +Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3`. -'izumi-reflect_2.13', licensed under the BSD-style, is distributed with the engine. +'izumi-reflect_2.13', licensed under the Apache-2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect_2.13-1.0.0-M5`. +Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect_2.13-1.1.3`. 'zio-stacktracer_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `dev.zio.zio-stacktracer_2.13-1.0.1`. +Copyright notices related to this dependency can be found in the directory `dev.zio.zio-stacktracer_2.13-1.0.12`. 'zio_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `dev.zio.zio_2.13-1.0.1`. +Copyright notices related to this dependency can be found in the directory `dev.zio.zio_2.13-1.0.12`. 'refined_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `eu.timepit.refined_2.13-0.9.14`. +Copyright notices related to this dependency can be found in the directory `eu.timepit.refined_2.13-0.9.27`. 'circe-core_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.1`. 'circe-generic-extras_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic-extras_2.13-0.13.0`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic-extras_2.13-0.14.1`. 'circe-generic_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.1`. 'circe-jawn_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.1`. 'circe-literal_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-literal_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-literal_2.13-0.14.1`. 'circe-numbers_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.1`. 'circe-parser_2.13', licensed under the Apache 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.1`. 'circe-yaml_2.13', licensed under the Apache 2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.13.1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.14.1`. 'newtype_2.13', licensed under the Apache 2.0, is distributed with the engine. @@ -303,17 +298,12 @@ Copyright notices related to this dependency can be found in the directory `io.m 'spray-json_2.13', licensed under the Apache 2, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.spray.spray-json_2.13-1.3.5`. +Copyright notices related to this dependency can be found in the directory `io.spray.spray-json_2.13-1.3.6`. 'jna', licensed under the Apache License v2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `net.java.dev.jna.jna-5.3.1`. - - -'jna', licensed under the Apache License v2.0, is distributed with the engine. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `net.java.dev.jna.jna-5.5.0`. +Copyright notices related to this dependency can be found in the directory `net.java.dev.jna.jna-5.8.0`. 'bump_2.13', licensed under the MIT, is distributed with the engine. @@ -323,37 +313,47 @@ Copyright notices related to this dependency can be found in the directory `nl.g 'commons-compress', licensed under the Apache License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.20`. +Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.21`. 'commons-lang3', licensed under the Apache License, Version 2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-lang3-3.10`. +Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-lang3-3.12.0`. 'tika-core', licensed under the Apache License, Version 2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.apache.tika.tika-core-1.24.1`. +Copyright notices related to this dependency can be found in the directory `org.apache.tika.tika-core-2.2.1`. 'bcpkix-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the engine. The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. -Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcpkix-jdk15on-1.65`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcpkix-jdk15on-1.70`. 'bcprov-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the engine. The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. -Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcprov-jdk15on-1.65`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcprov-jdk15on-1.70`. + + +'bcutil-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the engine. +The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcutil-jdk15on-1.70`. 'checker-qual', licensed under the The MIT License, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.checkerframework.checker-qual-2.11.1`. +Copyright notices related to this dependency can be found in the directory `org.checkerframework.checker-qual-3.12.0`. 'jline', licensed under the The BSD License, is distributed with the engine. The license file can be found at `licenses/BSD-3-Clause`. -Copyright notices related to this dependency can be found in the directory `org.jline.jline-3.19.0`. +Copyright notices related to this dependency can be found in the directory `org.jline.jline-3.20.0`. + + +'jline', licensed under the The BSD License, is distributed with the engine. +The license file can be found at `licenses/BSD-3-Clause`. +Copyright notices related to this dependency can be found in the directory `org.jline.jline-3.21.0`. 'reactive-streams', licensed under the CC0, is distributed with the engine. @@ -368,7 +368,7 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-java8-compat_2.13', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-0.9.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-1.0.0`. 'scala-parser-combinators_2.13', licensed under the Apache-2.0, is distributed with the engine. @@ -383,32 +383,32 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-compiler', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-compiler-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-compiler-2.13.7`. 'scala-library', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.7`. 'scala-reflect', licensed under the Apache-2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.7`. 'slf4j-api', licensed under the MIT License, is distributed with the engine. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.30`. +Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.32`. 'alleycats-core_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.alleycats-core_2.13-2.1.1`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.alleycats-core_2.13-2.6.1`. 'cats-core_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.7.0`. 'cats-free_2.13', licensed under the MIT, is distributed with the engine. @@ -418,7 +418,7 @@ Copyright notices related to this dependency can be found in the directory `org. 'cats-kernel_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.7.0`. 'cats-macros_2.13', licensed under the MIT, is distributed with the engine. @@ -428,20 +428,25 @@ Copyright notices related to this dependency can be found in the directory `org. 'jawn-parser_2.13', licensed under the MIT, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.0.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.1.2`. 'kittens_2.13', licensed under the Apache 2, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.typelevel.kittens_2.13-2.1.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.kittens_2.13-2.3.2`. + + +'simulacrum-scalafix-annotations_2.13', licensed under the Apache 2.0, is distributed with the engine. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4`. 'sqlite-jdbc', licensed under the The Apache Software License, Version 2.0, is distributed with the engine. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.36.0.1`. +Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.36.0.3`. 'snakeyaml', licensed under the Apache License, Version 2.0, is distributed with the engine. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.26`. +Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.28`. diff --git a/distribution/engine/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.6.1/NOTICES b/distribution/engine/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.7.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.6.1/NOTICES rename to distribution/engine/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.7.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.beachape.enumeratum_2.13-1.6.1/NOTICES b/distribution/engine/THIRD-PARTY/com.beachape.enumeratum_2.13-1.7.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.beachape.enumeratum_2.13-1.6.1/NOTICES rename to distribution/engine/THIRD-PARTY/com.beachape.enumeratum_2.13-1.7.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES b/distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES similarity index 87% rename from distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES rename to distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES index 12c65f1b12e4..3ecb3c972f1c 100644 --- a/distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES +++ b/distribution/engine/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES @@ -46,6 +46,22 @@ * limitations under the License. */ +/* + * Copyright (c) 2015-9 Alexandre Archambault + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* * Copyright (c) 2016 Frank S. Thomas * @@ -116,8 +132,6 @@ Copyright (c) 2013-15 Miles Sabin Copyright (c) 2013-16 Miles Sabin -Copyright (c) 2013-17 Miles Sabin - Copyright (c) 2013-18 Miles Sabin Copyright (c) 2014 Miles Sabin @@ -132,8 +146,6 @@ Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault - Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE deleted file mode 100644 index ff94ef8c456a..000000000000 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor annotations is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE deleted file mode 100644 index f5f45d26a49d..000000000000 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor streaming parser/generator is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/CREDITS-2.x.txt b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/CREDITS-2.x.txt rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/CREDITS-2.x.txt diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE similarity index 54% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE index 4c976b7b4cc5..d226e890daa8 100644 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE +++ b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE @@ -3,18 +3,15 @@ Jackson is a high-performance, Free/Open Source JSON processing library. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. +It is currently developed by a community of developers. ## Licensing -Jackson core and extension components may licensed under different licenses. +Jackson 2.x core and extension components are licensed under Apache License 2.0 To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS file, which is included +A list of contributors may be found from CREDITS(-2.x) file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICES b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICES rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE deleted file mode 100644 index 6acf75483f9b..000000000000 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor databind module is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/CREDITS-2.x.txt b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/CREDITS-2.x.txt rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/CREDITS-2.x.txt diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE similarity index 54% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE index 4c976b7b4cc5..d226e890daa8 100644 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICE +++ b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE @@ -3,18 +3,15 @@ Jackson is a high-performance, Free/Open Source JSON processing library. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. +It is currently developed by a community of developers. ## Licensing -Jackson core and extension components may licensed under different licenses. +Jackson 2.x core and extension components are licensed under Apache License 2.0 To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS file, which is included +A list of contributors may be found from CREDITS(-2.x) file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/CREDITS-2.x.txt b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/CREDITS-2.x.txt rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/CREDITS-2.x.txt diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt deleted file mode 100644 index 28d6ba558168..000000000000 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt +++ /dev/null @@ -1,69 +0,0 @@ -Here are people who have contributed to development Jackson JSON processor -Base modules -(version numbers in brackets indicate release in which the problem was fixed) -(NOTE: incomplete -- need to collect info from sub-projects, pre-2.9) - -Tatu Saloranta, tatu.saloranta@iki.fi: author - -Vojtěch Habarta (vojtechhabarta@gitub) - -* Reported [JAXB#32]: Fix introspector chaining in `JaxbAnnotationIntrospector.hasRequiredMarker()` - (2.9.3) - -Tuomas Kiviaho (TuomasKiviaho@github) - -* Reported #42: NPE from MrBean when `get()` or `set()` is though as property - (2.9.5) - -Alexander Onnikov (aonnikov@github) - -* Reported #44: (jaxb) `@XmlElements` does not work with `@XmlAccessorType(XmlAccessType.NONE)` - (2.9.6) - -William Headrick (headw01@github) - -* Reported 54: Afterburner` SuperSonicBeanDeserializer` does not handle JSON Object - valued Object Ids (like json) - (2.9.7) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix to #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Dan Sănduleac (dansanduleac@github) - -* Reported, contributed fix for #69: `ALLOW_COERCION_OF_SCALARS` ignored deserializing scalars - with Afterburner - (2.9.9) - -Georg Schmidt-Dumont (georgschmidtdumont@github) - -* Reported #74: MrBean module should not materialize `java.io.Serializable` - (2.9.9) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix for #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Harrison Houghton (hrhino@github) - -* Suggested, contributed impl for #52: Interfaces may have non-abstract methods (since java8) - (2.10.0) - -Bartosz Baranowski (baranowb@github) - -* Reported #84: (jaxb) Add expand entity protection and secure processing to - DomElementJsonDeserializer - (2.10.0) - - -Robby Morgan (robbytx@github) - -* Contributed #109: (mrbean) Fix detection of inherited default method in Java 8+ interface - (2.11.3) -* Contributed #110: (mrbean) Avoid generating implementations of synthetic bridge methods - (2.11.3) diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE deleted file mode 100644 index d9c618d3e9e2..000000000000 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor `jackson-module-paranamer` module is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE similarity index 86% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE index 3b58cdcd8fd0..2011e3174783 100644 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE +++ b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE @@ -1,7 +1,7 @@ This copy of Jackson JSON processor Scala module is licensed under the Apache (Software) License, version 2.0 ("the License"). See the License for details about distribution rights, and the -specific rights regarding derivate works. +specific rights regarding derivative works. You may obtain a copy of the License at: diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/NOTICES b/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/NOTICES rename to distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-core_2.13-2.0.5/LICENSE b/distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-core_2.13-2.1.0/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-core_2.13-2.0.5/LICENSE rename to distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-core_2.13-2.1.0/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/LICENSE b/distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/LICENSE rename to distribution/engine/THIRD-PARTY/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.google.auto.auto-common-1.2/NOTICES b/distribution/engine/THIRD-PARTY/com.google.auto.auto-common-1.2/NOTICES new file mode 100644 index 000000000000..ecd7034ee58c --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.google.auto.auto-common-1.2/NOTICES @@ -0,0 +1,9 @@ +Copyright 2013 Google LLC + +Copyright 2014 Google LLC + +Copyright 2016 Google LLC + +Copyright 2017 Google LLC + +Copyright 2021 Google LLC diff --git a/distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-1.0-rc7/NOTICES b/distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-1.0.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-1.0-rc7/NOTICES rename to distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-1.0.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-annotations-1.0-rc7/NOTICES b/distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-annotations-1.0.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-annotations-1.0-rc7/NOTICES rename to distribution/engine/THIRD-PARTY/com.google.auto.service.auto-service-annotations-1.0.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.3.4/NOTICES b/distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.7.1/NOTICES similarity index 79% rename from distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.3.4/NOTICES rename to distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.7.1/NOTICES index 276b73d334b6..a1ac483bdaa7 100644 --- a/distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.3.4/NOTICES +++ b/distribution/engine/THIRD-PARTY/com.google.errorprone.error_prone_annotations-2.7.1/NOTICES @@ -61,3 +61,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +/* + * Copyright 2021 The Error Prone Authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ diff --git a/distribution/engine/THIRD-PARTY/com.google.guava.guava-29.0-jre/NOTICES b/distribution/engine/THIRD-PARTY/com.google.guava.guava-31.0.1-jre/NOTICES similarity index 74% rename from distribution/engine/THIRD-PARTY/com.google.guava.guava-29.0-jre/NOTICES rename to distribution/engine/THIRD-PARTY/com.google.guava.guava-31.0.1-jre/NOTICES index 00fc75735699..2038227070ab 100644 --- a/distribution/engine/THIRD-PARTY/com.google.guava.guava-29.0-jre/NOTICES +++ b/distribution/engine/THIRD-PARTY/com.google.guava.guava-31.0.1-jre/NOTICES @@ -21,20 +21,6 @@ * the License. */ -/* - * Copyright 2019 The Guava Authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ - /* * MurmurHash3 was written by Austin Appleby, and is placed in the public * domain. The author hereby disclaims copyright to this source code. @@ -71,3 +57,5 @@ Copyright (C) 2018 The Guava Authors Copyright (C) 2019 The Guava Authors Copyright (C) 2020 The Guava Authors + +Copyright (C) 2021 The Guava Authors diff --git a/distribution/engine/THIRD-PARTY/com.lihaoyi.fansi_2.13-0.2.9/LICENSE b/distribution/engine/THIRD-PARTY/com.lihaoyi.fansi_2.13-0.3.0/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.lihaoyi.fansi_2.13-0.2.9/LICENSE rename to distribution/engine/THIRD-PARTY/com.lihaoyi.fansi_2.13-0.3.0/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.lihaoyi.geny_2.13-0.6.0/LICENSE b/distribution/engine/THIRD-PARTY/com.lihaoyi.geny_2.13-0.6.10/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.lihaoyi.geny_2.13-0.6.0/LICENSE rename to distribution/engine/THIRD-PARTY/com.lihaoyi.geny_2.13-0.6.10/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.lihaoyi.pprint_2.13-0.5.9/LICENSE b/distribution/engine/THIRD-PARTY/com.lihaoyi.pprint_2.13-0.7.1/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.lihaoyi.pprint_2.13-0.5.9/LICENSE rename to distribution/engine/THIRD-PARTY/com.lihaoyi.pprint_2.13-0.7.1/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.lihaoyi.scalatags_2.13-0.9.1/LICENSE.txt b/distribution/engine/THIRD-PARTY/com.lihaoyi.scalatags_2.13-0.11.0/LICENSE.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/com.lihaoyi.scalatags_2.13-0.9.1/LICENSE.txt rename to distribution/engine/THIRD-PARTY/com.lihaoyi.scalatags_2.13-0.11.0/LICENSE.txt diff --git a/distribution/engine/THIRD-PARTY/com.lihaoyi.sourcecode_2.13-0.2.1/LICENSE b/distribution/engine/THIRD-PARTY/com.lihaoyi.sourcecode_2.13-0.2.7/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.lihaoyi.sourcecode_2.13-0.2.1/LICENSE rename to distribution/engine/THIRD-PARTY/com.lihaoyi.sourcecode_2.13-0.2.7/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.monovore.decline_2.13-1.2.0/NOTICES b/distribution/engine/THIRD-PARTY/com.monovore.decline_2.13-2.2.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/com.monovore.decline_2.13-1.2.0/NOTICES rename to distribution/engine/THIRD-PARTY/com.monovore.decline_2.13-2.2.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..27a9b642aa3c --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES deleted file mode 100644 index 25a22f58a3a6..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..34eb828a9670 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES deleted file mode 100644 index 164deb0ad0ca..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES similarity index 69% rename from distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES rename to distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES index 87c024e9d816..966adefe3eb8 100644 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES @@ -1,11 +1,13 @@ /* - * Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev + * Adapted from github.com/twitter/hpack with this license: + * + * Copyright 2014 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -15,11 +17,19 @@ */ /* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. + * Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /* @@ -30,18 +40,6 @@ */ -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ - /* * Copyright 2015 Heiko Seeberger * @@ -58,6 +56,12 @@ * limitations under the License. */ +/* sbt -- Simple Build Tool + * Copyright 2011 Mark Harrah, Eugene Yokota + * + * Copied from sbt 0.12 source code + */ + /** * A Utf8 -> Utf16 (= Java char) decoder. * @@ -93,4 +97,18 @@ * Copyright 2009-2020 Lightbend Inc. */ -Copyright (C) 2009-2020 Lightbend Inc. +Copyright (C) 2009-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES deleted file mode 100644 index 10e8435459c1..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES new file mode 100644 index 000000000000..e548667958f7 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES @@ -0,0 +1,7 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2017-2021 Lightbend Inc. + */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES deleted file mode 100644 index 93b368fb6ddb..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES new file mode 100644 index 000000000000..7a6d6a75e35d --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2015-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2017-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2018-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2020-2021 Lightbend Inc. + */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES similarity index 96% rename from distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES rename to distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES index 957843d117e4..9606db7b7d5a 100644 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES @@ -58,11 +58,11 @@ akka/parboiled2/util/Base64.java is licensed under the following terms: */ /* - * Copyright (C) 2009-2020 Lightbend Inc. + * Copyright (C) 2009-2021 Lightbend Inc. */ /* - * Copyright (C) 2019-2020 Lightbend Inc. + * Copyright (C) 2019-2021 Lightbend Inc. */ /* diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf similarity index 100% rename from distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf rename to distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE rename to distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..6efe69a3b900 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES @@ -0,0 +1,3 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES deleted file mode 100644 index 5e107e43e827..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..c4764f200623 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES @@ -0,0 +1,35 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2014-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2015-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2016-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2017-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2018-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2019-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2020-2021 Lightbend Inc. + */ + +/* + * Copyright (C) 2021 Lightbend Inc. + */ diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES deleted file mode 100644 index 480908407e0e..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE b/distribution/engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE rename to distribution/engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.slick.slick_2.13-3.3.2/LICENSE.txt b/distribution/engine/THIRD-PARTY/com.typesafe.slick.slick_2.13-3.3.3/LICENSE.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/com.typesafe.slick.slick_2.13-3.3.2/LICENSE.txt rename to distribution/engine/THIRD-PARTY/com.typesafe.slick.slick_2.13-3.3.3/LICENSE.txt diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES b/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/distribution/engine/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt b/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt deleted file mode 100644 index 02e26d05f670..000000000000 --- a/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt +++ /dev/null @@ -1,5 +0,0 @@ -Apache Commons CLI -Copyright 2001-2017 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). diff --git a/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt b/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt new file mode 100644 index 000000000000..6c3fe3141c7b --- /dev/null +++ b/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt @@ -0,0 +1,5 @@ +Apache Commons CLI +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICES b/distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICES rename to distribution/engine/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt similarity index 98% rename from distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt rename to distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt index 75b52484ea47..6b0b1270ff0c 100644 --- a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt +++ b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt @@ -1,202 +1,203 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt similarity index 70% rename from distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt rename to distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt index 4a88d2aee79f..0247f91d211d 100644 --- a/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt +++ b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons IO -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES rename to distribution/engine/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt b/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt deleted file mode 100644 index 43e91eb0b0d0..000000000000 --- a/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/NOTICES b/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/NOTICES rename to distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/NOTICES diff --git a/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/LICENSE.txt b/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/LICENSE.txt similarity index 100% rename from distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/LICENSE.txt rename to distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/LICENSE.txt diff --git a/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/NOTICES b/distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/NOTICES rename to distribution/engine/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES b/distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES similarity index 89% rename from distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES rename to distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES index 4e7983ea8892..489f5ead3e97 100644 --- a/distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES +++ b/distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2020 Lightbend Inc. + * Copyright (C) 2014-2021 Lightbend Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ */ /* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors + * Copyright 2019-2021 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES b/distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES deleted file mode 100644 index 1e3906f673f8..000000000000 --- a/distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors - * Copyright 2013-2020 Miles Sabin - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors - * Copyright 2017-2018 Łukasz Biały, Paul Chiusano, Michael Pilquist, - * Oleg Pyzhcov, Fabio Labella, Alexandru Nedelcu, Pavel Chlupacek. - * - * All rights reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -Copyright 2017-2019 John A. De Goes and the ZIO Contributors diff --git a/distribution/engine/THIRD-PARTY/com.google.auto.auto-common-0.10/NOTICES b/distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES similarity index 64% rename from distribution/engine/THIRD-PARTY/com.google.auto.auto-common-0.10/NOTICES rename to distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES index 9128564085fa..5251b9aa549e 100644 --- a/distribution/engine/THIRD-PARTY/com.google.auto.auto-common-0.10/NOTICES +++ b/distribution/engine/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES @@ -1,12 +1,11 @@ /* - * Copyright (C) 2013 Google, Inc. - * Copyright (C) 2013 Square, Inc. + * Copyright 2017-2021 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -16,29 +15,17 @@ */ /* - * Copyright (C) 2014 Google, Inc. + * Copyright 2018-2021 John A. De Goes and the ZIO Contributors + * Copyright 2017-2021 Łukasz Biały, Paul Chiusano, Michael Pilquist, + * Oleg Pyzhcov, Fabio Labella, Alexandru Nedelcu, Pavel Chlupacek. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* - * Copyright (C) 2016 Google, Inc. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -48,13 +35,14 @@ */ /* - * Copyright (C) 2017 Google, Inc. + * Copyright 2019-2021 John A. De Goes and the ZIO Contributors + * Copyright 2013-2021 Miles Sabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -62,3 +50,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +Copyright 2018-2021 John A. De Goes and the ZIO Contributors + +Copyright 2019-2021 John A. De Goes and the ZIO Contributors + +Copyright 2020-2021 John A. De Goes and the ZIO Contributors + +Copyright 2021 John A. De Goes and the ZIO Contributors diff --git a/distribution/engine/THIRD-PARTY/eu.timepit.refined_2.13-0.9.14/LICENSE b/distribution/engine/THIRD-PARTY/eu.timepit.refined_2.13-0.9.27/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/eu.timepit.refined_2.13-0.9.14/LICENSE rename to distribution/engine/THIRD-PARTY/eu.timepit.refined_2.13-0.9.27/LICENSE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-generic-extras_2.13-0.13.0/NOTICES b/distribution/engine/THIRD-PARTY/io.circe.circe-generic-extras_2.13-0.14.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-generic-extras_2.13-0.13.0/NOTICES rename to distribution/engine/THIRD-PARTY/io.circe.circe-generic-extras_2.13-0.14.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox b/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE b/distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE rename to distribution/engine/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE b/distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE rename to distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE diff --git a/distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES b/distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES rename to distribution/engine/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/io.spray.spray-json_2.13-1.3.5/NOTICES b/distribution/engine/THIRD-PARTY/io.spray.spray-json_2.13-1.3.6/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/io.spray.spray-json_2.13-1.3.5/NOTICES rename to distribution/engine/THIRD-PARTY/io.spray.spray-json_2.13-1.3.6/NOTICES diff --git a/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.5.0/NOTICES b/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.5.0/NOTICES deleted file mode 100644 index d8145a022b01..000000000000 --- a/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.5.0/NOTICES +++ /dev/null @@ -1,80 +0,0 @@ -------------- - -/* - * Copyright (c) 2007 Wayne Meissner, All Rights Reserved - * - * The contents of this file is dual-licensed under 2 - * alternative Open Source/Free licenses: LGPL 2.1 or later and - * Apache License 2.0. (starting with JNA version 4.0.0). - * - * You can freely decide which license you want to apply to - * the project. - * - * You may obtain a copy of the LGPL License at: - * - * http://www.gnu.org/licenses/licenses.html - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "LGPL2.1". - * - * You may obtain a copy of the Apache License at: - * - * http://www.apache.org/licenses/ - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "AL2.0". - */ - -/* Copyright (c) 2007 Wayne Meissner, All Rights Reserved - * Copyright (c) 2007-2013 Timothy Wall, All Rights Reserved - * - * The contents of this file is dual-licensed under 2 - * alternative Open Source/Free licenses: LGPL 2.1 or later and - * Apache License 2.0. (starting with JNA version 4.0.0). - * - * You can freely decide which license you want to apply to - * the project. - * - * You may obtain a copy of the LGPL License at: - * - * http://www.gnu.org/licenses/licenses.html - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "LGPL2.1". - * - * You may obtain a copy of the Apache License at: - * - * http://www.apache.org/licenses/ - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "AL2.0". - */ - -(We are choosing the Apache license for this component.) - -------------- - - -/* Copyright (c) 2007 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2007-2015 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2009 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2011 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2012 Timothy Wall, All Rights Reserved - -/* Copyright (c) 2017 Matthias Bläsing, All Rights Reserved - -/* Copyright (c) 2018 Matthias Bläsing - -/* Copyright (c) 2019 Matthias Bläsing, All Rights Reserved - -Copyright (c) 2007 Timothy Wall - -Copyright 2007 Timothy Wall diff --git a/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.3.1/NOTICES b/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.8.0/NOTICES similarity index 96% rename from distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.3.1/NOTICES rename to distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.8.0/NOTICES index d8145a022b01..ecf2813c19d8 100644 --- a/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.3.1/NOTICES +++ b/distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.8.0/NOTICES @@ -55,8 +55,6 @@ ------------- -/* Copyright (c) 2007 Timothy Wall, All Rights Reserved - /* Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved /* Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved @@ -75,6 +73,6 @@ /* Copyright (c) 2019 Matthias Bläsing, All Rights Reserved -Copyright (c) 2007 Timothy Wall +Copyright (c) 2007 Timothy Wall, All Rights Reserved Copyright 2007 Timothy Wall diff --git a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES deleted file mode 100644 index ea8ae0ca227f..000000000000 --- a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * Some portions of this file Copyright (c) 2004-2006 Intel Corportation - * and licensed under the BSD license. - */ diff --git a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt similarity index 97% rename from distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt rename to distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt index 132b0897babc..3fb47079f2c7 100644 --- a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt +++ b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons Compress -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE rename to distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt similarity index 68% rename from distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt rename to distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt index f63e60f53a63..3d4c6906ab02 100644 --- a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt +++ b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt @@ -1,5 +1,5 @@ -Apache Commons Lang -Copyright 2001-2020 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (https://www.apache.org/). +Apache Commons Lang +Copyright 2001-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICES b/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICES rename to distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICES b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICES deleted file mode 100644 index 5b8c0114a49e..000000000000 --- a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICES +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * IPTC Metadata Descriptions taken from the IPTC Photo Metadata (July 2010) - * standard. These parts Copyright 2010 International Press Telecommunications - * Council. - */ - -/* Copyright 2016 Norconex Inc. diff --git a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/LICENSE b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/LICENSE rename to distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/LICENSE diff --git a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICE b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICE similarity index 70% rename from distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICE rename to distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICE index db5ec1834c1d..e6ef1043a1c1 100644 --- a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-1.24.1/NOTICE +++ b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICE @@ -1,6 +1,6 @@ Apache Tika core -Copyright 2007-2020 The Apache Software Foundation +Copyright 2007-1969 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICES b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICES new file mode 100644 index 000000000000..92ecc3c8cfc8 --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.apache.tika.tika-core-2.2.1/NOTICES @@ -0,0 +1,42 @@ + /** + * Contains any necessary copyright notice for claiming the intellectual + * property for this item and should identify the current owner of the + * copyright for the item. Other entities like the creator of the item may + * be added in the corresponding field. Notes on usage rights should be + * provided in "Rights usage terms". + *

+ * Copyright ownership can be expressed in a more controlled way using the + * PLUS fields "Copyright Owner", "Copyright Owner ID", + * "Copyright Owner Name" of the IPTC Extension. It is the user's + * responsibility to keep the values of the four fields in sync. + *

+ * Note: the XMP property (dc:rights) which stores the value of this IPTC + * Core property is of type Lang Alt. Hence any software agent dealing with + * this property must abide to the processing rules for Lang Alt + * value type as specified by the XMP specifications. + *

+ * Maps to this IIM property: 2:116 Copyright Notice + * + * @see DublinCore#RIGHTS + */ + +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * IPTC Metadata Descriptions taken from the IPTC Photo Metadata (July 2010) + * standard. These parts Copyright 2010 International Press Telecommunications + * Council. + */ diff --git a/distribution/engine/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.65/NOTICES b/distribution/engine/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.65/NOTICES rename to distribution/engine/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES b/distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES deleted file mode 100644 index 4e859c43eb4a..000000000000 --- a/distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES +++ /dev/null @@ -1,58 +0,0 @@ - /* Partially optimised Serpent S Box boolean functions derived */ - /* using a recursive descent analyser but without a full search */ - /* of all subtrees. This set of S boxes is the result of work */ - /* by Sam Simpson and Brian Gladman using the spare time on a */ - /* cluster of high capacity servers to search for S boxes with */ - /* this customised search engine. There are now an average of */ - /* 15.375 terms per S box. */ - /* */ - /* Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ - /* and Sam Simpson (s.simpson@mia.co.uk) */ - /* 17th December 1998 */ - /* */ - /* We hereby give permission for information in this file to be */ - /* used freely subject only to acknowledgement of its origin. */ - -/** - * Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com) - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ - -/** - * The Bouncy Castle License - * - * Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) - *

- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software - * and associated documentation files (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - *

- * The above copyright notice and this permission notice shall be included in all copies or substantial - * portions of the Software. - *

- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, - * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR - * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ diff --git a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES b/distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES similarity index 63% rename from distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES rename to distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES index 4e859c43eb4a..0d948de8036e 100644 --- a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.65/NOTICES +++ b/distribution/engine/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES @@ -13,32 +13,10 @@ /* We hereby give permission for information in this file to be */ /* used freely subject only to acknowledgement of its origin. */ -/** - * Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com) - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ - /** * The Bouncy Castle License * - * Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) + * Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) *

* Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.65/NOTICES b/distribution/engine/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.65/NOTICES rename to distribution/engine/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt b/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt new file mode 100644 index 000000000000..9837c6b69fda --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt @@ -0,0 +1,22 @@ +Checker Framework qualifiers +Copyright 2004-present by the Checker Framework developers + +MIT License: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-2.11.1/LICENSE.txt b/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt.1 similarity index 100% rename from distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-2.11.1/LICENSE.txt rename to distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/LICENSE.txt.1 diff --git a/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-2.11.1/NOTICES b/distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-2.11.1/NOTICES rename to distribution/engine/THIRD-PARTY/org.checkerframework.checker-qual-3.12.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.jline.jline-3.19.0/NOTICES b/distribution/engine/THIRD-PARTY/org.jline.jline-3.20.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.jline.jline-3.19.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.jline.jline-3.20.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.jline.jline-3.21.0/NOTICES b/distribution/engine/THIRD-PARTY/org.jline.jline-3.21.0/NOTICES new file mode 100644 index 000000000000..8ea2c31e5c4d --- /dev/null +++ b/distribution/engine/THIRD-PARTY/org.jline.jline-3.21.0/NOTICES @@ -0,0 +1,19 @@ +Copyright (C) 2009-2018 the original author(s). + +Copyright (c) 2000-2005 Dieter Wimberger + +Copyright (c) 2002-2016, the original author or authors. + +Copyright (c) 2002-2017, the original author or authors. + +Copyright (c) 2002-2018, the original author or authors. + +Copyright (c) 2002-2019, the original author or authors. + +Copyright (c) 2002-2020, the original author or authors. + +Copyright (c) 2002-2021, the original author or authors. + +regarding copyright ownership. The ASF licenses this file + +this work for additional information regarding copyright ownership. diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.6/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.7/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.6/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.7/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.6/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.7/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.6/NOTICES rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-compiler-2.13.7/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE diff --git a/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES b/distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES rename to distribution/engine/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES b/distribution/engine/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES rename to distribution/engine/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.1.1/COPYING b/distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.6.1/COPYING similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.1.1/COPYING rename to distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.6.1/COPYING diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.1.1/NOTICES b/distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.6.1/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.1.1/NOTICES rename to distribution/engine/THIRD-PARTY/org.typelevel.alleycats-core_2.13-2.6.1/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md b/distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md rename to distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING b/distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING rename to distribution/engine/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING b/distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING rename to distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/NOTICES b/distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/NOTICES rename to distribution/engine/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/NOTICES diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE b/distribution/engine/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE rename to distribution/engine/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE diff --git a/distribution/engine/THIRD-PARTY/org.typelevel.kittens_2.13-2.1.0/NOTICES b/distribution/engine/THIRD-PARTY/org.typelevel.kittens_2.13-2.3.2/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.typelevel.kittens_2.13-2.1.0/NOTICES rename to distribution/engine/THIRD-PARTY/org.typelevel.kittens_2.13-2.3.2/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt b/distribution/engine/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES similarity index 98% rename from distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt rename to distribution/engine/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES index 43e91eb0b0d0..6b0b1270ff0c 100644 --- a/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt +++ b/distribution/engine/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES @@ -1,203 +1,203 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/LICENSE b/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/LICENSE similarity index 100% rename from distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/LICENSE rename to distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/LICENSE diff --git a/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/LICENSE.zentus b/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/LICENSE.zentus similarity index 100% rename from distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/LICENSE.zentus rename to distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/LICENSE.zentus diff --git a/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/NOTICES b/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/NOTICES similarity index 97% rename from distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/NOTICES rename to distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/NOTICES index 3bd8e331bb9b..06d71bd94d4a 100644 --- a/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.1/NOTICES +++ b/distribution/engine/THIRD-PARTY/org.xerial.sqlite-jdbc-3.36.0.3/NOTICES @@ -47,6 +47,8 @@ * limitations under the License. *--------------------------------------------------------------------------*/ +Copyright (c) 2021 Gauthier Roebroeck + Copyright 2008 Taro L. Saito Copyright 2009 Taro L. Saito diff --git a/distribution/engine/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES b/distribution/engine/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES similarity index 100% rename from distribution/engine/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES rename to distribution/engine/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/NOTICE b/distribution/launcher/THIRD-PARTY/NOTICE index 3e1087e214d2..0544564ddbec 100644 --- a/distribution/launcher/THIRD-PARTY/NOTICE +++ b/distribution/launcher/THIRD-PARTY/NOTICE @@ -18,42 +18,42 @@ licensed under the MIT license. Its copyright notice is included in file 'shapeless_2.13', licensed under the Apache 2, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.3`. +Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.7`. 'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.18`. 'akka-http-core_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.7`. 'akka-http_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.7`. 'akka-parsing_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.7`. 'akka-protobuf-v3_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18`. 'akka-slf4j_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.18`. 'akka-stream_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.18`. 'config', licensed under the Apache-2.0, is distributed with the launcher. @@ -63,47 +63,47 @@ Copyright notices related to this dependency can be found in the directory `com. 'scala-logging_2.13', licensed under the Apache 2.0 License, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.2`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.4`. 'ssl-config-core_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.2`. 'commons-io', licensed under the Apache License, Version 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.7`. +Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.11.0`. 'circe-core_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.1`. 'circe-generic_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.1`. 'circe-jawn_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.1`. 'circe-numbers_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.1`. 'circe-parser_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.1`. 'circe-yaml_2.13', licensed under the Apache 2.0, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.13.1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.14.1`. 'bump_2.13', licensed under the MIT, is distributed with the launcher. @@ -113,7 +113,7 @@ Copyright notices related to this dependency can be found in the directory `nl.g 'commons-compress', licensed under the Apache License, Version 2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.20`. +Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.21`. 'reactive-streams', licensed under the CC0, is distributed with the launcher. @@ -123,7 +123,7 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-java8-compat_2.13', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-0.9.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-1.0.0`. 'scala-parser-combinators_2.13', licensed under the Apache-2.0, is distributed with the launcher. @@ -133,35 +133,40 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-library', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.7`. 'scala-reflect', licensed under the Apache-2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.7`. 'slf4j-api', licensed under the MIT License, is distributed with the launcher. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.30`. +Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.32`. 'cats-core_2.13', licensed under the MIT, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.7.0`. 'cats-kernel_2.13', licensed under the MIT, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.7.0`. 'jawn-parser_2.13', licensed under the MIT, is distributed with the launcher. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.0.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.1.2`. + + +'simulacrum-scalafix-annotations_2.13', licensed under the Apache 2.0, is distributed with the launcher. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4`. 'snakeyaml', licensed under the Apache License, Version 2.0, is distributed with the launcher. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.26`. +Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.28`. diff --git a/distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.4/NOTICES b/distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES similarity index 87% rename from distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.4/NOTICES rename to distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES index a0ee57ff47d8..3ecb3c972f1c 100644 --- a/distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.4/NOTICES +++ b/distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES @@ -46,6 +46,22 @@ * limitations under the License. */ +/* + * Copyright (c) 2015-9 Alexandre Archambault + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* * Copyright (c) 2016 Frank S. Thomas * @@ -130,8 +146,6 @@ Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault - Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..34eb828a9670 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES deleted file mode 100644 index 164deb0ad0ca..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES similarity index 81% rename from distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES rename to distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES index 87c024e9d816..f6f83de04333 100644 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES @@ -14,14 +14,6 @@ * limitations under the License. */ -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - /* * Copyright (C) 2017-2020 Lightbend Inc. * @@ -30,18 +22,6 @@ */ -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ - /* * Copyright 2015 Heiko Seeberger * @@ -58,6 +38,12 @@ * limitations under the License. */ +/* sbt -- Simple Build Tool + * Copyright 2011 Mark Harrah, Eugene Yokota + * + * Copied from sbt 0.12 source code + */ + /** * A Utf8 -> Utf16 (= Java char) decoder. * @@ -93,4 +79,20 @@ * Copyright 2009-2020 Lightbend Inc. */ -Copyright (C) 2009-2020 Lightbend Inc. +Copyright (C) 2009-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. + +Copyright 2014 Twitter, Inc. diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES deleted file mode 100644 index 93b368fb6ddb..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES new file mode 100644 index 000000000000..511dae2abf6c --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +Copyright (C) 2009-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES similarity index 96% rename from distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES rename to distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES index 957843d117e4..bcd2fc8fd7c1 100644 --- a/distribution/engine/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES @@ -58,11 +58,7 @@ akka/parboiled2/util/Base64.java is licensed under the following terms: */ /* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. + * Copyright (C) 2009-2021 Lightbend Inc. */ /* @@ -96,3 +92,5 @@ akka/parboiled2/util/Base64.java is licensed under the following terms: * See the License for the specific language governing permissions and * limitations under the License. */ + +Copyright (C) 2019-2021 Lightbend Inc. diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf similarity index 100% rename from distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf rename to distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE similarity index 100% rename from distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE rename to distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..6efe69a3b900 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES @@ -0,0 +1,3 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES deleted file mode 100644 index 5e107e43e827..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..34eb828a9670 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES deleted file mode 100644 index 480908407e0e..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES deleted file mode 100644 index e8085979d584..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright 2014 Typesafe Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE b/distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE rename to distribution/launcher/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES b/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt b/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt similarity index 98% rename from distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt rename to distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt index 75b52484ea47..6b0b1270ff0c 100644 --- a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/LICENSE.txt +++ b/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt @@ -1,202 +1,203 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt b/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt similarity index 70% rename from distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt rename to distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt index 4a88d2aee79f..0247f91d211d 100644 --- a/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt +++ b/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons IO -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES b/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES rename to distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox b/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE b/distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox b/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE b/distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox b/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE b/distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox b/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE b/distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox b/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE b/distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE b/distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE rename to distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE diff --git a/distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES b/distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES rename to distribution/launcher/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES b/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES deleted file mode 100644 index ea8ae0ca227f..000000000000 --- a/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * Some portions of this file Copyright (c) 2004-2006 Intel Corportation - * and licensed under the BSD license. - */ diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt b/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt similarity index 97% rename from distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt rename to distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt index 132b0897babc..3fb47079f2c7 100644 --- a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt +++ b/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons Compress -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICES b/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICES new file mode 100644 index 000000000000..5fd8906128db --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICES @@ -0,0 +1,3 @@ +Some portions of this file Copyright (c) 2004-2006 Intel Corporation + +work for additional information regarding copyright ownership. The ASF diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE b/distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE rename to distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES rename to distribution/launcher/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE diff --git a/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES b/distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES rename to distribution/launcher/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES b/distribution/launcher/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES rename to distribution/launcher/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md b/distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md rename to distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING b/distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING rename to distribution/launcher/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/AUTHORS b/distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/AUTHORS similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/AUTHORS rename to distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/AUTHORS diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING b/distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING rename to distribution/launcher/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE b/distribution/launcher/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE rename to distribution/launcher/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE diff --git a/distribution/launcher/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES b/distribution/launcher/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES new file mode 100644 index 000000000000..6b0b1270ff0c --- /dev/null +++ b/distribution/launcher/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/launcher/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES b/distribution/launcher/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES similarity index 100% rename from distribution/launcher/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES rename to distribution/launcher/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/NOTICE b/distribution/project-manager/THIRD-PARTY/NOTICE index d293534a100d..1b45b380e5d4 100644 --- a/distribution/project-manager/THIRD-PARTY/NOTICE +++ b/distribution/project-manager/THIRD-PARTY/NOTICE @@ -18,72 +18,67 @@ libc licensed under the MIT license. Its copyright notice is included in file 'enumeratum-circe_2.13', licensed under the MIT, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-circe_2.13-1.6.1`. +Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-circe_2.13-1.7.0`. 'enumeratum-macros_2.13', licensed under the MIT, is distributed with the project-manager. -The license information can be found along with the copyright notices. +The license file can be found at `licenses/MIT`. Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum-macros_2.13-1.6.1`. 'enumeratum_2.13', licensed under the MIT, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum_2.13-1.6.1`. +Copyright notices related to this dependency can be found in the directory `com.beachape.enumeratum_2.13-1.7.0`. 'shapeless_2.13', licensed under the Apache 2, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.4`. +Copyright notices related to this dependency can be found in the directory `com.chuusai.shapeless_2.13-2.3.7`. 'jackson-annotations', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-annotations-2.13.1`. 'jackson-core', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-core-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-core-2.13.1`. 'jackson-databind', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-databind-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.core.jackson-databind-2.13.1`. 'jackson-dataformat-cbor', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1`. - - -'jackson-module-paranamer', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. -The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1`. 'jackson-module-scala_2.13', licensed under the The Apache Software License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1`. +Copyright notices related to this dependency can be found in the directory `com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1`. 'pureconfig-core_2.13', licensed under the Mozilla Public License, version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-core_2.13-0.15.0`. +Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-core_2.13-0.17.1`. 'pureconfig-generic-base_2.13', licensed under the Mozilla Public License, version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0`. +Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1`. 'pureconfig-generic_2.13', licensed under the Mozilla Public License, version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-generic_2.13-0.15.0`. +Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig-generic_2.13-0.17.1`. 'pureconfig_2.13', licensed under the Mozilla Public License, version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig_2.13-0.15.0`. +Copyright notices related to this dependency can be found in the directory `com.github.pureconfig.pureconfig_2.13-0.17.1`. 'flatbuffers-java', licensed under the Apache License V2.0, is distributed with the project-manager. @@ -98,47 +93,47 @@ Copyright notices related to this dependency can be found in the directory `com. 'akka-actor-typed_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor-typed_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor-typed_2.13-2.6.18`. 'akka-actor_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-actor_2.13-2.6.18`. 'akka-http-core_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-core_2.13-10.2.7`. 'akka-http-spray-json_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http-spray-json_2.13-10.2.7`. 'akka-http_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-http_2.13-10.2.7`. 'akka-parsing_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-parsing_2.13-10.2.7`. 'akka-protobuf-v3_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18`. 'akka-slf4j_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-slf4j_2.13-2.6.18`. 'akka-stream_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.6`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.akka.akka-stream_2.13-2.6.18`. 'config', licensed under the Apache-2.0, is distributed with the project-manager. @@ -148,87 +143,87 @@ Copyright notices related to this dependency can be found in the directory `com. 'scala-logging_2.13', licensed under the Apache 2.0 License, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.2`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.scala-logging.scala-logging_2.13-3.9.4`. 'ssl-config-core_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.1`. +Copyright notices related to this dependency can be found in the directory `com.typesafe.ssl-config-core_2.13-0.4.2`. 'commons-cli', licensed under the Apache License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `commons-cli.commons-cli-1.4`. +Copyright notices related to this dependency can be found in the directory `commons-cli.commons-cli-1.5.0`. 'commons-io', licensed under the Apache License, Version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.7`. +Copyright notices related to this dependency can be found in the directory `commons-io.commons-io-2.11.0`. -'izumi-reflect-thirdparty-boopickle-shaded_2.13', licensed under the BSD-style, is distributed with the project-manager. +'izumi-reflect-thirdparty-boopickle-shaded_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5`. +Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3`. -'izumi-reflect_2.13', licensed under the BSD-style, is distributed with the project-manager. +'izumi-reflect_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect_2.13-1.0.0-M5`. +Copyright notices related to this dependency can be found in the directory `dev.zio.izumi-reflect_2.13-1.1.3`. 'zio-interop-cats_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `dev.zio.zio-interop-cats_2.13-2.1.4.0`. +Copyright notices related to this dependency can be found in the directory `dev.zio.zio-interop-cats_2.13-3.2.9.0`. 'zio-stacktracer_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `dev.zio.zio-stacktracer_2.13-1.0.1`. +Copyright notices related to this dependency can be found in the directory `dev.zio.zio-stacktracer_2.13-1.0.12`. 'zio_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `dev.zio.zio_2.13-1.0.1`. +Copyright notices related to this dependency can be found in the directory `dev.zio.zio_2.13-1.0.12`. 'circe-core_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-core_2.13-0.14.1`. 'circe-generic_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-generic_2.13-0.14.1`. 'circe-jawn_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-jawn_2.13-0.14.1`. 'circe-literal_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-literal_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-literal_2.13-0.14.1`. 'circe-numbers_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-numbers_2.13-0.14.1`. 'circe-parser_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.0-M1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-parser_2.13-0.14.1`. 'circe-yaml_2.13', licensed under the Apache 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.13.1`. +Copyright notices related to this dependency can be found in the directory `io.circe.circe-yaml_2.13-0.14.1`. 'spray-json_2.13', licensed under the Apache 2, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `io.spray.spray-json_2.13-1.3.5`. +Copyright notices related to this dependency can be found in the directory `io.spray.spray-json_2.13-1.3.6`. 'bump_2.13', licensed under the MIT, is distributed with the project-manager. @@ -238,22 +233,27 @@ Copyright notices related to this dependency can be found in the directory `nl.g 'commons-compress', licensed under the Apache License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.20`. +Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-compress-1.21`. 'commons-lang3', licensed under the Apache License, Version 2.0, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-lang3-3.10`. +Copyright notices related to this dependency can be found in the directory `org.apache.commons.commons-lang3-3.12.0`. 'bcpkix-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the project-manager. The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. -Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcpkix-jdk15on-1.65`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcpkix-jdk15on-1.70`. 'bcprov-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the project-manager. The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. -Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcprov-jdk15on-1.65`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcprov-jdk15on-1.70`. + + +'bcutil-jdk15on', licensed under the Bouncy Castle Licence, is distributed with the project-manager. +The license file can be found at `licenses/Bouncy_Castle_Licence.txt`. +Copyright notices related to this dependency can be found in the directory `org.bouncycastle.bcutil-jdk15on-1.70`. 'reactive-streams', licensed under the CC0, is distributed with the project-manager. @@ -263,7 +263,7 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-java8-compat_2.13', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-0.9.0`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.modules.scala-java8-compat_2.13-1.0.0`. 'scala-parser-combinators_2.13', licensed under the Apache-2.0, is distributed with the project-manager. @@ -273,35 +273,40 @@ Copyright notices related to this dependency can be found in the directory `org. 'scala-library', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-library-2.13.7`. 'scala-reflect', licensed under the Apache-2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.6`. +Copyright notices related to this dependency can be found in the directory `org.scala-lang.scala-reflect-2.13.7`. 'slf4j-api', licensed under the MIT License, is distributed with the project-manager. The license file can be found at `licenses/MIT`. -Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.30`. +Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.32`. 'cats-core_2.13', licensed under the MIT, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-core_2.13-2.7.0`. 'cats-kernel_2.13', licensed under the MIT, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.2.0-M3`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.cats-kernel_2.13-2.7.0`. 'jawn-parser_2.13', licensed under the MIT, is distributed with the project-manager. The license information can be found along with the copyright notices. -Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.0.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.jawn-parser_2.13-1.1.2`. + + +'simulacrum-scalafix-annotations_2.13', licensed under the Apache 2.0, is distributed with the project-manager. +The license file can be found at `licenses/APACHE2.0`. +Copyright notices related to this dependency can be found in the directory `org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4`. 'snakeyaml', licensed under the Apache License, Version 2.0, is distributed with the project-manager. The license file can be found at `licenses/APACHE2.0`. -Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.26`. +Copyright notices related to this dependency can be found in the directory `org.yaml.snakeyaml-1.28`. diff --git a/distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.6.1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.7.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.6.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum-circe_2.13-1.7.0/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum_2.13-1.6.1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum_2.13-1.7.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum_2.13-1.6.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.beachape.enumeratum_2.13-1.7.0/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES b/distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES similarity index 87% rename from distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES index 12c65f1b12e4..3ecb3c972f1c 100644 --- a/distribution/launcher/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.3/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/com.chuusai.shapeless_2.13-2.3.7/NOTICES @@ -46,6 +46,22 @@ * limitations under the License. */ +/* + * Copyright (c) 2015-9 Alexandre Archambault + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /* * Copyright (c) 2016 Frank S. Thomas * @@ -116,8 +132,6 @@ Copyright (c) 2013-15 Miles Sabin Copyright (c) 2013-16 Miles Sabin -Copyright (c) 2013-17 Miles Sabin - Copyright (c) 2013-18 Miles Sabin Copyright (c) 2014 Miles Sabin @@ -132,8 +146,6 @@ Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault - Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE deleted file mode 100644 index ff94ef8c456a..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor annotations is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-annotations-2.13.1/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE deleted file mode 100644 index f5f45d26a49d..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor streaming parser/generator is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/CREDITS-2.x.txt b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/CREDITS-2.x.txt rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/CREDITS-2.x.txt diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE similarity index 54% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE index 5ab1e5636037..d226e890daa8 100644 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE +++ b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICE @@ -3,18 +3,15 @@ Jackson is a high-performance, Free/Open Source JSON processing library. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. +It is currently developed by a community of developers. ## Licensing -Jackson core and extension components may be licensed under different licenses. +Jackson 2.x core and extension components are licensed under Apache License 2.0 To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS file, which is included +A list of contributors may be found from CREDITS(-2.x) file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.11.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-core-2.13.1/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE deleted file mode 100644 index 6acf75483f9b..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor databind module is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE deleted file mode 100644 index 5ab1e5636037..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/NOTICE +++ /dev/null @@ -1,20 +0,0 @@ -# Jackson JSON processor - -Jackson is a high-performance, Free/Open Source JSON processing library. -It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has -been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/CREDITS-2.x.txt b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.11.1/CREDITS-2.x.txt rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/CREDITS-2.x.txt diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE similarity index 54% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE index 5ab1e5636037..d226e890daa8 100644 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE +++ b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.core.jackson-databind-2.13.1/NOTICE @@ -3,18 +3,15 @@ Jackson is a high-performance, Free/Open Source JSON processing library. It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. +It is currently developed by a community of developers. ## Licensing -Jackson core and extension components may be licensed under different licenses. +Jackson 2.x core and extension components are licensed under Apache License 2.0 To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). ## Credits -A list of contributors may be found from CREDITS file, which is included +A list of contributors may be found from CREDITS(-2.x) file, which is included in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/CREDITS-2.x.txt b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/CREDITS-2.x.txt similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/CREDITS-2.x.txt rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/CREDITS-2.x.txt diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt deleted file mode 100644 index 28d6ba558168..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/CREDITS-2.x.txt +++ /dev/null @@ -1,69 +0,0 @@ -Here are people who have contributed to development Jackson JSON processor -Base modules -(version numbers in brackets indicate release in which the problem was fixed) -(NOTE: incomplete -- need to collect info from sub-projects, pre-2.9) - -Tatu Saloranta, tatu.saloranta@iki.fi: author - -Vojtěch Habarta (vojtechhabarta@gitub) - -* Reported [JAXB#32]: Fix introspector chaining in `JaxbAnnotationIntrospector.hasRequiredMarker()` - (2.9.3) - -Tuomas Kiviaho (TuomasKiviaho@github) - -* Reported #42: NPE from MrBean when `get()` or `set()` is though as property - (2.9.5) - -Alexander Onnikov (aonnikov@github) - -* Reported #44: (jaxb) `@XmlElements` does not work with `@XmlAccessorType(XmlAccessType.NONE)` - (2.9.6) - -William Headrick (headw01@github) - -* Reported 54: Afterburner` SuperSonicBeanDeserializer` does not handle JSON Object - valued Object Ids (like json) - (2.9.7) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix to #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Dan Sănduleac (dansanduleac@github) - -* Reported, contributed fix for #69: `ALLOW_COERCION_OF_SCALARS` ignored deserializing scalars - with Afterburner - (2.9.9) - -Georg Schmidt-Dumont (georgschmidtdumont@github) - -* Reported #74: MrBean module should not materialize `java.io.Serializable` - (2.9.9) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix for #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Harrison Houghton (hrhino@github) - -* Suggested, contributed impl for #52: Interfaces may have non-abstract methods (since java8) - (2.10.0) - -Bartosz Baranowski (baranowb@github) - -* Reported #84: (jaxb) Add expand entity protection and secure processing to - DomElementJsonDeserializer - (2.10.0) - - -Robby Morgan (robbytx@github) - -* Contributed #109: (mrbean) Fix detection of inherited default method in Java 8+ interface - (2.11.3) -* Contributed #110: (mrbean) Avoid generating implementations of synthetic bridge methods - (2.11.3) diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE deleted file mode 100644 index d9c618d3e9e2..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor `jackson-module-paranamer` module is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE deleted file mode 100644 index 5ab1e5636037..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/NOTICE +++ /dev/null @@ -1,20 +0,0 @@ -# Jackson JSON processor - -Jackson is a high-performance, Free/Open Source JSON processing library. -It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has -been in development since 2007. -It is currently developed by a community of developers, as well as supported -commercially by FasterXML.com. - -## Licensing - -Jackson core and extension components may be licensed under different licenses. -To find the details that apply to this artifact see the accompanying LICENSE file. -For more information, including possible other licensing options, contact -FasterXML.com (http://fasterxml.com). - -## Credits - -A list of contributors may be found from CREDITS file, which is included -in some artifacts (usually source distributions); but is always available -from the source code management (SCM) system project uses. diff --git a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE similarity index 86% rename from distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE index 3b58cdcd8fd0..2011e3174783 100644 --- a/distribution/engine/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/LICENSE +++ b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/LICENSE @@ -1,7 +1,7 @@ This copy of Jackson JSON processor Scala module is licensed under the Apache (Software) License, version 2.0 ("the License"). See the License for details about distribution rights, and the -specific rights regarding derivate works. +specific rights regarding derivative works. You may obtain a copy of the License at: diff --git a/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-core_2.13-0.15.0/NOTICE b/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-core_2.13-0.17.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-core_2.13-0.15.0/NOTICE rename to distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-core_2.13-0.17.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/NOTICE b/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/NOTICE rename to distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/NOTICE b/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/NOTICE rename to distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.15.0/AUTHORS b/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.17.1/AUTHORS similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.15.0/AUTHORS rename to distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.17.1/AUTHORS diff --git a/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.15.0/LICENSE b/distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.17.1/LICENSE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.15.0/LICENSE rename to distribution/project-manager/THIRD-PARTY/com.github.pureconfig.pureconfig_2.13-0.17.1/LICENSE diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..27a9b642aa3c --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/NOTICES @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES deleted file mode 100644 index 25a22f58a3a6..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..34eb828a9670 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.18/NOTICES @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES deleted file mode 100644 index 164deb0ad0ca..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-actor_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ diff --git a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES similarity index 70% rename from distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES index 87c024e9d816..f158f0a4a4c3 100644 --- a/distribution/launcher/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-core_2.13-10.2.7/NOTICES @@ -1,11 +1,13 @@ /* - * Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev + * Adapted from github.com/twitter/hpack with this license: + * + * Copyright 2014 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -15,11 +17,19 @@ */ /* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. + * Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ /* @@ -30,18 +40,6 @@ */ -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ - /* * Copyright 2015 Heiko Seeberger * @@ -93,4 +91,20 @@ * Copyright 2009-2020 Lightbend Inc. */ -Copyright (C) 2009-2020 Lightbend Inc. +Copyright (C) 2009-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. + +Copyright 2011 Mark Harrah, Eugene Yokota diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES deleted file mode 100644 index 10e8435459c1..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/NOTICES +++ /dev/null @@ -1,7 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES new file mode 100644 index 000000000000..25d4ea2aa8a7 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/NOTICES @@ -0,0 +1,5 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2017-2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES deleted file mode 100644 index 93b368fb6ddb..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/NOTICES +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES new file mode 100644 index 000000000000..511dae2abf6c --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-http_2.13-10.2.7/NOTICES @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +/* + * Copyright (C) 2009-2020 Lightbend Inc. + */ + +Copyright (C) 2009-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES similarity index 96% rename from distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES rename to distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES index 957843d117e4..651fb15b3a4c 100644 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-parsing_2.13-10.2.7/NOTICES @@ -58,11 +58,7 @@ akka/parboiled2/util/Base64.java is licensed under the following terms: */ /* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. + * Copyright (C) 2019-2021 Lightbend Inc. */ /* @@ -96,3 +92,5 @@ akka/parboiled2/util/Base64.java is licensed under the following terms: * See the License for the specific language governing permissions and * limitations under the License. */ + +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/COPYING.protobuf rename to distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/COPYING.protobuf diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/LICENSE rename to distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/LICENSE diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..6efe69a3b900 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.18/NOTICES @@ -0,0 +1,3 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES deleted file mode 100644 index 5e107e43e827..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-slf4j_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES new file mode 100644 index 000000000000..34eb828a9670 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.18/NOTICES @@ -0,0 +1,19 @@ +/* + * Copyright (C) 2009-2021 Lightbend Inc. + */ + +Copyright (C) 2014-2021 Lightbend Inc. + +Copyright (C) 2015-2021 Lightbend Inc. + +Copyright (C) 2016-2021 Lightbend Inc. + +Copyright (C) 2017-2021 Lightbend Inc. + +Copyright (C) 2018-2021 Lightbend Inc. + +Copyright (C) 2019-2021 Lightbend Inc. + +Copyright (C) 2020-2021 Lightbend Inc. + +Copyright (C) 2021 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES deleted file mode 100644 index 480908407e0e..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.akka.akka-stream_2.13-2.6.6/NOTICES +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) 2009-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2014-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2015-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2016-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2017-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2018-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2019-2020 Lightbend Inc. - */ - -/* - * Copyright (C) 2020 Lightbend Inc. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES deleted file mode 100644 index e8085979d584..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright 2014 Typesafe Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt b/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/LICENSE-2.0.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.1/NOTICES +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES b/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/com.typesafe.ssl-config-core_2.13-0.4.2/NOTICES @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt b/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt deleted file mode 100644 index 02e26d05f670..000000000000 --- a/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICE.txt +++ /dev/null @@ -1,5 +0,0 @@ -Apache Commons CLI -Copyright 2001-2017 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). diff --git a/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt b/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt new file mode 100644 index 000000000000..6c3fe3141c7b --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICE.txt @@ -0,0 +1,5 @@ +Apache Commons CLI +Copyright 2002-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICES b/distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.4/NOTICES rename to distribution/project-manager/THIRD-PARTY/commons-cli.commons-cli-1.5.0/NOTICES diff --git a/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt b/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt similarity index 98% rename from distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt rename to distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt index 43e91eb0b0d0..6b0b1270ff0c 100644 --- a/distribution/launcher/THIRD-PARTY/commons-io.commons-io-2.7/LICENSE.txt +++ b/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/LICENSE.txt @@ -1,203 +1,203 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt b/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt similarity index 70% rename from distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt rename to distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt index 4a88d2aee79f..0247f91d211d 100644 --- a/distribution/engine/THIRD-PARTY/commons-io.commons-io-2.7/NOTICE.txt +++ b/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons IO -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES b/distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.7/NOTICES rename to distribution/project-manager/THIRD-PARTY/commons-io.commons-io-2.11.0/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/NOTICES rename to distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/LICENSE.txt b/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/LICENSE.txt similarity index 100% rename from distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/LICENSE.txt rename to distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/LICENSE.txt diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.0.0-M5/NOTICES rename to distribution/project-manager/THIRD-PARTY/dev.zio.izumi-reflect_2.13-1.1.3/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-2.1.4.0/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-2.1.4.0/NOTICES deleted file mode 100644 index 2a050cb17bd8..000000000000 --- a/distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-2.1.4.0/NOTICES +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright 2017-2019 John A. De Goes and the ZIO Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ diff --git a/distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-3.2.9.0/NOTICES similarity index 85% rename from distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-3.2.9.0/NOTICES index 4e7983ea8892..96a57df5c310 100644 --- a/distribution/engine/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.1/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/dev.zio.zio-interop-cats_2.13-3.2.9.0/NOTICES @@ -1,11 +1,11 @@ /* - * Copyright (C) 2014-2020 Lightbend Inc. + * Copyright 2017-2019 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -15,7 +15,7 @@ */ /* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors + * Copyright 2021 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/distribution/engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES similarity index 74% rename from distribution/engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES rename to distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES index e8085979d584..f925eb18dc42 100644 --- a/distribution/engine/THIRD-PARTY/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/dev.zio.zio-stacktracer_2.13-1.0.12/NOTICES @@ -1,11 +1,11 @@ /* - * Copyright 2014 Typesafe Inc. + * Copyright (C) 2014-2021 Lightbend Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,3 +13,5 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +Copyright 2019-2021 John A. De Goes and the ZIO Contributors diff --git a/distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES b/distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES similarity index 52% rename from distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES index 1e3906f673f8..5251b9aa549e 100644 --- a/distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.1/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/dev.zio.zio_2.13-1.0.12/NOTICES @@ -1,6 +1,5 @@ /* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors - * Copyright 2013-2020 Miles Sabin + * Copyright 2017-2021 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,8 +15,8 @@ */ /* - * Copyright 2017-2020 John A. De Goes and the ZIO Contributors - * Copyright 2017-2018 Łukasz Biały, Paul Chiusano, Michael Pilquist, + * Copyright 2018-2021 John A. De Goes and the ZIO Contributors + * Copyright 2017-2021 Łukasz Biały, Paul Chiusano, Michael Pilquist, * Oleg Pyzhcov, Fabio Labella, Alexandru Nedelcu, Pavel Chlupacek. * * All rights reserved. @@ -35,4 +34,27 @@ * limitations under the License. */ -Copyright 2017-2019 John A. De Goes and the ZIO Contributors +/* + * Copyright 2019-2021 John A. De Goes and the ZIO Contributors + * Copyright 2013-2021 Miles Sabin + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +Copyright 2018-2021 John A. De Goes and the ZIO Contributors + +Copyright 2019-2021 John A. De Goes and the ZIO Contributors + +Copyright 2020-2021 John A. De Goes and the ZIO Contributors + +Copyright 2021 John A. De Goes and the ZIO Contributors diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-core_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-generic_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-jawn_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-literal_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-numbers_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut b/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.argonaut rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.argonaut diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox b/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/LICENSE.ephox rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/LICENSE.ephox diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.0-M1/NOTICE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-parser_2.13-0.14.1/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE b/distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/LICENSE rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/LICENSE diff --git a/distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES b/distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.13.1/NOTICES rename to distribution/project-manager/THIRD-PARTY/io.circe.circe-yaml_2.13-0.14.1/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/io.spray.spray-json_2.13-1.3.5/NOTICES b/distribution/project-manager/THIRD-PARTY/io.spray.spray-json_2.13-1.3.6/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/io.spray.spray-json_2.13-1.3.5/NOTICES rename to distribution/project-manager/THIRD-PARTY/io.spray.spray-json_2.13-1.3.6/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES deleted file mode 100644 index ea8ae0ca227f..000000000000 --- a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICES +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * Some portions of this file Copyright (c) 2004-2006 Intel Corportation - * and licensed under the BSD license. - */ diff --git a/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt similarity index 97% rename from distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt rename to distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt index 132b0897babc..3fb47079f2c7 100644 --- a/distribution/launcher/THIRD-PARTY/org.apache.commons.commons-compress-1.20/NOTICE.txt +++ b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-compress-1.21/NOTICE.txt @@ -1,5 +1,5 @@ Apache Commons Compress -Copyright 2002-2020 The Apache Software Foundation +Copyright 2002-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt similarity index 68% rename from distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt rename to distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt index f63e60f53a63..3d4c6906ab02 100644 --- a/distribution/engine/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICE.txt +++ b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICE.txt @@ -1,5 +1,5 @@ -Apache Commons Lang -Copyright 2001-2020 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (https://www.apache.org/). +Apache Commons Lang +Copyright 2001-2021 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (https://www.apache.org/). diff --git a/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICES b/distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.10/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.apache.commons.commons-lang3-3.12.0/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES new file mode 100644 index 000000000000..d3e63d459bc5 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcpkix-jdk15on-1.70/NOTICES @@ -0,0 +1,2 @@ +Copyright (c) 2000 - 2020 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) + diff --git a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES new file mode 100644 index 000000000000..17f1b3fd2b68 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcprov-jdk15on-1.70/NOTICES @@ -0,0 +1,16 @@ + /* Partially optimised Serpent S Box boolean functions derived */ + /* using a recursive descent analyser but without a full search */ + /* of all subtrees. This set of S boxes is the result of work */ + /* by Sam Simpson and Brian Gladman using the spare time on a */ + /* cluster of high capacity servers to search for S boxes with */ + /* this customised search engine. There are now an average of */ + /* 15.375 terms per S box. */ + /* */ + /* Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ + /* and Sam Simpson (s.simpson@mia.co.uk) */ + /* 17th December 1998 */ + /* */ + /* We hereby give permission for information in this file to be */ + /* used freely subject only to acknowledgement of its origin. */ + +Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) diff --git a/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES new file mode 100644 index 000000000000..d3e63d459bc5 --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.bouncycastle.bcutil-jdk15on-1.70/NOTICES @@ -0,0 +1,2 @@ +Copyright (c) 2000 - 2020 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) + diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES similarity index 79% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES index 454e8a4f617c..ff57b17eef17 100644 --- a/distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICES +++ b/distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/NOTICES @@ -9,6 +9,3 @@ * See the NOTICE file distributed with this work for * additional information regarding copyright ownership. */ - -See org.scala-lang.scala-library-2.13 for notices related to this module. - diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICE rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.6/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-library-2.13.7/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICE rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICE diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES b/distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.6/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.scala-lang.scala-reflect-2.13.7/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES b/distribution/project-manager/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.slf4j.slf4j-api-1.7.30/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.slf4j.slf4j-api-1.7.32/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md b/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/AUTHORS.md rename to distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/AUTHORS.md diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING b/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.2.0-M3/COPYING rename to distribution/project-manager/THIRD-PARTY/org.typelevel.cats-core_2.13-2.7.0/COPYING diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING b/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/COPYING rename to distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/COPYING diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/NOTICES b/distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.2.0-M3/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.typelevel.cats-kernel_2.13-2.7.0/NOTICES diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE b/distribution/project-manager/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.0.0/LICENSE rename to distribution/project-manager/THIRD-PARTY/org.typelevel.jawn-parser_2.13-1.1.2/LICENSE diff --git a/distribution/project-manager/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES b/distribution/project-manager/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES new file mode 100644 index 000000000000..6b0b1270ff0c --- /dev/null +++ b/distribution/project-manager/THIRD-PARTY/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/NOTICES @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/distribution/project-manager/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES b/distribution/project-manager/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.yaml.snakeyaml-1.26/NOTICES rename to distribution/project-manager/THIRD-PARTY/org.yaml.snakeyaml-1.28/NOTICES diff --git a/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-add b/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-add similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-add rename to tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-add diff --git a/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-keep-context b/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-keep-context rename to tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-keep-context diff --git a/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/custom-license b/tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.6.1/custom-license rename to tools/legal-review/engine/com.beachape.enumeratum-circe_2.13-1.7.0/custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.11.1/default-and-custom-license b/tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.11.1/default-and-custom-license rename to tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-ignore b/tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore similarity index 100% rename from tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-ignore rename to tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore diff --git a/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/copyright-add b/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/copyright-add similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/copyright-add rename to tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/copyright-add diff --git a/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/copyright-keep-context b/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/copyright-keep-context rename to tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/copyright-keep-context diff --git a/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/custom-license b/tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum_2.13-1.6.1/custom-license rename to tools/legal-review/engine/com.beachape.enumeratum_2.13-1.7.0/custom-license diff --git a/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-ignore b/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-ignore rename to tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore diff --git a/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep b/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep similarity index 94% rename from tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep rename to tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep index 8ee7c83121e4..03606ab99a8a 100644 --- a/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep +++ b/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep @@ -14,7 +14,6 @@ Copyright (c) 2014-16 Miles Sabin Copyright (c) 2015 Miles Sabin Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin Copyright (c) 2018 Miles Sabin diff --git a/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context b/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context similarity index 83% rename from tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context rename to tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context index ea4e15c9681a..10a3068411cd 100644 --- a/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context +++ b/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context @@ -4,3 +4,4 @@ Copyright (c) 2012-18 Lars Hupel, Miles Sabin Copyright (c) 2016 Frank S. Thomas Copyright (c) 2017 Fabio Labella Copyright (c) 2017 Georgi Krastev +Copyright (c) 2015-9 Alexandre Archambault diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/default-and-custom-license b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/default-and-custom-license rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.13.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.11.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.13.1/files-keep similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.11.1/files-keep rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-annotations-2.13.1/files-keep diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/copyright-keep-context b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/copyright-keep-context rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/copyright-keep-context diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/default-and-custom-license b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/default-and-custom-license rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/files-keep rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep new file mode 100644 index 000000000000..0d1c51375183 --- /dev/null +++ b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep @@ -0,0 +1 @@ +META-INF/NOTICE diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/default-and-custom-license b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/default-and-custom-license rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1/files-keep rename to tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep new file mode 100644 index 000000000000..0d1c51375183 --- /dev/null +++ b/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep @@ -0,0 +1 @@ +META-INF/NOTICE diff --git a/tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-ignore b/tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-ignore similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-ignore rename to tools/legal-review/engine/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-ignore diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt deleted file mode 100644 index 28d6ba558168..000000000000 --- a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt +++ /dev/null @@ -1,69 +0,0 @@ -Here are people who have contributed to development Jackson JSON processor -Base modules -(version numbers in brackets indicate release in which the problem was fixed) -(NOTE: incomplete -- need to collect info from sub-projects, pre-2.9) - -Tatu Saloranta, tatu.saloranta@iki.fi: author - -Vojtěch Habarta (vojtechhabarta@gitub) - -* Reported [JAXB#32]: Fix introspector chaining in `JaxbAnnotationIntrospector.hasRequiredMarker()` - (2.9.3) - -Tuomas Kiviaho (TuomasKiviaho@github) - -* Reported #42: NPE from MrBean when `get()` or `set()` is though as property - (2.9.5) - -Alexander Onnikov (aonnikov@github) - -* Reported #44: (jaxb) `@XmlElements` does not work with `@XmlAccessorType(XmlAccessType.NONE)` - (2.9.6) - -William Headrick (headw01@github) - -* Reported 54: Afterburner` SuperSonicBeanDeserializer` does not handle JSON Object - valued Object Ids (like json) - (2.9.7) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix to #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Dan Sănduleac (dansanduleac@github) - -* Reported, contributed fix for #69: `ALLOW_COERCION_OF_SCALARS` ignored deserializing scalars - with Afterburner - (2.9.9) - -Georg Schmidt-Dumont (georgschmidtdumont@github) - -* Reported #74: MrBean module should not materialize `java.io.Serializable` - (2.9.9) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix for #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Harrison Houghton (hrhino@github) - -* Suggested, contributed impl for #52: Interfaces may have non-abstract methods (since java8) - (2.10.0) - -Bartosz Baranowski (baranowb@github) - -* Reported #84: (jaxb) Add expand entity protection and secure processing to - DomElementJsonDeserializer - (2.10.0) - - -Robby Morgan (robbytx@github) - -* Contributed #109: (mrbean) Fix detection of inherited default method in Java 8+ interface - (2.11.3) -* Contributed #110: (mrbean) Avoid generating implementations of synthetic bridge methods - (2.11.3) diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-add b/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-add similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-add rename to tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-add diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-ignore b/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-ignore similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-ignore rename to tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-ignore diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/default-and-custom-license b/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/default-and-custom-license rename to tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/default-and-custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/files-keep b/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/files-keep similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/files-keep rename to tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/files-keep diff --git a/tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/custom-license b/tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.1.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.beachape.enumeratum-macros_2.13-1.6.1/custom-license rename to tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.1.0/custom-license diff --git a/tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.0.5/files-keep b/tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.1.0/files-keep similarity index 100% rename from tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.0.5/files-keep rename to tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.1.0/files-keep diff --git a/tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.0.5/custom-license b/tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.github.julien-truffaut.monocle-core_2.13-2.0.5/custom-license rename to tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/custom-license diff --git a/tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/files-keep b/tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/files-keep similarity index 100% rename from tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/files-keep rename to tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.1.0/files-keep diff --git a/tools/legal-review/engine/com.google.auto.auto-common-0.10/copyright-keep-context b/tools/legal-review/engine/com.google.auto.auto-common-0.10/copyright-keep-context deleted file mode 100644 index 356c97f0c946..000000000000 --- a/tools/legal-review/engine/com.google.auto.auto-common-0.10/copyright-keep-context +++ /dev/null @@ -1,4 +0,0 @@ -Copyright (C) 2013 Google, Inc. -Copyright (C) 2014 Google, Inc. -Copyright (C) 2016 Google, Inc. -Copyright (C) 2017 Google, Inc. diff --git a/tools/legal-review/engine/com.google.auto.auto-common-1.2/copyright-keep b/tools/legal-review/engine/com.google.auto.auto-common-1.2/copyright-keep new file mode 100644 index 000000000000..e9d0b99cd329 --- /dev/null +++ b/tools/legal-review/engine/com.google.auto.auto-common-1.2/copyright-keep @@ -0,0 +1,5 @@ +Copyright 2013 Google LLC +Copyright 2014 Google LLC +Copyright 2016 Google LLC +Copyright 2017 Google LLC +Copyright 2021 Google LLC diff --git a/tools/legal-review/engine/com.google.auto.service.auto-service-1.0-rc7/copyright-keep-context b/tools/legal-review/engine/com.google.auto.service.auto-service-1.0.1/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/com.google.auto.service.auto-service-1.0-rc7/copyright-keep-context rename to tools/legal-review/engine/com.google.auto.service.auto-service-1.0.1/copyright-keep-context diff --git a/tools/legal-review/engine/com.google.auto.service.auto-service-annotations-1.0-rc7/copyright-keep-context b/tools/legal-review/engine/com.google.auto.service.auto-service-annotations-1.0.1/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/com.google.auto.service.auto-service-annotations-1.0-rc7/copyright-keep-context rename to tools/legal-review/engine/com.google.auto.service.auto-service-annotations-1.0.1/copyright-keep-context diff --git a/tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.3.4/copyright-keep-context b/tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.7.1/copyright-keep-context similarity index 80% rename from tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.3.4/copyright-keep-context rename to tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.7.1/copyright-keep-context index b5f10e40e1c7..c2a06aca3f69 100644 --- a/tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.3.4/copyright-keep-context +++ b/tools/legal-review/engine/com.google.errorprone.error_prone_annotations-2.7.1/copyright-keep-context @@ -2,3 +2,4 @@ Copyright 2014 The Error Prone Authors. Copyright 2015 The Error Prone Authors. Copyright 2017 The Error Prone Authors. Copyright 2016 The Error Prone Authors. +Copyright 2021 The Error Prone Authors. diff --git a/tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep b/tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep similarity index 94% rename from tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep rename to tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep index d3436d2e2758..96400414b46a 100644 --- a/tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep +++ b/tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep @@ -14,3 +14,4 @@ Copyright (C) 2017 The Guava Authors Copyright (C) 2018 The Guava Authors Copyright (C) 2019 The Guava Authors Copyright (C) 2020 The Guava Authors +Copyright (C) 2021 The Guava Authors diff --git a/tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep-context b/tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep-context similarity index 82% rename from tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep-context rename to tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep-context index 8b941a59911c..a2d63b98e8f6 100644 --- a/tools/legal-review/engine/com.google.guava.guava-29.0-jre/copyright-keep-context +++ b/tools/legal-review/engine/com.google.guava.guava-31.0.1-jre/copyright-keep-context @@ -1,4 +1,3 @@ Copyright (C) 2005 The Guava Authors -Copyright 2019 The Guava Authors domain. The author hereby disclaims copyright to this source code. hereby disclaims copyright to this source code. diff --git a/tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/custom-license b/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.3.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.github.julien-truffaut.monocle-macro_2.13-2.0.5/custom-license rename to tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.3.0/custom-license diff --git a/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep b/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.3.0/files-keep similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/files-keep rename to tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.3.0/files-keep diff --git a/tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/custom-license b/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.10/custom-license similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.fansi_2.13-0.2.9/custom-license rename to tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.10/custom-license diff --git a/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep b/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.10/files-keep similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/files-keep rename to tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.10/files-keep diff --git a/tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/custom-license b/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.7.1/custom-license similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.geny_2.13-0.6.0/custom-license rename to tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.7.1/custom-license diff --git a/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep b/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.7.1/files-keep similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/files-keep rename to tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.7.1/files-keep diff --git a/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/copyright-ignore b/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/copyright-ignore rename to tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/copyright-ignore diff --git a/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/custom-license b/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/custom-license similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/custom-license rename to tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/custom-license diff --git a/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/files-add/LICENSE.txt b/tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/files-add/LICENSE.txt similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.9.1/files-add/LICENSE.txt rename to tools/legal-review/engine/com.lihaoyi.scalatags_2.13-0.11.0/files-add/LICENSE.txt diff --git a/tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/custom-license b/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.7/custom-license similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.pprint_2.13-0.5.9/custom-license rename to tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.7/custom-license diff --git a/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep b/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.7/files-keep similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/files-keep rename to tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.7/files-keep diff --git a/tools/legal-review/engine/com.monovore.decline_2.13-1.2.0/copyright-add b/tools/legal-review/engine/com.monovore.decline_2.13-2.2.0/copyright-add similarity index 100% rename from tools/legal-review/engine/com.monovore.decline_2.13-1.2.0/copyright-add rename to tools/legal-review/engine/com.monovore.decline_2.13-2.2.0/copyright-add diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep b/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..89219454a4ab --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep @@ -0,0 +1,6 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index c0854c2e7c0e..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep b/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..6d396d168b60 --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 02d139c08725..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore deleted file mode 100644 index 94391e99ab87..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2017-2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep deleted file mode 100644 index dde167626e2a..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 0a59388fd69f..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,9 +0,0 @@ -Copyright (C) 2008-2017 Bjoern Hoehrmann -Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright 2009-2020 Lightbend Inc. -Copyright 2015 Heiko Seeberger diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..36a39e555a86 --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..d52689a87c58 --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,6 @@ +Copyright (C) 2008-2017 Bjoern Hoehrmann +Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev +Copyright 2009-2020 Lightbend Inc. +Copyright 2015 Heiko Seeberger +Copyright 2011 Mark Harrah, Eugene Yokota +Copyright 2014 Twitter, Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index bcf17ef9e0de..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..6e69ea300f50 --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,2 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 64424c7fd73c..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,6 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..f4201b2077df --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,7 @@ +Copyright (C) 2009-2020 Lightbend Inc. +Copyright (C) 2009-2020 Lightbend Inc. +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 84caeb77a597..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2013-14 Miles Sabin -Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (c) 2011-13 Miles Sabin diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore rename to tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context similarity index 50% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context rename to tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context index 84caeb77a597..0d08b861825f 100644 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context +++ b/tools/legal-review/engine/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context @@ -1,5 +1,5 @@ Copyright (c) 2013-14 Miles Sabin Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. Copyright (c) 2011-13 Miles Sabin +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/custom-license b/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license similarity index 100% rename from tools/legal-review/engine/com.lihaoyi.sourcecode_2.13-0.2.1/custom-license rename to tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf b/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf rename to tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE b/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE rename to tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..4acf94aff922 --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context @@ -0,0 +1,9 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context b/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 6b02e72c95ca..000000000000 --- a/tools/legal-review/engine/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.config-1.4.0/copyright-keep-context b/tools/legal-review/engine/com.typesafe.config-1.4.0/copyright-keep-context index 6d007f558b96..77674fa31387 100644 --- a/tools/legal-review/engine/com.typesafe.config-1.4.0/copyright-keep-context +++ b/tools/legal-review/engine/com.typesafe.config-1.4.0/copyright-keep-context @@ -1,3 +1,3 @@ Copyright (C) 2011-2012 Typesafe Inc. -Copyright (C) 2015 Typesafe Inc. Copyright (C) 2014 Typesafe Inc. +Copyright (C) 2015 Typesafe Inc. diff --git a/tools/legal-review/engine/com.typesafe.config-1.4.1/copyright-keep-context b/tools/legal-review/engine/com.typesafe.config-1.4.1/copyright-keep-context index 77674fa31387..6d007f558b96 100644 --- a/tools/legal-review/engine/com.typesafe.config-1.4.1/copyright-keep-context +++ b/tools/legal-review/engine/com.typesafe.config-1.4.1/copyright-keep-context @@ -1,3 +1,3 @@ Copyright (C) 2011-2012 Typesafe Inc. -Copyright (C) 2014 Typesafe Inc. Copyright (C) 2015 Typesafe Inc. +Copyright (C) 2014 Typesafe Inc. diff --git a/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context b/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context deleted file mode 100644 index 965fc5c2cb13..000000000000 --- a/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Copyright 2014 Typesafe Inc. diff --git a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore similarity index 100% rename from tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore diff --git a/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore b/tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep similarity index 100% rename from tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore rename to tools/legal-review/engine/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep diff --git a/tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.2/custom-license b/tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.3/custom-license similarity index 100% rename from tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.2/custom-license rename to tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.3/custom-license diff --git a/tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.2/files-add/LICENSE.txt b/tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.3/files-add/LICENSE.txt similarity index 100% rename from tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.2/files-add/LICENSE.txt rename to tools/legal-review/engine/com.typesafe.slick.slick_2.13-3.3.3/files-add/LICENSE.txt diff --git a/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep b/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep b/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/tools/legal-review/engine/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/tools/legal-review/engine/commons-cli.commons-cli-1.4/copyright-add b/tools/legal-review/engine/commons-cli.commons-cli-1.5.0/copyright-add similarity index 100% rename from tools/legal-review/engine/commons-cli.commons-cli-1.4/copyright-add rename to tools/legal-review/engine/commons-cli.commons-cli-1.5.0/copyright-add diff --git a/tools/legal-review/engine/commons-cli.commons-cli-1.4/copyright-ignore b/tools/legal-review/engine/commons-cli.commons-cli-1.5.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/commons-cli.commons-cli-1.4/copyright-ignore rename to tools/legal-review/engine/commons-cli.commons-cli-1.5.0/copyright-ignore diff --git a/tools/legal-review/engine/commons-cli.commons-cli-1.4/files-ignore b/tools/legal-review/engine/commons-cli.commons-cli-1.5.0/files-ignore similarity index 100% rename from tools/legal-review/engine/commons-cli.commons-cli-1.4/files-ignore rename to tools/legal-review/engine/commons-cli.commons-cli-1.5.0/files-ignore diff --git a/tools/legal-review/engine/commons-cli.commons-cli-1.4/files-keep b/tools/legal-review/engine/commons-cli.commons-cli-1.5.0/files-keep similarity index 100% rename from tools/legal-review/engine/commons-cli.commons-cli-1.4/files-keep rename to tools/legal-review/engine/commons-cli.commons-cli-1.5.0/files-keep diff --git a/tools/legal-review/engine/commons-io.commons-io-2.7/copyright-add b/tools/legal-review/engine/commons-io.commons-io-2.11.0/copyright-add similarity index 100% rename from tools/legal-review/engine/commons-io.commons-io-2.7/copyright-add rename to tools/legal-review/engine/commons-io.commons-io-2.11.0/copyright-add diff --git a/tools/legal-review/engine/commons-io.commons-io-2.7/copyright-ignore b/tools/legal-review/engine/commons-io.commons-io-2.11.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/commons-io.commons-io-2.7/copyright-ignore rename to tools/legal-review/engine/commons-io.commons-io-2.11.0/copyright-ignore diff --git a/tools/legal-review/engine/commons-io.commons-io-2.7/custom-license b/tools/legal-review/engine/commons-io.commons-io-2.11.0/custom-license similarity index 100% rename from tools/legal-review/engine/commons-io.commons-io-2.7/custom-license rename to tools/legal-review/engine/commons-io.commons-io-2.11.0/custom-license diff --git a/tools/legal-review/engine/commons-io.commons-io-2.7/files-keep b/tools/legal-review/engine/commons-io.commons-io-2.11.0/files-keep similarity index 100% rename from tools/legal-review/engine/commons-io.commons-io-2.7/files-keep rename to tools/legal-review/engine/commons-io.commons-io-2.11.0/files-keep diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore b/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore deleted file mode 100644 index 08b5e3014041..000000000000 --- a/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore +++ /dev/null @@ -1,2 +0,0 @@ -Copyright 2019-2020 Septimal Mind Ltd -Copyright 2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-add b/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-add similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-add rename to tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-add diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-keep-context b/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-keep-context rename to tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/custom-license b/tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/custom-license similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/custom-license rename to tools/legal-review/engine/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/custom-license diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-add b/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/copyright-add similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-add rename to tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/copyright-add diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-keep-context b/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-keep-context rename to tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/custom-license b/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/custom-license similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/custom-license rename to tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/custom-license diff --git a/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/files-add/LICENSE.txt b/tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/files-add/LICENSE.txt similarity index 100% rename from tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.0.0-M5/files-add/LICENSE.txt rename to tools/legal-review/engine/dev.zio.izumi-reflect_2.13-1.1.3/files-add/LICENSE.txt diff --git a/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context b/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context deleted file mode 100644 index b1c7c10c7264..000000000000 --- a/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (C) 2014-2020 Lightbend Inc. -Copyright 2017-2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context b/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context new file mode 100644 index 000000000000..1d5a66c794e9 --- /dev/null +++ b/tools/legal-review/engine/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context @@ -0,0 +1,2 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright 2019-2021 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-ignore b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-ignore deleted file mode 100644 index 3843abacb23d..000000000000 --- a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-ignore +++ /dev/null @@ -1 +0,0 @@ -Copyright 2017-2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep deleted file mode 100644 index 444cdd01220a..000000000000 --- a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright 2017-2019 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep-context b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep-context deleted file mode 100644 index f8a84249c8de..000000000000 --- a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright 2013-2020 Miles Sabin -Copyright 2017-2018 Łukasz Biały, Paul Chiusano, Michael Pilquist, diff --git a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep new file mode 100644 index 000000000000..911c2bde7471 --- /dev/null +++ b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep @@ -0,0 +1,4 @@ +Copyright 2018-2021 John A. De Goes and the ZIO Contributors +Copyright 2019-2021 John A. De Goes and the ZIO Contributors +Copyright 2020-2021 John A. De Goes and the ZIO Contributors +Copyright 2021 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep-context b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep-context new file mode 100644 index 000000000000..53d1c44b4390 --- /dev/null +++ b/tools/legal-review/engine/dev.zio.zio_2.13-1.0.12/copyright-keep-context @@ -0,0 +1,3 @@ +Copyright 2013-2021 Miles Sabin +Copyright 2017-2021 John A. De Goes and the ZIO Contributors +Copyright 2017-2021 Łukasz Biały, Paul Chiusano, Michael Pilquist, diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license b/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/custom-license similarity index 100% rename from tools/legal-review/engine/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license rename to tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/custom-license diff --git a/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/files-ignore b/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/files-ignore similarity index 100% rename from tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/files-ignore rename to tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/files-ignore diff --git a/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/files-keep b/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/files-keep similarity index 100% rename from tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/files-keep rename to tools/legal-review/engine/eu.timepit.refined_2.13-0.9.27/files-keep diff --git a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-core_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.13.0/copyright-add b/tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.14.1/copyright-add similarity index 100% rename from tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.13.0/copyright-add rename to tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.14.1/copyright-add diff --git a/tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.13.0/files-ignore b/tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.13.0/files-ignore rename to tools/legal-review/engine/io.circe.circe-generic-extras_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-generic_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-jawn_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-literal_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.11.1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-numbers_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-keep b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/default-and-custom-license b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/default-and-custom-license rename to tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/default-and-custom-license diff --git a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-ignore b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-keep b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/engine/io.circe.circe-parser_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/copyright-add b/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/copyright-add similarity index 100% rename from tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/copyright-add rename to tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/copyright-add diff --git a/tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/custom-license b/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/engine/eu.timepit.refined_2.13-0.9.14/custom-license rename to tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/custom-license diff --git a/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/files-ignore b/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/files-ignore rename to tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/files-keep b/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/files-keep similarity index 100% rename from tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/files-keep rename to tools/legal-review/engine/io.circe.circe-yaml_2.13-0.14.1/files-keep diff --git a/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-add b/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-add similarity index 100% rename from tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-add rename to tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-add diff --git a/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-ignore b/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-ignore similarity index 100% rename from tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-ignore rename to tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-ignore diff --git a/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-keep-context b/tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/io.spray.spray-json_2.13-1.3.5/copyright-keep-context rename to tools/legal-review/engine/io.spray.spray-json_2.13-1.3.6/copyright-keep-context diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep b/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep deleted file mode 100644 index 77ee87450f3a..000000000000 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (c) 2007 Timothy Wall -Copyright 2007 Timothy Wall diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-add b/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-add deleted file mode 100644 index b4ef2d279723..000000000000 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-add +++ /dev/null @@ -1,55 +0,0 @@ -------------- - -/* - * Copyright (c) 2007 Wayne Meissner, All Rights Reserved - * - * The contents of this file is dual-licensed under 2 - * alternative Open Source/Free licenses: LGPL 2.1 or later and - * Apache License 2.0. (starting with JNA version 4.0.0). - * - * You can freely decide which license you want to apply to - * the project. - * - * You may obtain a copy of the LGPL License at: - * - * http://www.gnu.org/licenses/licenses.html - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "LGPL2.1". - * - * You may obtain a copy of the Apache License at: - * - * http://www.apache.org/licenses/ - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "AL2.0". - */ - -/* Copyright (c) 2007 Wayne Meissner, All Rights Reserved - * Copyright (c) 2007-2013 Timothy Wall, All Rights Reserved - * - * The contents of this file is dual-licensed under 2 - * alternative Open Source/Free licenses: LGPL 2.1 or later and - * Apache License 2.0. (starting with JNA version 4.0.0). - * - * You can freely decide which license you want to apply to - * the project. - * - * You may obtain a copy of the LGPL License at: - * - * http://www.gnu.org/licenses/licenses.html - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "LGPL2.1". - * - * You may obtain a copy of the Apache License at: - * - * http://www.apache.org/licenses/ - * - * A copy is also included in the downloadable source code package - * containing JNA, in file "AL2.0". - */ - -(We are choosing the Apache license for this component.) - -------------- diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-ignore b/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-ignore deleted file mode 100644 index db7769510c79..000000000000 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-ignore +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (c) 2007 Wayne Meissner, All Rights Reserved -Copyright (c) 2007-2013 Timothy Wall, All Rights Reserved diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep b/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep deleted file mode 100644 index 77ee87450f3a..000000000000 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (c) 2007 Timothy Wall -Copyright 2007 Timothy Wall diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep-context b/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep-context deleted file mode 100644 index ac32d77d150e..000000000000 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.5.0/copyright-keep-context +++ /dev/null @@ -1,10 +0,0 @@ -Copyright (c) 2007 Timothy Wall, All Rights Reserved -Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved -Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved -Copyright (c) 2007-2015 Timothy Wall, All Rights Reserved -Copyright (c) 2009 Timothy Wall, All Rights Reserved -Copyright (c) 2011 Timothy Wall, All Rights Reserved -Copyright (c) 2012 Timothy Wall, All Rights Reserved -Copyright (c) 2017 Matthias Bläsing, All Rights Reserved -Copyright (c) 2018 Matthias Bläsing -Copyright (c) 2019 Matthias Bläsing, All Rights Reserved diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-add b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-add similarity index 100% rename from tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-add rename to tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-add diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-ignore b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-ignore rename to tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-ignore diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep new file mode 100644 index 000000000000..267a0b79d406 --- /dev/null +++ b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep @@ -0,0 +1,2 @@ +Copyright 2007 Timothy Wall +Copyright (c) 2007 Timothy Wall, All Rights Reserved diff --git a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep-context b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep-context similarity index 90% rename from tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep-context rename to tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep-context index ac32d77d150e..191a5cf31559 100644 --- a/tools/legal-review/engine/net.java.dev.jna.jna-5.3.1/copyright-keep-context +++ b/tools/legal-review/engine/net.java.dev.jna.jna-5.8.0/copyright-keep-context @@ -1,4 +1,3 @@ -Copyright (c) 2007 Timothy Wall, All Rights Reserved Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved Copyright (c) 2007-2015 Timothy Wall, All Rights Reserved diff --git a/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-keep-context b/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-keep-context deleted file mode 100644 index 6ab681a5b3bd..000000000000 --- a/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Some portions of this file Copyright (c) 2004-2006 Intel Corportation diff --git a/tools/legal-review/engine/org.apache.commons.commons-compress-1.21/copyright-ignore b/tools/legal-review/engine/org.apache.commons.commons-compress-1.21/copyright-ignore new file mode 100644 index 000000000000..e666310a10f6 --- /dev/null +++ b/tools/legal-review/engine/org.apache.commons.commons-compress-1.21/copyright-ignore @@ -0,0 +1,4 @@ +regarding copyright ownership. The ASF licenses this file +this work for additional information regarding copyright ownership. +Some portions of this file Copyright (c) 2004-2006 Intel Corporation +work for additional information regarding copyright ownership. The ASF diff --git a/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/files-ignore b/tools/legal-review/engine/org.apache.commons.commons-compress-1.21/files-ignore similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-compress-1.20/files-ignore rename to tools/legal-review/engine/org.apache.commons.commons-compress-1.21/files-ignore diff --git a/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/files-keep b/tools/legal-review/engine/org.apache.commons.commons-compress-1.21/files-keep similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-compress-1.20/files-keep rename to tools/legal-review/engine/org.apache.commons.commons-compress-1.21/files-keep diff --git a/tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/copyright-add b/tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/copyright-add similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/copyright-add rename to tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/copyright-add diff --git a/tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/copyright-ignore b/tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/copyright-ignore rename to tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/copyright-ignore diff --git a/tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/custom-license b/tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/custom-license similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/custom-license rename to tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/custom-license diff --git a/tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/files-keep b/tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/files-keep similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-lang3-3.10/files-keep rename to tools/legal-review/engine/org.apache.commons.commons-lang3-3.12.0/files-keep diff --git a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-ignore b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-ignore similarity index 51% rename from tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-ignore rename to tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-ignore index 84a0142e2217..405017d65e78 100644 --- a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-ignore +++ b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-ignore @@ -1,31 +1,31 @@ -PREFIX_IPTC_EXT + Metadata.NAMESPACE_PREFIX_DELIMITER + "AOCopyrightNotice"); -PREFIX_PLUS + Metadata.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwner"); -PREFIX_PLUS + Metadata.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerID"), -PREFIX_PLUS + Metadata.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerId"; -PREFIX_PLUS + Metadata.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerName"); +"The copyright information." +(IPR), Copyright, and various Property Rights. If the Rights element +@deprecated use {@link IPTC#COPYRIGHT_OWNER_ID} +ARTWORK_OR_OBJECT_DETAIL_COPYRIGHT_NOTICE, ARTWORK_OR_OBJECT_DETAIL_CREATOR, +COPYRIGHT_OWNER_ID, COPYRIGHT_OWNER_NAME, IMAGE_CREATOR_ID, IMAGE_CREATOR_NAME, +Contains any necessary copyright notice for claiming the intellectual +Copyright 2016 Norconex Inc. +Copyright Owner, Image Supplier and Licensor may be the same or different +DATE_CREATED, DESCRIPTION_WRITER, INSTRUCTIONS, JOB_ID, TITLE, COPYRIGHT_NOTICE, +Owner or owners of the copyright in the licensed image. +PREFIX_IPTC_EXT + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "AOCopyrightNotice"); +PREFIX_PLUS + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwner"); +PREFIX_PLUS + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerID"), +PREFIX_PLUS + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerId"; +PREFIX_PLUS + TikaCoreProperties.NAMESPACE_PREFIX_DELIMITER + "CopyrightOwnerName"); Property ARTWORK_OR_OBJECT_DETAIL_COPYRIGHT_NOTICE = Property.internalTextBag( Property COPYRIGHT = Property.externalText("xmpDM:copyright"); Property COPYRIGHT_NOTICE = DublinCore.RIGHTS; Property COPYRIGHT_OWNER = Property.internalTextBag( -Property COPYRIGHT_OWNER_ID = Property.composite( +Property COPYRIGHT_OWNER_ID = Property.composite(Property.internalTextBag( Property COPYRIGHT_OWNER_NAME = Property.internalTextBag( Serves to identify the rights holder/s for the image. The Copyright +String COPYRIGHT_OWNER_ID_WRONG_CASE = The ID of the owner or owners of the copyright in the licensed image. -current owner of the copyright of this work with associated intellectual The name of the owner or owners of the copyright in the licensed image. +current owner of the copyright of this work with associated intellectual in the CopyrightNotice. -new Property[] { Property.internalTextBag(IPTC.COPYRIGHT_OWNER_ID_WRONG_CASE) }); -public static final String COPYRIGHT_OWNER_ID_WRONG_CASE = +new Property[]{Property.internalTextBag(IPTC.COPYRIGHT_OWNER_ID_WRONG_CASE)}); +regarding copyright ownership. The ASF licenses this file the copyrights of this image other rights properties may be used. this work for additional information regarding copyright ownership. -COPYRIGHT_NOTICE, -COPYRIGHT_OWNER_ID, -COPYRIGHT_OWNER_NAME, -Contains any necessary copyright notice for claiming the intellectual -Copyright Owner, Image Supplier and Licensor may be the same or different -Copyright ownership can be expressed in a more controlled way using the -Owner or owners of the copyright in the licensed image. -(IPR), Copyright, and various Property Rights. If the Rights element -@deprecated use {@link IPTC#COPYRIGHT_OWNER_ID} */ -ARTWORK_OR_OBJECT_DETAIL_COPYRIGHT_NOTICE, -"The copyright information." diff --git a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-keep-context b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-keep-context similarity index 51% rename from tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-keep-context rename to tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-keep-context index be86725dcf37..1a76606a2713 100644 --- a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/copyright-keep-context +++ b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/copyright-keep-context @@ -1,2 +1,2 @@ standard. These parts Copyright 2010 International Press Telecommunications -Copyright 2016 Norconex Inc. +Copyright ownership can be expressed in a more controlled way using the diff --git a/tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/custom-license b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/custom-license similarity index 100% rename from tools/legal-review/engine/io.circe.circe-yaml_2.13-0.13.1/custom-license rename to tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep b/tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/files-keep similarity index 100% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep rename to tools/legal-review/engine/org.apache.tika.tika-core-2.2.1/files-keep diff --git a/tools/legal-review/engine/org.bouncycastle.bcpkix-jdk15on-1.65/copyright-add b/tools/legal-review/engine/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add similarity index 100% rename from tools/legal-review/engine/org.bouncycastle.bcpkix-jdk15on-1.65/copyright-add rename to tools/legal-review/engine/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add diff --git a/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context b/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context deleted file mode 100644 index 414cfec4863b..000000000000 --- a/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) -Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com) -Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ diff --git a/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore b/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore similarity index 66% rename from tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore rename to tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore index ffea3b1053ba..c0bffb4a6a83 100644 --- a/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore +++ b/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore @@ -1,3 +1,3 @@ -"Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) " + "PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE" + "The above copyright notice and this permission notice shall be included in all copies or substantial" +"Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) " diff --git a/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context b/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context new file mode 100644 index 000000000000..a4beed62e730 --- /dev/null +++ b/tools/legal-review/engine/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context @@ -0,0 +1,2 @@ +Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ +Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.65/copyright-add b/tools/legal-review/engine/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add similarity index 100% rename from tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.65/copyright-add rename to tools/legal-review/engine/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add diff --git a/tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/copyright-add b/tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/copyright-add similarity index 100% rename from tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/copyright-add rename to tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/copyright-add diff --git a/tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/custom-license b/tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/custom-license similarity index 100% rename from tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/custom-license rename to tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/custom-license diff --git a/tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/files-add/LICENSE.txt b/tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/files-add/LICENSE.txt similarity index 100% rename from tools/legal-review/engine/org.checkerframework.checker-qual-2.11.1/files-add/LICENSE.txt rename to tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/files-add/LICENSE.txt diff --git a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/files-ignore b/tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/files-keep similarity index 100% rename from tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/files-ignore rename to tools/legal-review/engine/org.checkerframework.checker-qual-3.12.0/files-keep diff --git a/tools/legal-review/engine/org.jline.jline-3.19.0/copyright-keep b/tools/legal-review/engine/org.jline.jline-3.20.0/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.jline.jline-3.19.0/copyright-keep rename to tools/legal-review/engine/org.jline.jline-3.20.0/copyright-keep diff --git a/tools/legal-review/engine/org.jline.jline-3.21.0/copyright-keep b/tools/legal-review/engine/org.jline.jline-3.21.0/copyright-keep new file mode 100644 index 000000000000..a0c6a89dbf6c --- /dev/null +++ b/tools/legal-review/engine/org.jline.jline-3.21.0/copyright-keep @@ -0,0 +1,10 @@ +Copyright (C) 2009-2018 the original author(s). +Copyright (c) 2000-2005 Dieter Wimberger +Copyright (c) 2002-2016, the original author or authors. +Copyright (c) 2002-2017, the original author or authors. +Copyright (c) 2002-2018, the original author or authors. +Copyright (c) 2002-2019, the original author or authors. +Copyright (c) 2002-2020, the original author or authors. +Copyright (c) 2002-2021, the original author or authors. +regarding copyright ownership. The ASF licenses this file +this work for additional information regarding copyright ownership. diff --git a/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add b/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-add similarity index 100% rename from tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add rename to tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-add diff --git a/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context b/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context rename to tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context diff --git a/distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE b/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/files-add/NOTICE similarity index 100% rename from distribution/project-manager/THIRD-PARTY/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/NOTICE rename to tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/files-add/NOTICE diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/copyright-ignore b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/copyright-ignore rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/copyright-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/copyright-keep rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/copyright-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/files-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/files-keep b/tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/files-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.6/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-compiler-2.13.7/files-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/copyright-ignore b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/copyright-ignore rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/copyright-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/copyright-keep rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/copyright-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/files-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/files-keep b/tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/files-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-library-2.13.6/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-library-2.13.7/files-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/copyright-keep b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/copyright-keep rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/copyright-keep diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/files-ignore b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/files-ignore rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/files-ignore diff --git a/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/files-keep b/tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/files-keep similarity index 100% rename from tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.6/files-keep rename to tools/legal-review/engine/org.scala-lang.scala-reflect-2.13.7/files-keep diff --git a/tools/legal-review/engine/org.slf4j.slf4j-api-1.7.30/copyright-keep-context b/tools/legal-review/engine/org.slf4j.slf4j-api-1.7.32/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/org.slf4j.slf4j-api-1.7.30/copyright-keep-context rename to tools/legal-review/engine/org.slf4j.slf4j-api-1.7.32/copyright-keep-context diff --git a/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/copyright-add b/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/copyright-add similarity index 100% rename from tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/copyright-add rename to tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/copyright-add diff --git a/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/custom-license b/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/custom-license similarity index 100% rename from tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/custom-license rename to tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/custom-license diff --git a/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/files-ignore b/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/files-ignore similarity index 100% rename from tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/files-ignore rename to tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/files-ignore diff --git a/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/files-keep b/tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/files-keep similarity index 100% rename from tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.1.1/files-keep rename to tools/legal-review/engine/org.typelevel.alleycats-core_2.13-2.6.1/files-keep diff --git a/tools/legal-review/engine/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license b/tools/legal-review/engine/org.typelevel.cats-core_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license rename to tools/legal-review/engine/org.typelevel.cats-core_2.13-2.7.0/custom-license diff --git a/tools/legal-review/engine/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep b/tools/legal-review/engine/org.typelevel.cats-core_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep rename to tools/legal-review/engine/org.typelevel.cats-core_2.13-2.7.0/files-keep diff --git a/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/copyright-add b/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/copyright-add similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/copyright-add rename to tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/copyright-add diff --git a/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license b/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license rename to tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/custom-license diff --git a/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore b/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore rename to tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore diff --git a/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep b/tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep rename to tools/legal-review/engine/org.typelevel.cats-kernel_2.13-2.7.0/files-keep diff --git a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/custom-license b/tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.1.2/custom-license similarity index 100% rename from tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/custom-license rename to tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.1.2/custom-license diff --git a/tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE b/tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE similarity index 100% rename from tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE rename to tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE diff --git a/tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-add b/tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-add similarity index 100% rename from tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-add rename to tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-add diff --git a/tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-ignore b/tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-ignore rename to tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-ignore diff --git a/tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-keep b/tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-keep similarity index 100% rename from tools/legal-review/engine/org.typelevel.kittens_2.13-2.1.0/copyright-keep rename to tools/legal-review/engine/org.typelevel.kittens_2.13-2.3.2/copyright-keep diff --git a/tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add b/tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-ignore b/tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-ignore rename to tools/legal-review/engine/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-add b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-add similarity index 100% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-add rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-add diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-ignore b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-ignore rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-ignore diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-keep b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-keep similarity index 55% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-keep rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-keep index df4a4d2bf496..915c5e9ad45c 100644 --- a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-keep +++ b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-keep @@ -1,3 +1,4 @@ Copyright 2008 Taro L. Saito Copyright 2009 Taro L. Saito Copyright 2010 Taro L. Saito +Copyright (c) 2021 Gauthier Roebroeck diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-keep-context b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/copyright-keep-context rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/copyright-keep-context diff --git a/tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.0.0/custom-license b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/custom-license similarity index 100% rename from tools/legal-review/engine/org.typelevel.jawn-parser_2.13-1.0.0/custom-license rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/custom-license diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/files-keep b/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/files-keep similarity index 100% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/files-keep rename to tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.3/files-keep diff --git a/tools/legal-review/engine/org.yaml.snakeyaml-1.26/copyright-keep-context b/tools/legal-review/engine/org.yaml.snakeyaml-1.28/copyright-keep-context similarity index 100% rename from tools/legal-review/engine/org.yaml.snakeyaml-1.26/copyright-keep-context rename to tools/legal-review/engine/org.yaml.snakeyaml-1.28/copyright-keep-context diff --git a/tools/legal-review/engine/report-state b/tools/legal-review/engine/report-state index a19b4936b455..d4013c455c52 100644 --- a/tools/legal-review/engine/report-state +++ b/tools/legal-review/engine/report-state @@ -1,3 +1,3 @@ -903EC863B0B6FC7E29593D03CE165701370052BED0F98D887E2950BEA128A91D -205455D488F2D8768D4F560EAC46A99C09D50625ECBE6ED4D2D92401752E132D +7EE4AA0B222B648E1B7D4D28E2FF27501FBA82C614AEBBD2BC049C900155D6B2 +5190FCA195F2F4B13DAFC356F3D368DE6B71545B05C1EED0DED889A22FF13FB4 0 diff --git a/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-ignore b/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-ignore rename to tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore diff --git a/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep b/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep similarity index 90% rename from tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep rename to tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep index 11dc7a6cdad2..03606ab99a8a 100644 --- a/tools/legal-review/engine/com.chuusai.shapeless_2.13-2.3.3/copyright-keep +++ b/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep @@ -7,7 +7,6 @@ Copyright (c) 2013-14 Lars Hupel, Miles Sabin Copyright (c) 2013-14 Miles Sabin Copyright (c) 2013-15 Miles Sabin Copyright (c) 2013-16 Miles Sabin -Copyright (c) 2013-17 Miles Sabin Copyright (c) 2013-18 Miles Sabin Copyright (c) 2014 Miles Sabin Copyright (c) 2014-15 Miles Sabin @@ -15,7 +14,6 @@ Copyright (c) 2014-16 Miles Sabin Copyright (c) 2015 Miles Sabin Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin Copyright (c) 2018 Miles Sabin diff --git a/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep-context b/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context similarity index 83% rename from tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep-context rename to tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context index ea4e15c9681a..10a3068411cd 100644 --- a/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.4/copyright-keep-context +++ b/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context @@ -4,3 +4,4 @@ Copyright (c) 2012-18 Lars Hupel, Miles Sabin Copyright (c) 2016 Frank S. Thomas Copyright (c) 2017 Fabio Labella Copyright (c) 2017 Georgi Krastev +Copyright (c) 2015-9 Alexandre Archambault diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..6d396d168b60 --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 02d139c08725..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore deleted file mode 100644 index 94391e99ab87..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2017-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep deleted file mode 100644 index dde167626e2a..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 0a59388fd69f..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,9 +0,0 @@ -Copyright (C) 2008-2017 Bjoern Hoehrmann -Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright 2009-2020 Lightbend Inc. -Copyright 2015 Heiko Seeberger diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..6789d725922b --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep @@ -0,0 +1,9 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. +Copyright 2014 Twitter, Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..f8c7014d5dfa --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,5 @@ +Copyright (C) 2008-2017 Bjoern Hoehrmann +Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev +Copyright 2009-2020 Lightbend Inc. +Copyright 2015 Heiko Seeberger +Copyright 2011 Mark Harrah, Eugene Yokota diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 64424c7fd73c..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,6 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..8d53fb8caf8f --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep @@ -0,0 +1,5 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context similarity index 50% rename from tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context rename to tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context index dde167626e2a..0823adf2a1fb 100644 --- a/tools/legal-review/engine/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context @@ -1 +1,2 @@ +Copyright (C) 2009-2020 Lightbend Inc. Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 84caeb77a597..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,5 +0,0 @@ -Copyright (c) 2013-14 Miles Sabin -Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (c) 2011-13 Miles Sabin diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore rename to tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..9d09c2e9be1a --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2019-2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..1bcdbe0c6c83 --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,4 @@ +Copyright (c) 2013-14 Miles Sabin +Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev +Copyright (c) 2011-13 Miles Sabin +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/custom-license b/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license similarity index 100% rename from tools/legal-review/engine/org.xerial.sqlite-jdbc-3.36.0.1/custom-license rename to tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf b/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf rename to tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE b/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE rename to tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index dde167626e2a..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep b/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..6d396d168b60 --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 6b02e72c95ca..000000000000 --- a/tools/legal-review/launcher/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context b/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context deleted file mode 100644 index 965fc5c2cb13..000000000000 --- a/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Copyright 2014 Typesafe Inc. diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/default-and-custom-license b/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/default-and-custom-license rename to tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/default-and-custom-license b/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/default-and-custom-license rename to tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore diff --git a/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore b/tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep similarity index 100% rename from tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore rename to tools/legal-review/launcher/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep diff --git a/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep b/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep b/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/tools/legal-review/launcher/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/tools/legal-review/launcher/commons-io.commons-io-2.7/copyright-add b/tools/legal-review/launcher/commons-io.commons-io-2.11.0/copyright-add similarity index 100% rename from tools/legal-review/launcher/commons-io.commons-io-2.7/copyright-add rename to tools/legal-review/launcher/commons-io.commons-io-2.11.0/copyright-add diff --git a/tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-ignore b/tools/legal-review/launcher/commons-io.commons-io-2.11.0/copyright-ignore similarity index 100% rename from tools/legal-review/engine/org.apache.commons.commons-compress-1.20/copyright-ignore rename to tools/legal-review/launcher/commons-io.commons-io-2.11.0/copyright-ignore diff --git a/tools/legal-review/launcher/commons-io.commons-io-2.7/custom-license b/tools/legal-review/launcher/commons-io.commons-io-2.11.0/custom-license similarity index 100% rename from tools/legal-review/launcher/commons-io.commons-io-2.7/custom-license rename to tools/legal-review/launcher/commons-io.commons-io-2.11.0/custom-license diff --git a/tools/legal-review/launcher/commons-io.commons-io-2.7/files-keep b/tools/legal-review/launcher/commons-io.commons-io-2.11.0/files-keep similarity index 100% rename from tools/legal-review/launcher/commons-io.commons-io-2.7/files-keep rename to tools/legal-review/launcher/commons-io.commons-io-2.11.0/files-keep diff --git a/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-keep b/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 02a4e952c91b..000000000000 --- a/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,4 +0,0 @@ -/circe/circe/blob/master/LICENSE -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license b/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license rename to tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/custom-license diff --git a/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore b/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-keep b/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..2886015f2bec --- /dev/null +++ b/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.1/files-keep @@ -0,0 +1,4 @@ +/circe/circe/blob/main/LICENSE +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-keep b/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 02a4e952c91b..000000000000 --- a/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,4 +0,0 @@ -/circe/circe/blob/master/LICENSE -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/custom-license b/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-core_2.13-0.14.0-M1/custom-license rename to tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/custom-license diff --git a/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore b/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-keep b/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..2886015f2bec --- /dev/null +++ b/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.1/files-keep @@ -0,0 +1,4 @@ +/circe/circe/blob/main/LICENSE +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep b/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 02a4e952c91b..000000000000 --- a/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,4 +0,0 @@ -/circe/circe/blob/master/LICENSE -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/custom-license b/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-generic_2.13-0.14.0-M1/custom-license rename to tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/custom-license diff --git a/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore b/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-keep b/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..2886015f2bec --- /dev/null +++ b/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.1/files-keep @@ -0,0 +1,4 @@ +/circe/circe/blob/main/LICENSE +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep b/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 02a4e952c91b..000000000000 --- a/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,4 +0,0 @@ -/circe/circe/blob/master/LICENSE -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/custom-license b/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-jawn_2.13-0.14.0-M1/custom-license rename to tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/custom-license diff --git a/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore b/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-keep b/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..2886015f2bec --- /dev/null +++ b/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.1/files-keep @@ -0,0 +1,4 @@ +/circe/circe/blob/main/LICENSE +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-keep b/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 02a4e952c91b..000000000000 --- a/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,4 +0,0 @@ -/circe/circe/blob/master/LICENSE -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/custom-license b/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-numbers_2.13-0.14.0-M1/custom-license rename to tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/custom-license diff --git a/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/files-ignore b/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-keep b/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..2886015f2bec --- /dev/null +++ b/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.1/files-keep @@ -0,0 +1,4 @@ +/circe/circe/blob/main/LICENSE +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/copyright-add b/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/copyright-add similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/copyright-add rename to tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/copyright-add diff --git a/tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/custom-license b/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-parser_2.13-0.14.0-M1/custom-license rename to tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-ignore b/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-ignore rename to tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/files-ignore diff --git a/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/files-keep b/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/files-keep similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/files-keep rename to tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.14.1/files-keep diff --git a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-keep-context b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-keep-context deleted file mode 100644 index 6ab681a5b3bd..000000000000 --- a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Some portions of this file Copyright (c) 2004-2006 Intel Corportation diff --git a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-ignore b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/copyright-ignore rename to tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-ignore diff --git a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-keep b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-keep new file mode 100644 index 000000000000..0aa74e74be76 --- /dev/null +++ b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/copyright-keep @@ -0,0 +1,2 @@ +Some portions of this file Copyright (c) 2004-2006 Intel Corporation +work for additional information regarding copyright ownership. The ASF diff --git a/tools/legal-review/project-manager/commons-cli.commons-cli-1.4/files-ignore b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/files-ignore similarity index 100% rename from tools/legal-review/project-manager/commons-cli.commons-cli-1.4/files-ignore rename to tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/files-ignore diff --git a/tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/files-keep b/tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/files-keep similarity index 100% rename from tools/legal-review/launcher/org.apache.commons.commons-compress-1.20/files-keep rename to tools/legal-review/launcher/org.apache.commons.commons-compress-1.21/files-keep diff --git a/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE b/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE deleted file mode 100644 index 3eccb0b52f4d..000000000000 --- a/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE +++ /dev/null @@ -1,14 +0,0 @@ -scala-java8-compat -Copyright (c) 2002-2020 EPFL -Copyright (c) 2011-2020 Lightbend, Inc. - -scala-java8-compat includes software developed at -LAMP/EPFL (https://lamp.epfl.ch/) and -Lightbend, Inc. (https://www.lightbend.com/). - -Licensed under the Apache License, Version 2.0 (the "License"). -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add b/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-add similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add rename to tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-add diff --git a/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context b/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context rename to tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context diff --git a/tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE b/tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/files-add/NOTICE similarity index 100% rename from tools/legal-review/engine/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE rename to tools/legal-review/launcher/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/files-add/NOTICE diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/copyright-ignore b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/copyright-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/copyright-ignore diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/copyright-keep b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/copyright-keep rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/copyright-keep diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/files-ignore b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/files-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/files-ignore diff --git a/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/files-keep b/tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/files-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-library-2.13.6/files-keep rename to tools/legal-review/launcher/org.scala-lang.scala-library-2.13.7/files-keep diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/copyright-keep b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/copyright-keep rename to tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/copyright-keep diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/files-ignore b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/files-ignore rename to tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/files-ignore diff --git a/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/files-keep b/tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/files-keep similarity index 100% rename from tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.6/files-keep rename to tools/legal-review/launcher/org.scala-lang.scala-reflect-2.13.7/files-keep diff --git a/tools/legal-review/launcher/org.slf4j.slf4j-api-1.7.30/copyright-keep-context b/tools/legal-review/launcher/org.slf4j.slf4j-api-1.7.32/copyright-keep-context similarity index 100% rename from tools/legal-review/launcher/org.slf4j.slf4j-api-1.7.30/copyright-keep-context rename to tools/legal-review/launcher/org.slf4j.slf4j-api-1.7.32/copyright-keep-context diff --git a/tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license b/tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license rename to tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.7.0/custom-license diff --git a/tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep b/tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep rename to tools/legal-review/launcher/org.typelevel.cats-core_2.13-2.7.0/files-keep diff --git a/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license b/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license rename to tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/custom-license diff --git a/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-add/AUTHORS b/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-add/AUTHORS similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-add/AUTHORS rename to tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-add/AUTHORS diff --git a/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore b/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore rename to tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore diff --git a/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep b/tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep rename to tools/legal-review/launcher/org.typelevel.cats-kernel_2.13-2.7.0/files-keep diff --git a/tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/custom-license b/tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.1.2/custom-license similarity index 100% rename from tools/legal-review/launcher/io.circe.circe-yaml_2.13-0.13.1/custom-license rename to tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.1.2/custom-license diff --git a/tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE b/tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE similarity index 100% rename from tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE rename to tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE diff --git a/tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add b/tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/files-ignore b/tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/files-ignore rename to tools/legal-review/launcher/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore diff --git a/tools/legal-review/launcher/org.yaml.snakeyaml-1.26/copyright-keep-context b/tools/legal-review/launcher/org.yaml.snakeyaml-1.28/copyright-keep-context similarity index 100% rename from tools/legal-review/launcher/org.yaml.snakeyaml-1.26/copyright-keep-context rename to tools/legal-review/launcher/org.yaml.snakeyaml-1.28/copyright-keep-context diff --git a/tools/legal-review/launcher/report-state b/tools/legal-review/launcher/report-state index c6735a1c7fbe..d2ac9b950f8e 100644 --- a/tools/legal-review/launcher/report-state +++ b/tools/legal-review/launcher/report-state @@ -1,3 +1,3 @@ -04DAB1C9CA6D6DC519C5F0EB1CD216FD0FACA577890DBC968C81A5793A0D65F3 -7292D47D9CD792CB0F8ECDFBBCB9113CE677EDE683DC6CDA29C577A5FC847942 +DDB2BFB46423B9AC369876C9DDAA6EA0F64FBB0B68C847C8D632F51F16E7D01F +FF7D67429685D05DB27BC96D4A3504DD22A26B180AEE3F7C2764E0F048562F3E 0 diff --git a/tools/legal-review/launcher/reviewed-licenses/MIT b/tools/legal-review/launcher/reviewed-licenses/MIT new file mode 100644 index 000000000000..3889131c8ace --- /dev/null +++ b/tools/legal-review/launcher/reviewed-licenses/MIT @@ -0,0 +1 @@ +tools/legal-review/license-texts/MIT diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-add b/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-add rename to tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-add diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-keep-context b/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/copyright-keep-context rename to tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/copyright-keep-context diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/custom-license b/tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.6.1/custom-license rename to tools/legal-review/project-manager/com.beachape.enumeratum-circe_2.13-1.7.0/custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/default-and-custom-license b/tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/default-and-custom-license rename to tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/default-and-custom-license diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/files-ignore diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/copyright-add b/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/copyright-add rename to tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/copyright-add diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/copyright-keep-context b/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/copyright-keep-context rename to tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/copyright-keep-context diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/custom-license b/tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.6.1/custom-license rename to tools/legal-review/project-manager/com.beachape.enumeratum_2.13-1.7.0/custom-license diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-ignore diff --git a/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep b/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep similarity index 90% rename from tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep rename to tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep index 11dc7a6cdad2..03606ab99a8a 100644 --- a/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep +++ b/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep @@ -7,7 +7,6 @@ Copyright (c) 2013-14 Lars Hupel, Miles Sabin Copyright (c) 2013-14 Miles Sabin Copyright (c) 2013-15 Miles Sabin Copyright (c) 2013-16 Miles Sabin -Copyright (c) 2013-17 Miles Sabin Copyright (c) 2013-18 Miles Sabin Copyright (c) 2014 Miles Sabin Copyright (c) 2014-15 Miles Sabin @@ -15,7 +14,6 @@ Copyright (c) 2014-16 Miles Sabin Copyright (c) 2015 Miles Sabin Copyright (c) 2015-16 Miles Sabin Copyright (c) 2015-18 Miles Sabin -Copyright (c) 2015-6 Alexandre Archambault Copyright (c) 2016 Miles Sabin Copyright (c) 2016-18 Miles Sabin Copyright (c) 2018 Miles Sabin diff --git a/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context b/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context similarity index 83% rename from tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context rename to tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context index ea4e15c9681a..10a3068411cd 100644 --- a/tools/legal-review/launcher/com.chuusai.shapeless_2.13-2.3.3/copyright-keep-context +++ b/tools/legal-review/project-manager/com.chuusai.shapeless_2.13-2.3.7/copyright-keep-context @@ -4,3 +4,4 @@ Copyright (c) 2012-18 Lars Hupel, Miles Sabin Copyright (c) 2016 Frank S. Thomas Copyright (c) 2017 Fabio Labella Copyright (c) 2017 Georgi Krastev +Copyright (c) 2015-9 Alexandre Archambault diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1/files-keep similarity index 51% rename from tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1/files-keep index 26e9c87b6125..b9005a4d5ae7 100644 --- a/tools/legal-review/engine/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-annotations-2.13.1/files-keep @@ -1,2 +1 @@ -META-INF/NOTICE META-INF/LICENSE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/copyright-keep-context b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/copyright-keep-context rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/copyright-keep-context diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/default-and-custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore similarity index 51% rename from tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/files-keep rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore index 26e9c87b6125..b9005a4d5ae7 100644 --- a/tools/legal-review/engine/org.apache.tika.tika-core-1.24.1/files-keep +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-ignore @@ -1,2 +1 @@ -META-INF/NOTICE META-INF/LICENSE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep new file mode 100644 index 000000000000..0d1c51375183 --- /dev/null +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.13.1/files-keep @@ -0,0 +1 @@ +META-INF/NOTICE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep deleted file mode 100644 index 26e9c87b6125..000000000000 --- a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-keep +++ /dev/null @@ -1,2 +0,0 @@ -META-INF/NOTICE -META-INF/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/default-and-custom-license diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore similarity index 51% rename from tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep rename to tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore index 26e9c87b6125..b9005a4d5ae7 100644 --- a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-core-2.11.1/files-keep +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-ignore @@ -1,2 +1 @@ -META-INF/NOTICE META-INF/LICENSE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep new file mode 100644 index 000000000000..0d1c51375183 --- /dev/null +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.core.jackson-databind-2.13.1/files-keep @@ -0,0 +1 @@ +META-INF/NOTICE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-add/CREDITS-2.x.txt similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.11.1/files-add/CREDITS-2.x.txt rename to tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-add/CREDITS-2.x.txt diff --git a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/files-ignore b/tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/files-ignore rename to tools/legal-review/project-manager/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.13.1/files-ignore diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt deleted file mode 100644 index 28d6ba558168..000000000000 --- a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-add/CREDITS-2.x.txt +++ /dev/null @@ -1,69 +0,0 @@ -Here are people who have contributed to development Jackson JSON processor -Base modules -(version numbers in brackets indicate release in which the problem was fixed) -(NOTE: incomplete -- need to collect info from sub-projects, pre-2.9) - -Tatu Saloranta, tatu.saloranta@iki.fi: author - -Vojtěch Habarta (vojtechhabarta@gitub) - -* Reported [JAXB#32]: Fix introspector chaining in `JaxbAnnotationIntrospector.hasRequiredMarker()` - (2.9.3) - -Tuomas Kiviaho (TuomasKiviaho@github) - -* Reported #42: NPE from MrBean when `get()` or `set()` is though as property - (2.9.5) - -Alexander Onnikov (aonnikov@github) - -* Reported #44: (jaxb) `@XmlElements` does not work with `@XmlAccessorType(XmlAccessType.NONE)` - (2.9.6) - -William Headrick (headw01@github) - -* Reported 54: Afterburner` SuperSonicBeanDeserializer` does not handle JSON Object - valued Object Ids (like json) - (2.9.7) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix to #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Dan Sănduleac (dansanduleac@github) - -* Reported, contributed fix for #69: `ALLOW_COERCION_OF_SCALARS` ignored deserializing scalars - with Afterburner - (2.9.9) - -Georg Schmidt-Dumont (georgschmidtdumont@github) - -* Reported #74: MrBean module should not materialize `java.io.Serializable` - (2.9.9) - -Jeffrey Bagdis (jbagdis@github) - -* Reported, contributed fix for #49: Afterburner `MyClassLoader#loadAndResolve()` - is not idempotent when `tryToUseParent` is true - (2.9.9) - -Harrison Houghton (hrhino@github) - -* Suggested, contributed impl for #52: Interfaces may have non-abstract methods (since java8) - (2.10.0) - -Bartosz Baranowski (baranowb@github) - -* Reported #84: (jaxb) Add expand entity protection and secure processing to - DomElementJsonDeserializer - (2.10.0) - - -Robby Morgan (robbytx@github) - -* Contributed #109: (mrbean) Fix detection of inherited default method in Java 8+ interface - (2.11.3) -* Contributed #110: (mrbean) Avoid generating implementations of synthetic bridge methods - (2.11.3) diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep deleted file mode 100644 index 26e9c87b6125..000000000000 --- a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep +++ /dev/null @@ -1,2 +0,0 @@ -META-INF/NOTICE -META-INF/LICENSE diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-add b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-add similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-add rename to tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-add diff --git a/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-ignore b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.11.1/copyright-ignore rename to tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/copyright-ignore diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/default-and-custom-license b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/default-and-custom-license similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/default-and-custom-license rename to tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/default-and-custom-license diff --git a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/files-keep similarity index 51% rename from tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep rename to tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/files-keep index 26e9c87b6125..b9005a4d5ae7 100644 --- a/tools/legal-review/engine/com.fasterxml.jackson.module.jackson-module-paranamer-2.11.1/files-keep +++ b/tools/legal-review/project-manager/com.fasterxml.jackson.module.jackson-module-scala_2.13-2.13.1/files-keep @@ -1,2 +1 @@ -META-INF/NOTICE META-INF/LICENSE diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/custom-license b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/custom-license rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/custom-license diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/files-add/NOTICE b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/files-add/NOTICE similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/files-add/NOTICE rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/files-add/NOTICE diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/files-ignore b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.15.0/files-ignore rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-core_2.13-0.17.1/files-ignore diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/custom-license b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/custom-license rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/custom-license diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/files-add/NOTICE b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/files-add/NOTICE similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/files-add/NOTICE rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/files-add/NOTICE diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/files-ignore b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.15.0/files-ignore rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic-base_2.13-0.17.1/files-ignore diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/custom-license b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/custom-license rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/custom-license diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/files-add/NOTICE b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/files-add/NOTICE similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/files-add/NOTICE rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/files-add/NOTICE diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/files-ignore b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/files-ignore similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.15.0/files-ignore rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig-generic_2.13-0.17.1/files-ignore diff --git a/tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.0.0/custom-license b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/custom-license similarity index 100% rename from tools/legal-review/launcher/org.typelevel.jawn-parser_2.13-1.0.0/custom-license rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/custom-license diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-ignore b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-ignore new file mode 100644 index 000000000000..c3349a9e9ede --- /dev/null +++ b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-ignore @@ -0,0 +1 @@ +#license diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/files-keep b/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-keep similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/files-keep rename to tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.17.1/files-keep diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..89219454a4ab --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep @@ -0,0 +1,6 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index c0854c2e7c0e..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor-typed_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..6d396d168b60 --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 02d139c08725..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-actor_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore deleted file mode 100644 index 94391e99ab87..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-ignore +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2017-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep deleted file mode 100644 index dde167626e2a..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 0a59388fd69f..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,9 +0,0 @@ -Copyright (C) 2008-2017 Bjoern Hoehrmann -Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright 2009-2020 Lightbend Inc. -Copyright 2015 Heiko Seeberger diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..dcedcae0d516 --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep @@ -0,0 +1,9 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. +Copyright 2011 Mark Harrah, Eugene Yokota diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..24019f981da9 --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-core_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,5 @@ +Copyright (C) 2008-2017 Bjoern Hoehrmann +Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev +Copyright 2009-2020 Lightbend Inc. +Copyright 2015 Heiko Seeberger +Copyright 2014 Twitter, Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index bcf17ef9e0de..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..8f5aedf5d27a --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2017-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http-spray-json_2.13-10.2.7/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context deleted file mode 100644 index 64424c7fd73c..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.0-RC1/copyright-keep-context +++ /dev/null @@ -1,6 +0,0 @@ -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..8d53fb8caf8f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep @@ -0,0 +1,5 @@ +Copyright (C) 2009-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context similarity index 50% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context rename to tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context index dde167626e2a..0823adf2a1fb 100644 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.6/copyright-keep-context +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-http_2.13-10.2.7/copyright-keep-context @@ -1 +1,2 @@ +Copyright (C) 2009-2020 Lightbend Inc. Copyright (C) 2009-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-add rename to tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-add diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.0-RC1/copyright-ignore rename to tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-ignore diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context new file mode 100644 index 000000000000..420afe82394a --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-parsing_2.13-10.2.7/copyright-keep-context @@ -0,0 +1,4 @@ +Copyright (c) 2013-14 Miles Sabin +Copyright (C) 2009-2017 Mathias Doenitz, Alexander Myltsev +Copyright (c) 2011-13 Miles Sabin +Copyright (C) 2019-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/custom-license b/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.beachape.enumeratum-macros_2.13-1.6.1/custom-license rename to tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/custom-license diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf b/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/COPYING.protobuf rename to tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/COPYING.protobuf diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE b/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/files-add/LICENSE rename to tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.18/files-add/LICENSE diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-slf4j_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep b/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep new file mode 100644 index 000000000000..6d396d168b60 --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep @@ -0,0 +1,8 @@ +Copyright (C) 2014-2021 Lightbend Inc. +Copyright (C) 2015-2021 Lightbend Inc. +Copyright (C) 2016-2021 Lightbend Inc. +Copyright (C) 2017-2021 Lightbend Inc. +Copyright (C) 2018-2021 Lightbend Inc. +Copyright (C) 2019-2021 Lightbend Inc. +Copyright (C) 2020-2021 Lightbend Inc. +Copyright (C) 2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context new file mode 100644 index 000000000000..2541ef5c301f --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.18/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2009-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context deleted file mode 100644 index 6b02e72c95ca..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.akka.akka-stream_2.13-2.6.6/copyright-keep-context +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (C) 2018-2020 Lightbend Inc. -Copyright (C) 2015-2020 Lightbend Inc. -Copyright (C) 2017-2020 Lightbend Inc. -Copyright (C) 2020 Lightbend Inc. -Copyright (C) 2009-2020 Lightbend Inc. -Copyright (C) 2014-2020 Lightbend Inc. -Copyright (C) 2016-2020 Lightbend Inc. -Copyright (C) 2019-2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context b/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context deleted file mode 100644 index 965fc5c2cb13..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Copyright 2014 Typesafe Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license b/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore b/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-ignore new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore b/tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.2/files-ignore rename to tools/legal-review/project-manager/com.typesafe.scala-logging.scala-logging_2.13-3.9.4/files-keep diff --git a/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep b/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep deleted file mode 100644 index 4bd14e085b4e..000000000000 --- a/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright (C) 2015 - 2019 Lightbend Inc. diff --git a/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep b/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep new file mode 100644 index 000000000000..cb8bfecd482c --- /dev/null +++ b/tools/legal-review/project-manager/com.typesafe.ssl-config-core_2.13-0.4.2/copyright-keep @@ -0,0 +1 @@ +Copyright (C) 2015 - 2020 Lightbend Inc. diff --git a/tools/legal-review/project-manager/commons-cli.commons-cli-1.4/copyright-add b/tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/commons-cli.commons-cli-1.4/copyright-add rename to tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/copyright-add diff --git a/tools/legal-review/project-manager/commons-cli.commons-cli-1.4/copyright-ignore b/tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/commons-cli.commons-cli-1.4/copyright-ignore rename to tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/copyright-ignore diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/files-ignore b/tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/files-ignore similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/files-ignore rename to tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/files-ignore diff --git a/tools/legal-review/project-manager/commons-cli.commons-cli-1.4/files-keep b/tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/files-keep similarity index 100% rename from tools/legal-review/project-manager/commons-cli.commons-cli-1.4/files-keep rename to tools/legal-review/project-manager/commons-cli.commons-cli-1.5.0/files-keep diff --git a/tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-add b/tools/legal-review/project-manager/commons-io.commons-io-2.11.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-add rename to tools/legal-review/project-manager/commons-io.commons-io-2.11.0/copyright-add diff --git a/tools/legal-review/launcher/commons-io.commons-io-2.7/copyright-ignore b/tools/legal-review/project-manager/commons-io.commons-io-2.11.0/copyright-ignore similarity index 100% rename from tools/legal-review/launcher/commons-io.commons-io-2.7/copyright-ignore rename to tools/legal-review/project-manager/commons-io.commons-io-2.11.0/copyright-ignore diff --git a/tools/legal-review/project-manager/commons-io.commons-io-2.7/custom-license b/tools/legal-review/project-manager/commons-io.commons-io-2.11.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/commons-io.commons-io-2.7/custom-license rename to tools/legal-review/project-manager/commons-io.commons-io-2.11.0/custom-license diff --git a/tools/legal-review/project-manager/commons-io.commons-io-2.7/files-keep b/tools/legal-review/project-manager/commons-io.commons-io-2.11.0/files-keep similarity index 100% rename from tools/legal-review/project-manager/commons-io.commons-io-2.7/files-keep rename to tools/legal-review/project-manager/commons-io.commons-io-2.11.0/files-keep diff --git a/tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-ignore b/tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-ignore deleted file mode 100644 index 47f54b72cf57..000000000000 --- a/tools/legal-review/project-manager/commons-io.commons-io-2.7/copyright-ignore +++ /dev/null @@ -1,2 +0,0 @@ -regarding copyright ownership. The ASF licenses this file -this work for additional information regarding copyright ownership. diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore b/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore deleted file mode 100644 index 08b5e3014041..000000000000 --- a/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-ignore +++ /dev/null @@ -1,2 +0,0 @@ -Copyright 2019-2020 Septimal Mind Ltd -Copyright 2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-add b/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-add similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/copyright-add rename to tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-add diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore b/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore new file mode 100644 index 000000000000..608ce1180389 --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/copyright-ignore @@ -0,0 +1 @@ +Copyright 2019-2020 Septimal Mind Ltd diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/custom-license b/tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/custom-license similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.0.0-M5/custom-license rename to tools/legal-review/project-manager/dev.zio.izumi-reflect-thirdparty-boopickle-shaded_2.13-1.1.3/custom-license diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-add b/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-add similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/copyright-add rename to tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-add diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context new file mode 100644 index 000000000000..608ce1180389 --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/copyright-keep-context @@ -0,0 +1 @@ +Copyright 2019-2020 Septimal Mind Ltd diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/custom-license b/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/custom-license similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/custom-license rename to tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/custom-license diff --git a/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/files-add/LICENSE.txt b/tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/files-add/LICENSE.txt similarity index 100% rename from tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.0.0-M5/files-add/LICENSE.txt rename to tools/legal-review/project-manager/dev.zio.izumi-reflect_2.13-1.1.3/files-add/LICENSE.txt diff --git a/tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-2.1.4.0/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-3.2.9.0/copyright-keep-context similarity index 52% rename from tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-2.1.4.0/copyright-keep-context rename to tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-3.2.9.0/copyright-keep-context index 444cdd01220a..fd6490097134 100644 --- a/tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-2.1.4.0/copyright-keep-context +++ b/tools/legal-review/project-manager/dev.zio.zio-interop-cats_2.13-3.2.9.0/copyright-keep-context @@ -1 +1,2 @@ Copyright 2017-2019 John A. De Goes and the ZIO Contributors +Copyright 2021 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context deleted file mode 100644 index b1c7c10c7264..000000000000 --- a/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright (C) 2014-2020 Lightbend Inc. -Copyright 2017-2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep b/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep new file mode 100644 index 000000000000..df30fdce6801 --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep @@ -0,0 +1 @@ +Copyright 2019-2021 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context new file mode 100644 index 000000000000..3a04f5186bee --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.zio-stacktracer_2.13-1.0.12/copyright-keep-context @@ -0,0 +1 @@ +Copyright (C) 2014-2021 Lightbend Inc. diff --git a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-ignore b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-ignore deleted file mode 100644 index 3843abacb23d..000000000000 --- a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-ignore +++ /dev/null @@ -1 +0,0 @@ -Copyright 2017-2020 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep deleted file mode 100644 index 444cdd01220a..000000000000 --- a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep +++ /dev/null @@ -1 +0,0 @@ -Copyright 2017-2019 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep-context deleted file mode 100644 index f8a84249c8de..000000000000 --- a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.1/copyright-keep-context +++ /dev/null @@ -1,2 +0,0 @@ -Copyright 2013-2020 Miles Sabin -Copyright 2017-2018 Łukasz Biały, Paul Chiusano, Michael Pilquist, diff --git a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep new file mode 100644 index 000000000000..911c2bde7471 --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep @@ -0,0 +1,4 @@ +Copyright 2018-2021 John A. De Goes and the ZIO Contributors +Copyright 2019-2021 John A. De Goes and the ZIO Contributors +Copyright 2020-2021 John A. De Goes and the ZIO Contributors +Copyright 2021 John A. De Goes and the ZIO Contributors diff --git a/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep-context b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep-context new file mode 100644 index 000000000000..53d1c44b4390 --- /dev/null +++ b/tools/legal-review/project-manager/dev.zio.zio_2.13-1.0.12/copyright-keep-context @@ -0,0 +1,3 @@ +Copyright 2013-2021 Miles Sabin +Copyright 2017-2021 John A. De Goes and the ZIO Contributors +Copyright 2017-2021 Łukasz Biały, Paul Chiusano, Michael Pilquist, diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-core_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-generic_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-jawn_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-literal_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-numbers_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore deleted file mode 100644 index b0e170ec4cdc..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-ignore +++ /dev/null @@ -1,2 +0,0 @@ -/circe/circe/blob/master/LICENSE -#license diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-keep b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-keep deleted file mode 100644 index 30a82fa09a4f..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.0-M1/files-keep +++ /dev/null @@ -1,3 +0,0 @@ -/circe/circe/blob/master/LICENSE.argonaut -/circe/circe/blob/master/LICENSE.ephox -/circe/circe/blob/master/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/default-and-custom-license b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/default-and-custom-license new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..d1a0a26cf4e2 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-ignore @@ -0,0 +1,2 @@ +#license +/circe/circe/blob/main/LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-keep new file mode 100644 index 000000000000..3ae56f62e047 --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-parser_2.13-0.14.1/files-keep @@ -0,0 +1,3 @@ +/circe/circe/blob/main/LICENSE.argonaut +/circe/circe/blob/main/LICENSE.ephox +/circe/circe/blob/main/NOTICE diff --git a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/custom-license b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/custom-license deleted file mode 100644 index 6b1d0bfabc3c..000000000000 --- a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/custom-license +++ /dev/null @@ -1 +0,0 @@ -LICENSE diff --git a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/copyright-add b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/copyright-add similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/copyright-add rename to tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/copyright-add diff --git a/tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/custom-license b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.github.pureconfig.pureconfig_2.13-0.15.0/custom-license rename to tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/custom-license diff --git a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-ignore b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-ignore new file mode 100644 index 000000000000..c3349a9e9ede --- /dev/null +++ b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-ignore @@ -0,0 +1 @@ +#license diff --git a/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/files-keep b/tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-keep similarity index 100% rename from tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.13.1/files-keep rename to tools/legal-review/project-manager/io.circe.circe-yaml_2.13-0.14.1/files-keep diff --git a/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-add b/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-add similarity index 100% rename from tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-add rename to tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-add diff --git a/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-ignore b/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-ignore rename to tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-ignore diff --git a/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-keep-context b/tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.5/copyright-keep-context rename to tools/legal-review/project-manager/io.spray.spray-json_2.13-1.3.6/copyright-keep-context diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-ignore b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-ignore deleted file mode 100644 index 0236a6c900b1..000000000000 --- a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-ignore +++ /dev/null @@ -1,2 +0,0 @@ -this work for additional information regarding copyright ownership. -regarding copyright ownership. The ASF licenses this file diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-keep-context b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-keep-context deleted file mode 100644 index 6ab681a5b3bd..000000000000 --- a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/copyright-keep-context +++ /dev/null @@ -1 +0,0 @@ -Some portions of this file Copyright (c) 2004-2006 Intel Corportation diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/copyright-ignore b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/copyright-ignore new file mode 100644 index 000000000000..6b96bf9ee8a6 --- /dev/null +++ b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/copyright-ignore @@ -0,0 +1,4 @@ +this work for additional information regarding copyright ownership. +regarding copyright ownership. The ASF licenses this file +Some portions of this file Copyright (c) 2004-2006 Intel Corporation +work for additional information regarding copyright ownership. The ASF diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-ignore b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-ignore new file mode 100644 index 000000000000..0256724c8d06 --- /dev/null +++ b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-ignore @@ -0,0 +1 @@ +META-INF/LICENSE.txt diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/files-keep b/tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-compress-1.20/files-keep rename to tools/legal-review/project-manager/org.apache.commons.commons-compress-1.21/files-keep diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/copyright-add b/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/copyright-add rename to tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/copyright-add diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/copyright-ignore b/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/copyright-ignore rename to tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/copyright-ignore diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/custom-license b/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/custom-license rename to tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/custom-license diff --git a/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/files-keep b/tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.10/files-keep rename to tools/legal-review/project-manager/org.apache.commons.commons-lang3-3.12.0/files-keep diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add b/tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add new file mode 100644 index 000000000000..24d8e17467da --- /dev/null +++ b/tools/legal-review/project-manager/org.bouncycastle.bcpkix-jdk15on-1.70/copyright-add @@ -0,0 +1 @@ +Copyright (c) 2000 - 2020 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context deleted file mode 100644 index 414cfec4863b..000000000000 --- a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-keep-context +++ /dev/null @@ -1,3 +0,0 @@ -Copyright (c) 2000-2019 The Legion Of The Bouncy Castle Inc. (http://www.bouncycastle.org) -Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com) -Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore similarity index 66% rename from tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore rename to tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore index ffea3b1053ba..c0bffb4a6a83 100644 --- a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.65/copyright-ignore +++ b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-ignore @@ -1,3 +1,3 @@ -"Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org) " + "PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE" + "The above copyright notice and this permission notice shall be included in all copies or substantial" +"Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) " diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep new file mode 100644 index 000000000000..df532fd5a925 --- /dev/null +++ b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep @@ -0,0 +1 @@ +Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context new file mode 100644 index 000000000000..72e9b42f58ab --- /dev/null +++ b/tools/legal-review/project-manager/org.bouncycastle.bcprov-jdk15on-1.70/copyright-keep-context @@ -0,0 +1 @@ +Copyright: Dr B. R Gladman (gladman@seven77.demon.co.uk) */ diff --git a/tools/legal-review/project-manager/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add b/tools/legal-review/project-manager/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add new file mode 100644 index 000000000000..24d8e17467da --- /dev/null +++ b/tools/legal-review/project-manager/org.bouncycastle.bcutil-jdk15on-1.70/copyright-add @@ -0,0 +1 @@ +Copyright (c) 2000 - 2020 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) diff --git a/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add b/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add deleted file mode 100644 index 86fdc160feb5..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-add +++ /dev/null @@ -1 +0,0 @@ -See org.scala-lang.scala-library-2.13 for notices related to this module. diff --git a/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE b/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE deleted file mode 100644 index 3eccb0b52f4d..000000000000 --- a/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/files-add/NOTICE +++ /dev/null @@ -1,14 +0,0 @@ -scala-java8-compat -Copyright (c) 2002-2020 EPFL -Copyright (c) 2011-2020 Lightbend, Inc. - -scala-java8-compat includes software developed at -LAMP/EPFL (https://lamp.epfl.ch/) and -Lightbend, Inc. (https://www.lightbend.com/). - -Licensed under the Apache License, Version 2.0 (the "License"). -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context b/tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-0.9.0/copyright-keep-context rename to tools/legal-review/project-manager/org.scala-lang.modules.scala-java8-compat_2.13-1.0.0/copyright-keep-context diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/copyright-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/copyright-ignore similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/copyright-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/copyright-ignore diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/copyright-keep b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/copyright-keep rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/copyright-keep diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/files-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/files-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/files-ignore diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/files-keep b/tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.6/files-keep rename to tools/legal-review/project-manager/org.scala-lang.scala-library-2.13.7/files-keep diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/copyright-keep b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/copyright-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/copyright-keep rename to tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/copyright-keep diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/files-ignore b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/files-ignore similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/files-ignore rename to tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/files-ignore diff --git a/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/files-keep b/tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.6/files-keep rename to tools/legal-review/project-manager/org.scala-lang.scala-reflect-2.13.7/files-keep diff --git a/tools/legal-review/project-manager/org.slf4j.slf4j-api-1.7.30/copyright-keep-context b/tools/legal-review/project-manager/org.slf4j.slf4j-api-1.7.32/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/org.slf4j.slf4j-api-1.7.30/copyright-keep-context rename to tools/legal-review/project-manager/org.slf4j.slf4j-api-1.7.32/copyright-keep-context diff --git a/tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license b/tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.2.0-M3/custom-license rename to tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.7.0/custom-license diff --git a/tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep b/tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.2.0-M3/files-keep rename to tools/legal-review/project-manager/org.typelevel.cats-core_2.13-2.7.0/files-keep diff --git a/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/copyright-add b/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/copyright-add similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/copyright-add rename to tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/copyright-add diff --git a/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license b/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/custom-license similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/custom-license rename to tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/custom-license diff --git a/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore b/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-ignore rename to tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/files-ignore diff --git a/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep b/tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/files-keep similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.2.0-M3/files-keep rename to tools/legal-review/project-manager/org.typelevel.cats-kernel_2.13-2.7.0/files-keep diff --git a/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/custom-license b/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/custom-license deleted file mode 100644 index 6b1d0bfabc3c..000000000000 --- a/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/custom-license +++ /dev/null @@ -1 +0,0 @@ -LICENSE diff --git a/tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license b/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.1.2/custom-license similarity index 100% rename from tools/legal-review/project-manager/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.6/custom-license rename to tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.1.2/custom-license diff --git a/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE b/tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE similarity index 100% rename from tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.0.0/files-add/LICENSE rename to tools/legal-review/project-manager/org.typelevel.jawn-parser_2.13-1.1.2/files-add/LICENSE diff --git a/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add b/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add new file mode 100644 index 000000000000..d64569567334 --- /dev/null +++ b/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/copyright-add @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore b/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore new file mode 100644 index 000000000000..c3349a9e9ede --- /dev/null +++ b/tools/legal-review/project-manager/org.typelevel.simulacrum-scalafix-annotations_2.13-0.5.4/files-ignore @@ -0,0 +1 @@ +#license diff --git a/tools/legal-review/project-manager/org.yaml.snakeyaml-1.26/copyright-keep-context b/tools/legal-review/project-manager/org.yaml.snakeyaml-1.28/copyright-keep-context similarity index 100% rename from tools/legal-review/project-manager/org.yaml.snakeyaml-1.26/copyright-keep-context rename to tools/legal-review/project-manager/org.yaml.snakeyaml-1.28/copyright-keep-context diff --git a/tools/legal-review/project-manager/report-state b/tools/legal-review/project-manager/report-state index 1f9be1c2d836..e729eb81fb1b 100644 --- a/tools/legal-review/project-manager/report-state +++ b/tools/legal-review/project-manager/report-state @@ -1,3 +1,3 @@ -5E95035CDD0E78A63728D680C0C037B131A77C722136295B7A6AF53FE7D29473 -3DBA21A1E9606DA1616D61A05287668B7C1CE3EF1D3D51BDA040A53E8169F1CD +FE0E365572AF01D432BC54F8586C13CF6FB175F31E6700795D4FE4F944AE6482 +772726C9E42292A6745CD9B28CE9072E943DAFD699C58A350F89CFEBF2864E2A 0