diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 05:53:36 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 05:53:36 -0600 |
commit | a2b239886eab4975d93b8be689fb321e6a0e3afa (patch) | |
tree | 0b487818c0f4f0a787f52114c7df706c4df2a0bc /ext/js/media | |
parent | 0572d1ca98cb5f4583d61208940f808ab4e95c99 (diff) |
Updated LICENSE to full license, added Yomitan 2023 to all license headers
Diffstat (limited to 'ext/js/media')
-rw-r--r-- | ext/js/media/audio-downloader.js | 1 | ||||
-rw-r--r-- | ext/js/media/audio-system.js | 1 | ||||
-rw-r--r-- | ext/js/media/media-util.js | 1 | ||||
-rw-r--r-- | ext/js/media/text-to-speech-audio.js | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/ext/js/media/audio-downloader.js b/ext/js/media/audio-downloader.js index 77e9afd2..15ea5116 100644 --- a/ext/js/media/audio-downloader.js +++ b/ext/js/media/audio-downloader.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/audio-system.js b/ext/js/media/audio-system.js index 49642635..d0848abd 100644 --- a/ext/js/media/audio-system.js +++ b/ext/js/media/audio-system.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/media-util.js b/ext/js/media/media-util.js index 582b13a2..e02cc391 100644 --- a/ext/js/media/media-util.js +++ b/ext/js/media/media-util.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/text-to-speech-audio.js b/ext/js/media/text-to-speech-audio.js index 77e13020..51228f1c 100644 --- a/ext/js/media/text-to-speech-audio.js +++ b/ext/js/media/text-to-speech-audio.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify |