This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new 5ad3100 remove ASF copyright
5ad3100 is described below
commit 5ad31009f9c93d49e99aa3498dedbf91474a63eb
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]