Skip to content

Commit

Permalink
fix(webdav): wrong license
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jul 1, 2024
1 parent bc7cbc3 commit 50f5178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webdav/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webdav/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voltaserve-webdav",
"version": "2.0.0",
"license": "MIT",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"start": "ts-node -r tsconfig-paths/register src/server.ts",
Expand Down

0 comments on commit 50f5178

Please sign in to comment.