Skip to content

Commit

Permalink
docs: Change license to AGPLv3
Browse files Browse the repository at this point in the history
- Add `.dockerignore` file with commonly ignored file and directory patterns
- Change software license from `MIT License` to `GNU GENERAL PUBLIC LICENSE Version 3`
- Update links in README file, changing them from plain text to clickable links
- Add an expanded explanation of GPL license requirements to the README file.

Signed-off-by: 陳鈞 <jim60105@gmail.com>
  • Loading branch information
jim60105 committed Jan 9, 2024
1 parent b8ecbe3 commit 78d069b
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 27 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**/LICENSE
**/*.md
**/.hadolint.yml
**/node_modules
**/*.log
**/.git
**/.gitignore
**/.env
**/.github
**/.vscode
**/bin
**/obj
**/dist
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
file: ./Dockerfile
push: true
target: final
tags: ${{ steps.setup.outputs.tags }}
labels: ${{ steps.setup.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
Loading

0 comments on commit 78d069b

Please sign in to comment.