Skip to content

Commit

Permalink
Fix voicevox license
Browse files Browse the repository at this point in the history
  • Loading branch information
shirowanisan committed Jan 8, 2023
1 parent 8fd8ff0 commit a39fbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine_manifest_assets/dependency_licenses.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generate_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def generate_licenses() -> List[License]:
) as res:
licenses.append(
License(
name="voicevox",
name="VOICEVOX",
version="0.14.0-modified-by-shirowanisan",
license="LGPL license",
text=res.read().decode(),
Expand Down

0 comments on commit a39fbaf

Please sign in to comment.