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

rzo1 pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/opennlp-2.x by this push:
     new a11a334b Fix license generation for 2x interfering with 3x/main
a11a334b is described below

commit a11a334b4df1f6be6af93bf25fb86b0310a546bd
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Mar 31 09:36:00 2026 +0200

    Fix license generation for 2x interfering with 3x/main
---
 .github/workflows/license.yml | 2 +-
 src/license/NOTICE.template   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index a745a444..f1152ce4 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -62,7 +62,7 @@ jobs:
           committer: GitHub <[email protected]>
           author: ${{ github.actor }} <${{ github.actor 
}}@users.noreply.github.com>
           signoff: true
-          branch: regenerate_notice_file_after_dep_upgrade
+          branch: regenerate_notice_file_after_dep_upgrade_2.x
           delete-branch: true
           title: "Regenerated NOTICE file after dependency changes"
           body: |
diff --git a/src/license/NOTICE.template b/src/license/NOTICE.template
index 29b9cf6c..fc3785e4 100644
--- a/src/license/NOTICE.template
+++ b/src/license/NOTICE.template
@@ -1,5 +1,5 @@
 Apache OpenNLP
-Copyright 2021-2025 The Apache Software Foundation
+Copyright 2021-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Reply via email to