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 86f6a8c9b8 add license to scripts/*.sh
86f6a8c9b8 is described below
commit 86f6a8c9b8a221d00079e89ed4afc7b41ba47684
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Dec 18 10:45:32 2025 -0800
add license to scripts/*.sh
conform rather than bypass RAT license check
---
build.gradle | 3 +--
scripts/split-features.sh | 17 +++++++++++++++++
scripts/split-tests.sh | 18 ++++++++++++++++++
3 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 1d25ed0514..ee244517ca 100644
--- a/build.gradle
+++ b/build.gradle
@@ -344,8 +344,7 @@ allprojects {
"**/generated/**/*MapperImpl.java",
'**/META-INF/fineract-test.config',
// Apache-specific GitHub metadata settings file
- '/.asf.yaml',
- '**/*.sh'
+ '/.asf.yaml'
]
}
}
diff --git a/scripts/split-features.sh b/scripts/split-features.sh
index 2213af4cfa..8e5fb2dd51 100755
--- a/scripts/split-features.sh
+++ b/scripts/split-features.sh
@@ -1,5 +1,22 @@
#!/bin/bash
+# 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.
+
# Exit on any error
set -e
diff --git a/scripts/split-tests.sh b/scripts/split-tests.sh
index c083fedf8a..713466917f 100755
--- a/scripts/split-tests.sh
+++ b/scripts/split-tests.sh
@@ -1,4 +1,22 @@
#!/bin/bash
+
+# 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.
+
# Usage: ./split-tests.sh <total-shards> <shard-index>
set -e