Skip to content

Commit a11a334

Browse files
committed
Fix license generation for 2x interfering with 3x/main
1 parent 1282f8f commit a11a334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
committer: GitHub <noreply@github.com>
6363
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
6464
signoff: true
65-
branch: regenerate_notice_file_after_dep_upgrade
65+
branch: regenerate_notice_file_after_dep_upgrade_2.x
6666
delete-branch: true
6767
title: "Regenerated NOTICE file after dependency changes"
6868
body: |

src/license/NOTICE.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenNLP
2-
Copyright 2021-2025 The Apache Software Foundation
2+
Copyright 2021-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

0 commit comments

Comments
 (0)