This is an automated email from the ASF dual-hosted git repository.
houshengbo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new 5ccbb5c Add ASF header to action testcase javascript file. (#364)
5ccbb5c is described below
commit 5ccbb5c0c51623743f45e9f3b8862db7aea03744
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu Aug 17 12:26:34 2017 -0500
Add ASF header to action testcase javascript file. (#364)
* Add ASF header to action testcase javascript file.
* Add ASF header to action testcase javascript file.
---
tests/dat/actions/dump_params.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tests/dat/actions/dump_params.js b/tests/dat/actions/dump_params.js
index 75e5c7a..651427a 100644
--- a/tests/dat/actions/dump_params.js
+++ b/tests/dat/actions/dump_params.js
@@ -1,3 +1,6 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
contributor
+// license agreements; and to You under the Apache License, Version 2.0.
+
function main(params) {
return {payload: params};
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].