You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/06/12 04:47:13 UTC

[karaf] branch main updated: Fix header

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f8ec14  Fix header
2f8ec14 is described below

commit 2f8ec147d2315c8dbed820ca3cf309f7018c8bbd
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Jun 12 06:46:30 2021 +0200

    Fix header
---
 .../java/org/apache/karaf/util/DeployerUtilsTest.java  | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/util/src/test/java/org/apache/karaf/util/DeployerUtilsTest.java b/util/src/test/java/org/apache/karaf/util/DeployerUtilsTest.java
index 0e0e5c7..0498822 100644
--- a/util/src/test/java/org/apache/karaf/util/DeployerUtilsTest.java
+++ b/util/src/test/java/org/apache/karaf/util/DeployerUtilsTest.java
@@ -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.karaf.util;
 
 import junit.framework.TestCase;
@@ -44,4 +60,4 @@ public class DeployerUtilsTest extends TestCase
             equalTo(new String[]{"foobarbaz", "1.0.0.PR-4-SNAPSHOT", "jar"})
         );
     }
-}
\ No newline at end of file
+}