This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3e47be2e80 FINERACT-2687 Remove DISCLAIMER references
     new 5a93304677 Merge pull request #6142 from 
Yashgoswami-ds/FINERACT-2687-remove-disclaimer
3e47be2e80 is described below

commit 3e47be2e806cc74f57fce58302cb96213478cf9c
Author: Yash Goswami <[email protected]>
AuthorDate: Thu Jul 16 23:50:31 2026 +0530

    FINERACT-2687 Remove DISCLAIMER references
---
 fineract-doc/src/docs/en/chapters/release/process-step09.adoc | 2 +-
 fineract-war/build.gradle                                     | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/fineract-doc/src/docs/en/chapters/release/process-step09.adoc 
b/fineract-doc/src/docs/en/chapters/release/process-step09.adoc
index 782621da8b..1e0a34238e 100644
--- a/fineract-doc/src/docs/en/chapters/release/process-step09.adoc
+++ b/fineract-doc/src/docs/en/chapters/release/process-step09.adoc
@@ -10,7 +10,7 @@ Make sure release artifacts are hosted at both 
https://release-test.apache.org/c
 * Verify signatures and hashes. You may have to import the public key of the 
release manager to verify the signatures. (`gpg --import KEYS` or `gpg 
--recv-key <key id>`)
 * Git tag matches the released bits (`diff -rf`)
 * Can compile docs and code successfully from source
-* Verify DISCLAIMER, NOTICE and LICENSE (year etc)
+* Verify NOTICE and LICENSE (year etc)
 * All files have correct headers (Rat check should be clean - `./gradlew rat`)
 * No jar files in the source artifacts
 * All tests pass both in CI and locally
diff --git a/fineract-war/build.gradle b/fineract-war/build.gradle
index b7f5d9197f..f92d1fa1d4 100644
--- a/fineract-war/build.gradle
+++ b/fineract-war/build.gradle
@@ -51,7 +51,6 @@ war {
     def legalFiles = [
         file("$rootDir/LICENSE_RELEASE"),
         file("$rootDir/NOTICE_RELEASE"),
-        file("$rootDir/DISCLAIMER")
     ].findAll { it.exists() }
     
     if (!legalFiles.empty) {
@@ -134,7 +133,6 @@ distributions {
             rename ('LICENSE_RELEASE', 'LICENSE')
             rename ('NOTICE_RELEASE', 'NOTICE')
 
-            from "$rootDir/DISCLAIMER"
             from "$rootDir/README.md"
 
             from "$rootDir/fineract-doc/build/docs/pdf/en/index.pdf"

Reply via email to