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 49820dd fixes for nits reported by rcverify (#328)
49820dd is described below
commit 49820dd24170f24a37c02fae6ba7ec06e190423f
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 20 16:49:24 2019 -0400
fixes for nits reported by rcverify (#328)
* use module name in Notice
* remove execute permission from messageHubProduce.py
---
NOTICE.txt | 2 +-
action/messageHubProduce.py | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index b3b5bb1..bd5fef8 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,4 +1,4 @@
-Apache OpenWhisk
+Apache OpenWhisk Package Kafka
Copyright 2016-2019 The Apache Software Foundation
This product includes software developed at
diff --git a/action/messageHubProduce.py b/action/messageHubProduce.py
old mode 100755
new mode 100644