This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch copyright in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
commit 0d212152ebbdc755cb204db70e16e5c3998c4a38 Author: PJ Fanning <[email protected]> AuthorDate: Fri Mar 3 14:48:53 2023 +0100 change web site copyright --- plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala index 3ab8c63..3641ddc 100644 --- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala +++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala @@ -30,10 +30,9 @@ object PekkoParadoxPlugin extends AutoPlugin { paradoxTheme := Some("org.apache.pekko" % "pekko-theme-paradox" % version), paradoxNavigationIncludeHeaders := true, pekkoParadoxCopyright in Global := - """Copyright © 2022, 2023 <a href="https://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0. - | This product contains significant parts that were originally based on software from Lightbend (<a href="https://akka.io/">Akka</a>). - | Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com> Apache Pekko is derived from Akka 2.6.x, - | the last version that was distributed under the Apache License, Version 2.0 License.""".stripMargin, + """Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc.</a>, © 2022, 2023 + | <a href="https://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0. + | Apache Pekko, Pekko, and its feather logo are trademarks of The Apache Software Foundation.""".stripMargin, pekkoParadoxGithub in Global := None, Compile / paradoxMaterialTheme := { val theme = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
