You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/03 13:49:00 UTC

[incubator-pekko-sbt-paradox] branch copyright created (now 0d21215)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch copyright
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


      at 0d21215  change web site copyright

This branch includes the following new commits:

     new 0d21215  change web site copyright

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-sbt-paradox] 01/01: change web site copyright

Posted by fa...@apache.org.
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 <pj...@users.noreply.github.com>
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. &lt;https://www.lightbend.com&gt; 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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org