This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 9825abd  Fix style, add headers
9825abd is described below

commit 9825abd2817068c9eba0208004108e73570c7e45
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Wed Jun 12 16:47:28 2019 -0700

    Fix style, add headers
---
 .../main/kotlin/org/apache/tuweni/relayer/RelayerApp.kt  |  2 --
 .../tuweni/relayer/RelayerAppCommandlineArguments.kt     | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git 
a/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerApp.kt 
b/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerApp.kt
index f4a693c..6ba2d6b 100644
--- a/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerApp.kt
+++ b/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerApp.kt
@@ -53,5 +53,3 @@ class RelayerApp {
     }
   }
 }
-
-
diff --git 
a/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerAppCommandlineArguments.kt
 
b/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerAppCommandlineArguments.kt
index fb654c0..de95173 100644
--- 
a/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerAppCommandlineArguments.kt
+++ 
b/hobbits-relayer/src/main/kotlin/org/apache/tuweni/relayer/RelayerAppCommandlineArguments.kt
@@ -1,3 +1,19 @@
+/*
+ * 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 org.apache.tuweni.relayer
 
 import picocli.CommandLine


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to