This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 403396b0be2710ddae0f367465d82a777bb09754 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Jan 25 13:51:14 2023 +0100 Add `NOTICE.txt` --- NOTICE.txt | 5 +++++ README.adoc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..a6e8c2b --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,5 @@ +Apache Log4j Tools +Copyright 2022-2023 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/README.adoc b/README.adoc index 24aeade..f8b8b92 100644 --- a/README.adoc +++ b/README.adoc @@ -50,7 +50,7 @@ See https://logging.apache.org/log4j/2.x/security.html[the Log4j Security page] == License 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. +See xref:NOTICE.txt[] 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 https://www.apache.org/licenses/LICENSE-2.0[].
