This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch release/1.14.0
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/release/1.14.0 by this push:
new 2c4ed2e984 fix both NOTICE files for ATR
2c4ed2e984 is described below
commit 2c4ed2e984b8723f9e1827835e61a968158719eb
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Dec 18 10:27:14 2025 -0800
fix both NOTICE files for ATR
ATR (the ASF Trusted Releases tool) expects these to follow a very specific
template. In this case I had to s/by/at/ and add a newline.
See:
https://github.com/apache/tooling-trusted-releases/blob/52e202f2deae74d38bc60849736339b2ab919de8/atr/tasks/checks/license.py#L299
---
NOTICE_RELEASE | 4 ++--
NOTICE_SOURCE | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NOTICE_RELEASE b/NOTICE_RELEASE
index 083abdfe51..5a5d9b1dcc 100644
--- a/NOTICE_RELEASE
+++ b/NOTICE_RELEASE
@@ -1,8 +1,8 @@
Apache Fineract
Copyright 2008-2025 The Apache Software Foundation
-This product includes software developed by The Apache Software
-Foundation (http://www.apache.org/).
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
This product includes third party libraries and resource files from
different providers. The details of the different packages and their
diff --git a/NOTICE_SOURCE b/NOTICE_SOURCE
index 869b39afa1..085a410974 100644
--- a/NOTICE_SOURCE
+++ b/NOTICE_SOURCE
@@ -1,5 +1,5 @@
Apache Fineract
Copyright 2008-2025 The Apache Software Foundation
-This product includes software developed by The Apache Software
-Foundation (http://www.apache.org/).
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).