diff options
Diffstat (limited to 'ext/js/dom')
-rw-r--r-- | ext/js/dom/document-focus-controller.js | 1 | ||||
-rw-r--r-- | ext/js/dom/document-util.js | 1 | ||||
-rw-r--r-- | ext/js/dom/dom-data-binder.js | 1 | ||||
-rw-r--r-- | ext/js/dom/dom-text-scanner.js | 1 | ||||
-rw-r--r-- | ext/js/dom/html-template-collection.js | 1 | ||||
-rw-r--r-- | ext/js/dom/native-simple-dom-parser.js | 1 | ||||
-rw-r--r-- | ext/js/dom/panel-element.js | 1 | ||||
-rw-r--r-- | ext/js/dom/popup-menu.js | 1 | ||||
-rw-r--r-- | ext/js/dom/sandbox/css-style-applier.js | 1 | ||||
-rw-r--r-- | ext/js/dom/scroll-element.js | 1 | ||||
-rw-r--r-- | ext/js/dom/selector-observer.js | 1 | ||||
-rw-r--r-- | ext/js/dom/simple-dom-parser.js | 1 | ||||
-rw-r--r-- | ext/js/dom/text-source-element.js | 1 | ||||
-rw-r--r-- | ext/js/dom/text-source-range.js | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/ext/js/dom/document-focus-controller.js b/ext/js/dom/document-focus-controller.js index d6c24646..cf1d6ea4 100644 --- a/ext/js/dom/document-focus-controller.js +++ b/ext/js/dom/document-focus-controller.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/dom/document-util.js b/ext/js/dom/document-util.js index 3934c1e2..70cc95bf 100644 --- a/ext/js/dom/document-util.js +++ b/ext/js/dom/document-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/dom/dom-data-binder.js b/ext/js/dom/dom-data-binder.js index 5835cf8c..4d7153fd 100644 --- a/ext/js/dom/dom-data-binder.js +++ b/ext/js/dom/dom-data-binder.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/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js index 20aec9af..77cc60b8 100644 --- a/ext/js/dom/dom-text-scanner.js +++ b/ext/js/dom/dom-text-scanner.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/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js index 936c45ea..a0fad712 100644 --- a/ext/js/dom/html-template-collection.js +++ b/ext/js/dom/html-template-collection.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/dom/native-simple-dom-parser.js b/ext/js/dom/native-simple-dom-parser.js index d7ecd43a..04b5c5c2 100644 --- a/ext/js/dom/native-simple-dom-parser.js +++ b/ext/js/dom/native-simple-dom-parser.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/dom/panel-element.js b/ext/js/dom/panel-element.js index 69fb4601..ecb5d92e 100644 --- a/ext/js/dom/panel-element.js +++ b/ext/js/dom/panel-element.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/dom/popup-menu.js b/ext/js/dom/popup-menu.js index 7f5e3130..213b64eb 100644 --- a/ext/js/dom/popup-menu.js +++ b/ext/js/dom/popup-menu.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/dom/sandbox/css-style-applier.js b/ext/js/dom/sandbox/css-style-applier.js index 0f44df0a..41b7ac79 100644 --- a/ext/js/dom/sandbox/css-style-applier.js +++ b/ext/js/dom/sandbox/css-style-applier.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/dom/scroll-element.js b/ext/js/dom/scroll-element.js index 0a1834f7..3f5d9edc 100644 --- a/ext/js/dom/scroll-element.js +++ b/ext/js/dom/scroll-element.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/dom/selector-observer.js b/ext/js/dom/selector-observer.js index 071c3971..643ef3f3 100644 --- a/ext/js/dom/selector-observer.js +++ b/ext/js/dom/selector-observer.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/dom/simple-dom-parser.js b/ext/js/dom/simple-dom-parser.js index f5489d5e..766215be 100644 --- a/ext/js/dom/simple-dom-parser.js +++ b/ext/js/dom/simple-dom-parser.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/dom/text-source-element.js b/ext/js/dom/text-source-element.js index 1c60a5b8..fe6510e7 100644 --- a/ext/js/dom/text-source-element.js +++ b/ext/js/dom/text-source-element.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/dom/text-source-range.js b/ext/js/dom/text-source-range.js index bbc22599..8f147722 100644 --- a/ext/js/dom/text-source-range.js +++ b/ext/js/dom/text-source-range.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 |