This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new ffe0514 normalize release boilerplate files (#325)
ffe0514 is described below
commit ffe05144578b8f132289620c0a4bd8907f9ba62c
Author: David Grove <[email protected]>
AuthorDate: Sun Mar 17 19:55:58 2019 -0400
normalize release boilerplate files (#325)
---
DISCLAIMER.txt | 1 +
LICENSE.txt | 3 ++-
NOTICE | 2 --
NOTICE.txt | 5 +++++
README.md | 4 ++++
5 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
new file mode 100644
index 0000000..022bf42
--- /dev/null
+++ b/DISCLAIMER.txt
@@ -0,0 +1 @@
+Apache OpenWhisk Package Kafka is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. 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 [...]
diff --git a/LICENSE.txt b/LICENSE.txt
index aa88e48..d645695 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,3 +1,4 @@
+
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
@@ -186,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2015-2016 IBM Corporation
+ Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index 5502979..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,2 +0,0 @@
-This product includes software originally developed by IBM Corporation
-Copyright 2016 IBM Corp.
\ No newline at end of file
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 0000000..b3b5bb1
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,5 @@
+Apache OpenWhisk
+Copyright 2016-2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index c3cf3a8..e276b5b 100644
--- a/README.md
+++ b/README.md
@@ -386,3 +386,7 @@ If you wish to deploy the feed service yourself, please
refer to the [Developmen
- [OpenWhisk](https://www.ibm.com/cloud-computing/bluemix/openwhisk)
- [IBM Message Hub](https://developer.ibm.com/messaging/message-hub/)
- [Apache Kafka](https://kafka.apache.org/)
+
+# Disclaimer
+
+Apache OpenWhisk Package Kafka is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. 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 [...]