This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new dd6ab4d Rcverify fixes (#180)
dd6ab4d is described below
commit dd6ab4d81c8893436e7242170d57951c089d5185
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 20 17:18:23 2019 -0400
Rcverify fixes (#180)
* use repo name in NOTICE.txt
* app.js should not be executable
---
NOTICE.txt | 2 +-
provider/app.js | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index b3b5bb1..830fee4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,4 +1,4 @@
-Apache OpenWhisk
+Apache OpenWhisk Package Alarms
Copyright 2016-2019 The Apache Software Foundation
This product includes software developed at
diff --git a/provider/app.js b/provider/app.js
old mode 100755
new mode 100644