Skip to content

Commit 6296a88

Browse files
committed
Update license text and GH actions
1 parent 2f5fcdb commit 6296a88

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/maven-central-release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
2525
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2626

27+
- name: Setup Node.js
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: '20'
31+
2732
- name: Build and Test
2833
run: mvn clean verify
2934

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Broadcom
3+
Copyright (c) 2025 the original author or authors.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)