Skip to content

Commit 0dfe149

Browse files
Merge branch 'update-notice' into update-browser-sdk
2 parents 1f667a1 + c419415 commit 0dfe149

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update License Year
1+
name: Update Notice Year
22

33
on:
44
schedule:
@@ -23,23 +23,23 @@ jobs:
2323
- name: Set Previous Year
2424
run: "echo PREVIOUS=$(($CURRENT-1)) >> $GITHUB_ENV"
2525

26-
- name: Update LICENSE
26+
- name: Update NOTICE
2727
uses: jacobtomlinson/gha-find-replace@v3
2828
with:
2929
find: ${{ env.PREVIOUS }}
3030
replace: ${{ env.CURRENT }}
31-
include: "**/LICENSE"
31+
include: "NOTICE"
3232
regex: false
3333

3434
- name: Commit files
3535
run: |
3636
git config user.name 'github-actions[bot]'
3737
git config user.email 'github-actions[bot]@users.noreply.github.com'
38-
git commit -m "Updated License Year" -a
38+
git commit -m "Updated Notice Year" -a
3939
4040
- name: Create Pull Request
4141
uses: peter-evans/create-pull-request@v5
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
44-
title: Update License Year
45-
branch: update-license
44+
title: Update Notice Year
45+
branch: update-notice

NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Harness Feature Management Flutter SDK Copyright 2024-2026 Harness Inc.
2+
3+
This product includes software developed at Harness Inc. (https://harness.io/).
4+
5+
This product includes software originally developed by Split Software, Inc. (https://www.split.io/). Copyright 2022-2024 Split Software, Inc.

0 commit comments

Comments
 (0)