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 d4644ebe2f0e0295767614a993c146d56079fb4a Author: PJ Fanning <[email protected]> AuthorDate: Sat Apr 15 15:25:55 2023 +0200 remove ASF copyright --- plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala index d03212a..e115fdb 100644 --- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala +++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala @@ -30,8 +30,7 @@ object PekkoParadoxPlugin extends AutoPlugin { paradoxTheme := Some("org.apache.pekko" % "pekko-theme-paradox" % version), paradoxNavigationIncludeHeaders := true, pekkoParadoxCopyright in Global := - """Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc.</a>, © 2022, 2023 - | <a href="https://apache.org">The Apache Software Foundation</a>. + """Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc.</a>. | Apache Pekko, Pekko, and its feather logo are trademarks of The Apache Software Foundation.""".stripMargin, pekkoParadoxGithub in Global := None, Compile / paradoxMaterialTheme := { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
