Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0DF2E200CE7 for ; Thu, 17 Aug 2017 19:26:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C38F2162F55; Thu, 17 Aug 2017 17:26:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1A58E1633DA for ; Thu, 17 Aug 2017 19:26:45 +0200 (CEST) Received: (qmail 25495 invoked by uid 500); 17 Aug 2017 17:26:44 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 25486 invoked by uid 99); 17 Aug 2017 17:26:44 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2017 17:26:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 211A4814F0; Thu, 17 Aug 2017 17:26:42 +0000 (UTC) Date: Thu, 17 Aug 2017 17:26:42 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-wskdeploy] branch master updated: Add ASF header to action testcase javascript file. (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150299080266.25455.4461214700447397653@gitbox.apache.org> From: houshengbo@apache.org Reply-To: "commits@openwhisk.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-wskdeploy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 827d3852cf0c5d7dd62cad5bcd47dbfc7fdc6000 X-Git-Newrev: 5ccbb5c0c51623743f45e9f3b8862db7aea03744 X-Git-Rev: 5ccbb5c0c51623743f45e9f3b8862db7aea03744 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 17 Aug 2017 17:26:47 -0000 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 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 ['"commits@openwhisk.apache.org" '].