This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push: new 5642f32fed Add licence 5642f32fed is described below commit 5642f32fedb059ca5399b31085c2cc6e9b962494 Author: Piotr P. Karwasz <piotr.git...@karwasz.org> AuthorDate: Mon Sep 12 23:45:26 2022 +0200 Add licence --- src/tools/sort-pom.xslt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/tools/sort-pom.xslt b/src/tools/sort-pom.xslt index bba9a340a0..7d38b37382 100644 --- a/src/tools/sort-pom.xslt +++ b/src/tools/sort-pom.xslt @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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. + --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xalan="http://xml.apache.org/xslt" exclude-result-prefixes="pom xalan">