Skip to content

Commit

Permalink
License naming is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Nov 1, 2024
1 parent bee1642 commit 252cf42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const dependencies: Dependency[] = [
{
name: 'vtt.js',
projectLink: 'https://github.com/mozilla/vtt.js',
license: 'Apache-2.0',
license: 'Apache 2.0',
licenseLink: 'https://github.com/mozilla/vtt.js/blob/master/LICENSE',
purpose: 'Subtitle parsing',
},
Expand Down Expand Up @@ -172,15 +172,15 @@ const dependencies: Dependency[] = [
{
name: 'm3u8-parser',
projectLink: 'https://github.com/videojs/m3u8-parser',
license: 'Apache-2.0',
license: 'Apache 2.0',
licenseLink: 'https://github.com/videojs/m3u8-parser/blob/main/LICENSE',
purpose: 'Subtitle detection',
extension: true,
},
{
name: 'mpd-parser',
projectLink: 'https://github.com/videojs/mpd-parser',
license: 'Apache-2.0',
license: 'Apache 2.0',
licenseLink: 'https://github.com/videojs/mpd-parser/blob/main/LICENSE',
purpose: 'Subtitle detection',
extension: true,
Expand Down

0 comments on commit 252cf42

Please sign in to comment.