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 827d385  Add missing ASF license headers to 2 integration test java 
files. (#363)
827d385 is described below

commit 827d3852cf0c5d7dd62cad5bcd47dbfc7fdc6000
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu Aug 17 10:50:07 2017 -0500

    Add missing ASF license headers to 2 integration test java files. (#363)
---
 tests/src/integration/jaraction/jaraction_test.go | 19 ++++++++++++++++++-
 tests/src/integration/jaraction/src/Hello.java    | 17 +++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/tests/src/integration/jaraction/jaraction_test.go 
b/tests/src/integration/jaraction/jaraction_test.go
index 94b5363..e0c9dcb 100644
--- a/tests/src/integration/jaraction/jaraction_test.go
+++ b/tests/src/integration/jaraction/jaraction_test.go
@@ -1,5 +1,22 @@
 // +build integration
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package tests
 
 import (
@@ -23,5 +40,5 @@ func TestZipAction(t *testing.T) {
 
 var (
        manifestPath   = os.Getenv("GOPATH") + 
"/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/jaraction/manifest.yaml"
-       deploymentPath = "" 
+       deploymentPath = ""
 )
diff --git a/tests/src/integration/jaraction/src/Hello.java 
b/tests/src/integration/jaraction/src/Hello.java
index 7412e54..759244f 100644
--- a/tests/src/integration/jaraction/src/Hello.java
+++ b/tests/src/integration/jaraction/src/Hello.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 import com.google.gson.JsonObject;
 public class Hello {
     public static JsonObject main(JsonObject args) {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to