* some recent issues and PRs have mentions about being inspired by Akka.net * Akka.net is Apache licensed * If we do copy/paste code from Akka.net (even if we convert it from CSharp to Scala or Java) then we need to mention this * affects Pekko LICENSE * also the variants of the LICENSE that we put in our jars (see the `legal` directory) * there is Akka.net NOTICE file so we have no implications for our NOTICE files * we need to put the Akka.net license header in our source files (ones that have Akka.net code) * example: https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka.Cluster/AutoDown.cs * this license header might vary between akka.net files * we should probably add a comment near our code that uses Akka.net derived code * https://github.com/apache/pekko/issues?q=label%3Aakkadotnet fyi @He-Pin
legaldirectory)fyi @He-Pin