add missing license header

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4c030b12
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4c030b12
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4c030b12

Branch: refs/heads/master
Commit: 4c030b12d83c29ac09190b4650af702e1378bdf8
Parents: 7eaad15
Author: Mark Struberg <strub...@apache.org>
Authored: Thu Jun 7 21:50:24 2018 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Thu Jun 7 21:50:24 2018 +0200

----------------------------------------------------------------------
 .../test/core/api/config/ConfigHelperTest.java  | 21 +++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4c030b12/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/ConfigHelperTest.java
----------------------------------------------------------------------
diff --git 
a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/ConfigHelperTest.java
 
b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/ConfigHelperTest.java
index fa4687e..5a5b91d 100644
--- 
a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/ConfigHelperTest.java
+++ 
b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/api/config/ConfigHelperTest.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.deltaspike.test.core.api.config;
 
 import org.apache.deltaspike.core.api.config.ConfigResolver;
@@ -8,9 +26,6 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.Set;
 
-/**
- * @author Mark Struberg
- */
 public class ConfigHelperTest {
 
     @Test

Reply via email to