From dabe43dfdc589a244d2d266d63c5a41292ec25de Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Thu, 28 Dec 2017 13:18:30 +0100 Subject: [PATCH] Fixed headers --- .../hierynomus/sshj/IntegrationBaseSpec.groovy | 15 +++++++++++++++ .../com/hierynomus/sshj/sftp/FileWriteSpec.groovy | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/itest/groovy/com/hierynomus/sshj/IntegrationBaseSpec.groovy b/src/itest/groovy/com/hierynomus/sshj/IntegrationBaseSpec.groovy index 0e469bc8..19ae629c 100644 --- a/src/itest/groovy/com/hierynomus/sshj/IntegrationBaseSpec.groovy +++ b/src/itest/groovy/com/hierynomus/sshj/IntegrationBaseSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright (C)2009 - SSHJ Contributors + * + * Licensed 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 com.hierynomus.sshj import net.schmizz.sshj.DefaultConfig diff --git a/src/itest/groovy/com/hierynomus/sshj/sftp/FileWriteSpec.groovy b/src/itest/groovy/com/hierynomus/sshj/sftp/FileWriteSpec.groovy index f6ea07ac..d61187df 100644 --- a/src/itest/groovy/com/hierynomus/sshj/sftp/FileWriteSpec.groovy +++ b/src/itest/groovy/com/hierynomus/sshj/sftp/FileWriteSpec.groovy @@ -1,3 +1,18 @@ +/* + * Copyright (C)2009 - SSHJ Contributors + * + * Licensed 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 com.hierynomus.sshj.sftp import com.hierynomus.sshj.IntegrationBaseSpec