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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new e6955ba  Fix rat
e6955ba is described below

commit e6955bab8ffd4bb1397dfcf0abca5ee97613d6e3
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Jun 3 23:41:06 2020 +0200

    Fix rat
---
 .../org/apache/sshd/server/scp/InputStreamReader.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/sshd-scp/src/main/java/org/apache/sshd/server/scp/InputStreamReader.java 
b/sshd-scp/src/main/java/org/apache/sshd/server/scp/InputStreamReader.java
index cff78e9..b893e2b 100644
--- a/sshd-scp/src/main/java/org/apache/sshd/server/scp/InputStreamReader.java
+++ b/sshd-scp/src/main/java/org/apache/sshd/server/scp/InputStreamReader.java
@@ -1,4 +1,22 @@
 /*
+ * 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.
+ */
+/*
  * Copyright (c) 2002-2016, the original author or authors.
  *
  * This software is distributable under the BSD license. See the terms of the

Reply via email to