Fix missing header

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/247f5e4d
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/247f5e4d
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/247f5e4d

Branch: refs/heads/master
Commit: 247f5e4d1af0261cffd5c54f62249f8578dbdc2e
Parents: f0921dd
Author: Guillaume Nodet <gno...@apache.org>
Authored: Mon Sep 15 10:16:25 2014 +0200
Committer: Guillaume Nodet <gno...@apache.org>
Committed: Mon Sep 15 10:16:25 2014 +0200

----------------------------------------------------------------------
 .../AbstractGeneratorHostKeyProviderTest.java     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/247f5e4d/sshd-core/src/test/java/org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProviderTest.java
----------------------------------------------------------------------
diff --git 
a/sshd-core/src/test/java/org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProviderTest.java
 
b/sshd-core/src/test/java/org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProviderTest.java
index 6c1530b..8720e94 100644
--- 
a/sshd-core/src/test/java/org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProviderTest.java
+++ 
b/sshd-core/src/test/java/org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProviderTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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.sshd.server.keyprovider;
 
 import org.junit.Rule;

Reply via email to