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/10 17:22:51 UTC

[incubator-pekko-http] branch main updated: add disclaimer (#38)

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-http.git


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

commit f99087e35e06547b5213967aff6ddcbce2a3e52a
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Feb 10 18:22:45 2023 +0100

    add disclaimer (#38)
---
 DISCLAIMER                             | 10 ++++++++++
 project/MetaInfLicenseNoticeCopy.scala |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 000000000..6a31e0f49
--- /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/project/MetaInfLicenseNoticeCopy.scala b/project/MetaInfLicenseNoticeCopy.scala
index 1965dc540..1f185755a 100644
--- a/project/MetaInfLicenseNoticeCopy.scala
+++ b/project/MetaInfLicenseNoticeCopy.scala
@@ -18,7 +18,8 @@ object MetaInfLicenseNoticeCopy {
   val settings: Seq[Setting[_]] = inConfig(Compile)(
     Seq(
       resourceGenerators += copyFileToMetaInf(resourceManaged, "LICENSE"),
-      resourceGenerators += copyFileToMetaInf(resourceManaged, "NOTICE")))
+      resourceGenerators += copyFileToMetaInf(resourceManaged, "NOTICE"),
+      resourceGenerators += copyFileToMetaInf(resourceManaged, "DISCLAIMER")))
 
   def copyFileToMetaInf(dir: SettingKey[File], fileName: String) = Def.task[Seq[File]] {
     val fromFile = (LocalRootProject / baseDirectory).value / fileName


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