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 2014/01/14 14:43:28 UTC

git commit: [KARAF-2679] Fix license headers

Updated Branches:
  refs/heads/karaf-2.3.x 5dec84ecc -> bb0bd2e04


[KARAF-2679] Fix license headers


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

Branch: refs/heads/karaf-2.3.x
Commit: bb0bd2e0431bf7519660397a46a2e332c3134ec4
Parents: 5dec84e
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jan 14 14:43:02 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jan 14 14:43:02 2014 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/karaf/util/XmlUtils.java  | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/bb0bd2e0/util/src/main/java/org/apache/karaf/util/XmlUtils.java
----------------------------------------------------------------------
diff --git a/util/src/main/java/org/apache/karaf/util/XmlUtils.java b/util/src/main/java/org/apache/karaf/util/XmlUtils.java
index b11cb3d..714591b 100644
--- a/util/src/main/java/org/apache/karaf/util/XmlUtils.java
+++ b/util/src/main/java/org/apache/karaf/util/XmlUtils.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 org.w3c.dom.Document;
@@ -11,7 +27,6 @@ import javax.xml.transform.*;
 import java.io.File;
 import java.io.IOException;
 
-
 public class XmlUtils {
 
     private static final ThreadLocal<DocumentBuilderFactory> DOCUMENT_BUILDER_FACTORY = new ThreadLocal<DocumentBuilderFactory>();