diff options
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..32048553 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..eb20bac6 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..f62baba2 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..35a0b9b1 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 |