Skip to content

Commit

Permalink
Add License update to Release please
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcolombo committed Mar 7, 2023
1 parent 41d01bd commit c7aa6d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/change-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
api/scripts/update-package-versions.sh "$(cat version.txt)"
api/scripts/update-own-version-constants.sh "$(cat version.txt)"
scripts/update-license-version.sh "$(cat version.txt)"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
token: "${{ secrets.RELEASER_TOKEN }}"
8 changes: 3 additions & 5 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ The Licensed Work is (c) 2023 Kurtosis Technologies, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that
you may not use the Licensed Work for an Environment Orchestration Service.

An “Environment Orchestration Service” is a commercial offering that
An “Environment Orchestration Service” is any offering that
allows third parties (other than your employees and
contractors) to access the functionality of the
Licensed Work by creating distributed system environments whose components are
controlled by such third parties.
contractors) to create distributed system environments.

Change Date: 2027-03-06
Change Date: 2027-03-07

Change License: AGPLv3 (GNU Affero General Public License Version 3)

Expand Down
2 changes: 1 addition & 1 deletion scripts/update-license-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ fi
if ! $(kudet update-version-in-file "${to_update_abs_filepath}" "${REPLACE_PATTERN_CHANGE_DATE}" "${license_change_date}"); then
echo "Error: An error occurred setting change date '${license_change_date}' in constants file '${constant_file_abs_filepath}' using pattern '${REPLACE_PATTERN_CHANGE_DATE}'" >&2
exit 1
fi
fi

0 comments on commit c7aa6d5

Please sign in to comment.