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/02/27 13:45:06 UTC

[incubator-pekko-platform-guide] branch main updated: add disclaimer (#19)

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-platform-guide.git


The following commit(s) were added to refs/heads/main by this push:
     new 91a1946  add disclaimer (#19)
91a1946 is described below

commit 91a1946d2d06345361be63135f2f48cefd87999c
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Feb 27 14:44:59 2023 +0100

    add disclaimer (#19)
    
    * add disclaimer
    
    * update notice
    
    * upgrade github workflow
---
 .github/workflows/build-and-test.yml            | 30 ++++++++++++-------------
 .github/workflows/deploy-wip.yml                |  4 ++--
 .github/workflows/link-validator.yml            |  6 ++---
 .github/workflows/validate-telemetry-sample.yml | 12 +++++-----
 .travis/known_hosts                             |  1 -
 CONTRIBUTING.md                                 |  2 +-
 DISCLAIMER                                      | 10 +++++++++
 LICENSE                                         | 11 ---------
 NOTICE                                          | 11 +++++++++
 README.md                                       | 14 +++++-------
 10 files changed, 54 insertions(+), 47 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 1c8c9c6..7db7914 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -7,10 +7,10 @@ on:
 jobs:
   copy-identical-files:
     name: Verify identical files are correct
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Checkout GitHub merge
         if: github.event.pull_request
@@ -25,10 +25,10 @@ jobs:
 
   java-compile-and-test-part1:
     name: Compile and Test Part 1 (Java)
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Checkout GitHub merge
         if: github.event.pull_request
@@ -37,9 +37,9 @@ jobs:
           git checkout scratch
 
       - name: Set up JDK 11
-        uses: olafurpg/setup-scala@v10
+        uses: olafurpg/setup-scala@v13
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - uses: actions/cache@v2.1.3
         with:
@@ -79,10 +79,10 @@ jobs:
 
   java-compile-and-test-part2:
     name: Compile and Test Part 2 (Java)
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Checkout GitHub merge
         if: github.event.pull_request
@@ -93,7 +93,7 @@ jobs:
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - uses: actions/cache@v2.1.3
         with:
@@ -109,10 +109,10 @@ jobs:
 
   scala-compile-and-test-part1:
     name: Compile and Test Part 1 (Scala)
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Checkout GitHub merge
         if: github.event.pull_request
@@ -123,7 +123,7 @@ jobs:
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0
@@ -160,10 +160,10 @@ jobs:
 
   scala-compile-and-test-part2:
     name: Compile and Test Part 2 (Scala)
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Checkout GitHub merge
         if: github.event.pull_request
@@ -174,7 +174,7 @@ jobs:
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0
diff --git a/.github/workflows/deploy-wip.yml b/.github/workflows/deploy-wip.yml
index 908164a..52c2956 100644
--- a/.github/workflows/deploy-wip.yml
+++ b/.github/workflows/deploy-wip.yml
@@ -5,10 +5,10 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           ref: main
 
diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index 7cb6ee7..15fd8fc 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -7,10 +7,10 @@ on:
 
 jobs:
   validate-links:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           # See https://github.com/actions/checkout/issues/299#issuecomment-677674415
           ref: ${{ github.event.pull_request.head.sha }}
@@ -27,7 +27,7 @@ jobs:
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0
diff --git a/.github/workflows/validate-telemetry-sample.yml b/.github/workflows/validate-telemetry-sample.yml
index 3b5f39a..adf6e08 100644
--- a/.github/workflows/validate-telemetry-sample.yml
+++ b/.github/workflows/validate-telemetry-sample.yml
@@ -10,15 +10,15 @@ env:
 
 jobs:
   validate-java-sample:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - uses: actions/cache@v2.1.3
         with:
@@ -30,15 +30,15 @@ jobs:
         run: scripts/mvn-test.sh ./docs-source/docs/modules/telemetry/examples/telemetry-sample
 
   validate-scala-sample:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v10
         with:
-          java-version: adopt@1.11.0-9
+          java-version: adopt@1.11
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0
diff --git a/.travis/known_hosts b/.travis/known_hosts
deleted file mode 100644
index d3e9365..0000000
--- a/.travis/known_hosts
+++ /dev/null
@@ -1 +0,0 @@
-gustav.akka.io,54.87.253.56 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC4+lByvSzfZaC7c58YvxaXIXzwOJzxTp2hRotTtiBjn0WEHLEpWu3/x0E0C1CkzMXLiwbiH221qALtm0OY0q3Q=
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 36dcfbc..2423a26 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Welcome! Thank you for contributing to Akka!
+# Welcome! Thank you for contributing to Apache Pekko!
 
 We follow the standard GitHub [fork & pull](https://help.github.com/articles/using-pull-requests/#fork--pull) approach to pull requests. Just fork the official repo, develop in a branch, and submit a PR!
 
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..6a31e0f
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Pekko (incubating) is an effort undergoing incubation at the Apache
+Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
diff --git a/LICENSE b/LICENSE
index e457f66..261eeb9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,14 +199,3 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-
----------------
-
-Licenses for dependency projects can be found here:
-[http://akka.io/docs/akka/current/project/licenses.html]
-
----------------
-
-akka-protobuf contains the sources of Google protobuf 2.5.0 runtime support,
-moved into the source package `akka.protobuf` so as to avoid version conflicts.
-For license information see COPYING.protobuf
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..580936b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,11 @@
+Apache Pekko Platform Guide
+Copyright 2022, 2023 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (https://www.apache.org/).
+
+This product contains significant parts that were originally based on software from Lightbend (Akka <https://akka.io/>).
+Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
+
+Apache Pekko Platform Guide is derived from Akka Platform Guide, the last version that was distributed under the
+Apache License, Version 2.0 License.
diff --git a/README.md b/README.md
index 2777110..4c7cc08 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
-Akka Platform Guide
-===================
+Apache Pekko Platform Guide
+===========================
 
 Review and feedback
 -------------------
 
-This is the repository for the Akka Platform Guide and we would love to hear your feedback.
+This is the repository for the Apache Pekko Platform Guide and we would love to hear your feedback.
 
-This guide is published at https://developer.lightbend.com/docs/akka-platform-guide/
-
-Feel free to give your feedback in the form of issues/PRs, or chat in https://gitter.im/akka/dev.
+Feel free to give your feedback in the form of issues/PRs.
 
 Contributing
 ------------
@@ -16,11 +14,11 @@ Contributions are *very* welcome!
 
 If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.
 
-Refer to the [CONTRIBUTING.md](https://github.com/akka/akka-platform-guide/blob/master/CONTRIBUTING.md) file for more details about the workflow,
+Refer to the [CONTRIBUTING.md](https://github.com/apache/incubator-pekko-platform-guide/blob/master/CONTRIBUTING.md) file for more details about the workflow,
 and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly,
 or in the akka/dev chat if a more real time communication would be of benefit.
 
 License
 -------
 
-Akka is Open Source and available under the Apache 2 License.
+Apache Pekko is Open Source and available under the Apache 2 License.


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