This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch LoggerContextProperties in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a6b0f92e5bc4559b93dd2733893957ecc9125ca6 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Apr 28 19:25:41 2023 +0200 Fix license header --- src/site/asciidoc/log4j-transform.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/site/asciidoc/log4j-transform.adoc b/src/site/asciidoc/log4j-transform.adoc index ae46354e11..25b8f1d316 100644 --- a/src/site/asciidoc/log4j-transform.adoc +++ b/src/site/asciidoc/log4j-transform.adoc @@ -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. +//// = Log4j Transformation Tools Log4j Transformation Tools is set of build utilities to transform source and binary artifacts that use Log4j 2.x libraries.
