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/11 13:39:31 UTC

[incubator-pekko-connectors-kafka] branch main updated: add disclaimer (#37)

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-connectors-kafka.git


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

commit f872dcdfdc0f32411d74d93fc6a30eaa5121de4e
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sat Feb 11 14:39:26 2023 +0100

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

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 00000000..6a31e0f4
--- /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 1965dc54..1f185755 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