Update license

This commit is contained in:
2025-08-04 18:54:30 +10:00
parent c2c562fc0c
commit 07c06029d5
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
- name: Build binary
run: |
CGO_ENABLED=1 go build -v -o passkey-auth .
- name: Test binary
run: |
./passkey-auth --help || true # Some apps don't have --help
@@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
if: github.event_name == 'push' || github.event_name == 'release'
steps:
- name: Checkout code
uses: actions/checkout@v4
+1 -1
View File
@@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Copyright 2025 [Junwei Zhao]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
+1 -1
View File
@@ -402,7 +402,7 @@ kubectl port-forward svc/passkey-auth-service 8080:80 -n passkey-auth
## 📄 License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Apache License 2.0
## 🙏 Acknowledgments