diff options
Diffstat (limited to 'ext/js/comm')
-rw-r--r-- | ext/js/comm/anki-connect.js | 1 | ||||
-rw-r--r-- | ext/js/comm/api.js | 1 | ||||
-rw-r--r-- | ext/js/comm/clipboard-monitor.js | 1 | ||||
-rw-r--r-- | ext/js/comm/clipboard-reader.js | 1 | ||||
-rw-r--r-- | ext/js/comm/cross-frame-api.js | 1 | ||||
-rw-r--r-- | ext/js/comm/frame-ancestry-handler.js | 1 | ||||
-rw-r--r-- | ext/js/comm/frame-client.js | 1 | ||||
-rw-r--r-- | ext/js/comm/frame-endpoint.js | 1 | ||||
-rw-r--r-- | ext/js/comm/frame-offset-forwarder.js | 1 | ||||
-rw-r--r-- | ext/js/comm/mecab.js | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/ext/js/comm/anki-connect.js b/ext/js/comm/anki-connect.js index 4228c12b..93bef27a 100644 --- a/ext/js/comm/anki-connect.js +++ b/ext/js/comm/anki-connect.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/comm/api.js b/ext/js/comm/api.js index 2adc9a99..8c76b795 100644 --- a/ext/js/comm/api.js +++ b/ext/js/comm/api.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/comm/clipboard-monitor.js b/ext/js/comm/clipboard-monitor.js index f5be04e7..7d339fd4 100644 --- a/ext/js/comm/clipboard-monitor.js +++ b/ext/js/comm/clipboard-monitor.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/comm/clipboard-reader.js b/ext/js/comm/clipboard-reader.js index 9e9a6116..1b0e87ca 100644 --- a/ext/js/comm/clipboard-reader.js +++ b/ext/js/comm/clipboard-reader.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/comm/cross-frame-api.js b/ext/js/comm/cross-frame-api.js index a6cb27ec..89946004 100644 --- a/ext/js/comm/cross-frame-api.js +++ b/ext/js/comm/cross-frame-api.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/comm/frame-ancestry-handler.js b/ext/js/comm/frame-ancestry-handler.js index 56daafe9..02a48e47 100644 --- a/ext/js/comm/frame-ancestry-handler.js +++ b/ext/js/comm/frame-ancestry-handler.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/comm/frame-client.js b/ext/js/comm/frame-client.js index 07cccba3..7d14b79f 100644 --- a/ext/js/comm/frame-client.js +++ b/ext/js/comm/frame-client.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/comm/frame-endpoint.js b/ext/js/comm/frame-endpoint.js index fb137f5a..ef9e3ad2 100644 --- a/ext/js/comm/frame-endpoint.js +++ b/ext/js/comm/frame-endpoint.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/comm/frame-offset-forwarder.js b/ext/js/comm/frame-offset-forwarder.js index bbc3999c..fb01489c 100644 --- a/ext/js/comm/frame-offset-forwarder.js +++ b/ext/js/comm/frame-offset-forwarder.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/comm/mecab.js b/ext/js/comm/mecab.js index 24364588..b1cb767a 100644 --- a/ext/js/comm/mecab.js +++ b/ext/js/comm/mecab.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 |