This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 0022f89 change web site copyright (#46)
0022f89 is described below
commit 0022f891ac8e13307d6f667243a24b90d967e904
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 3 17:42:21 2023 +0100
change web site copyright (#46)
* change web site copyright
* Update PekkoParadoxPlugin.scala
---
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..d03212a 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>.
+ | 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]