diff options
Diffstat (limited to 'ext/js/data')
-rw-r--r-- | ext/js/data/anki-note-builder.js | 1 | ||||
-rw-r--r-- | ext/js/data/anki-util.js | 1 | ||||
-rw-r--r-- | ext/js/data/database.js | 1 | ||||
-rw-r--r-- | ext/js/data/json-schema.js | 1 | ||||
-rw-r--r-- | ext/js/data/options-util.js | 1 | ||||
-rw-r--r-- | ext/js/data/permissions-util.js | 1 | ||||
-rw-r--r-- | ext/js/data/sandbox/anki-note-data-creator.js | 1 | ||||
-rw-r--r-- | ext/js/data/sandbox/array-buffer-util.js | 1 | ||||
-rw-r--r-- | ext/js/data/sandbox/string-util.js | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/ext/js/data/anki-note-builder.js b/ext/js/data/anki-note-builder.js index 9691aadb..c1b58cc2 100644 --- a/ext/js/data/anki-note-builder.js +++ b/ext/js/data/anki-note-builder.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/data/anki-util.js b/ext/js/data/anki-util.js index bb375230..3b433dc9 100644 --- a/ext/js/data/anki-util.js +++ b/ext/js/data/anki-util.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/data/database.js b/ext/js/data/database.js index 562b56d5..205f6385 100644 --- a/ext/js/data/database.js +++ b/ext/js/data/database.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/data/json-schema.js b/ext/js/data/json-schema.js index ced89c61..c22a0e1a 100644 --- a/ext/js/data/json-schema.js +++ b/ext/js/data/json-schema.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/data/options-util.js b/ext/js/data/options-util.js index 442007d0..2674701f 100644 --- a/ext/js/data/options-util.js +++ b/ext/js/data/options-util.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/data/permissions-util.js b/ext/js/data/permissions-util.js index c48aa750..afec470c 100644 --- a/ext/js/data/permissions-util.js +++ b/ext/js/data/permissions-util.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/data/sandbox/anki-note-data-creator.js b/ext/js/data/sandbox/anki-note-data-creator.js index e1c32193..33b4af6f 100644 --- a/ext/js/data/sandbox/anki-note-data-creator.js +++ b/ext/js/data/sandbox/anki-note-data-creator.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/data/sandbox/array-buffer-util.js b/ext/js/data/sandbox/array-buffer-util.js index 13988e76..f96406bc 100644 --- a/ext/js/data/sandbox/array-buffer-util.js +++ b/ext/js/data/sandbox/array-buffer-util.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/data/sandbox/string-util.js b/ext/js/data/sandbox/string-util.js index 72b8fc7f..c158fd1a 100644 --- a/ext/js/data/sandbox/string-util.js +++ b/ext/js/data/sandbox/string-util.js @@ -1,4 +1,5 @@ /* + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify |