From 49820dd24170f24a37c02fae6ba7ec06e190423f Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 20 Mar 2019 16:49:24 -0400 Subject: [PATCH] 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(-) mode change 100755 => 100644 action/messageHubProduce.py diff --git a/NOTICE.txt b/NOTICE.txt index b3b5bb17..bd5fef80 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