aboutsummaryrefslogtreecommitdiff
path: root/ext/js/display
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/display')
-rw-r--r--ext/js/display/display-anki.js1
-rw-r--r--ext/js/display/display-audio.js1
-rw-r--r--ext/js/display/display-content-manager.js1
-rw-r--r--ext/js/display/display-generator.js1
-rw-r--r--ext/js/display/display-history.js1
-rw-r--r--ext/js/display/display-notification.js1
-rw-r--r--ext/js/display/display-profile-selection.js1
-rw-r--r--ext/js/display/display-resizer.js1
-rw-r--r--ext/js/display/display.js1
-rw-r--r--ext/js/display/element-overflow-controller.js1
-rw-r--r--ext/js/display/option-toggle-hotkey-handler.js1
-rw-r--r--ext/js/display/popup-main.js1
-rw-r--r--ext/js/display/query-parser.js1
-rw-r--r--ext/js/display/sandbox/pronunciation-generator.js1
-rw-r--r--ext/js/display/sandbox/structured-content-generator.js1
-rw-r--r--ext/js/display/search-action-popup-controller.js1
-rw-r--r--ext/js/display/search-display-controller.js1
-rw-r--r--ext/js/display/search-main.js1
-rw-r--r--ext/js/display/search-persistent-state-controller.js1
19 files changed, 19 insertions, 0 deletions
diff --git a/ext/js/display/display-anki.js b/ext/js/display/display-anki.js
index e2101481..15ead997 100644
--- a/ext/js/display/display-anki.js
+++ b/ext/js/display/display-anki.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/display/display-audio.js b/ext/js/display/display-audio.js
index 5c0a66c2..628ecdab 100644
--- a/ext/js/display/display-audio.js
+++ b/ext/js/display/display-audio.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/display/display-content-manager.js b/ext/js/display/display-content-manager.js
index bfba5fb8..bff02666 100644
--- a/ext/js/display/display-content-manager.js
+++ b/ext/js/display/display-content-manager.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/display/display-generator.js b/ext/js/display/display-generator.js
index 851808f2..5c84fcbc 100644
--- a/ext/js/display/display-generator.js
+++ b/ext/js/display/display-generator.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/display/display-history.js b/ext/js/display/display-history.js
index 4cf85029..1f7ea436 100644
--- a/ext/js/display/display-history.js
+++ b/ext/js/display/display-history.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/display/display-notification.js b/ext/js/display/display-notification.js
index f9e72e6b..da7150e0 100644
--- a/ext/js/display/display-notification.js
+++ b/ext/js/display/display-notification.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/display/display-profile-selection.js b/ext/js/display/display-profile-selection.js
index 6e510ef1..1cffa558 100644
--- a/ext/js/display/display-profile-selection.js
+++ b/ext/js/display/display-profile-selection.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/display/display-resizer.js b/ext/js/display/display-resizer.js
index e7b6b26e..81e29170 100644
--- a/ext/js/display/display-resizer.js
+++ b/ext/js/display/display-resizer.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/display/display.js b/ext/js/display/display.js
index 21bdc5a4..2c9eab11 100644
--- a/ext/js/display/display.js
+++ b/ext/js/display/display.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/display/element-overflow-controller.js b/ext/js/display/element-overflow-controller.js
index 04f26438..9b997647 100644
--- a/ext/js/display/element-overflow-controller.js
+++ b/ext/js/display/element-overflow-controller.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/display/option-toggle-hotkey-handler.js b/ext/js/display/option-toggle-hotkey-handler.js
index 3f6b8052..eec63ecd 100644
--- a/ext/js/display/option-toggle-hotkey-handler.js
+++ b/ext/js/display/option-toggle-hotkey-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/display/popup-main.js b/ext/js/display/popup-main.js
index 70e01304..586eb150 100644
--- a/ext/js/display/popup-main.js
+++ b/ext/js/display/popup-main.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/display/query-parser.js b/ext/js/display/query-parser.js
index bafa9045..c5bc47de 100644
--- a/ext/js/display/query-parser.js
+++ b/ext/js/display/query-parser.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/display/sandbox/pronunciation-generator.js b/ext/js/display/sandbox/pronunciation-generator.js
index ea2b1b3d..50000ab6 100644
--- a/ext/js/display/sandbox/pronunciation-generator.js
+++ b/ext/js/display/sandbox/pronunciation-generator.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/display/sandbox/structured-content-generator.js b/ext/js/display/sandbox/structured-content-generator.js
index bf9c1fb2..98114221 100644
--- a/ext/js/display/sandbox/structured-content-generator.js
+++ b/ext/js/display/sandbox/structured-content-generator.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/display/search-action-popup-controller.js b/ext/js/display/search-action-popup-controller.js
index 0abef4fa..5f230ded 100644
--- a/ext/js/display/search-action-popup-controller.js
+++ b/ext/js/display/search-action-popup-controller.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/display/search-display-controller.js b/ext/js/display/search-display-controller.js
index 6131e0db..0e477fe7 100644
--- a/ext/js/display/search-display-controller.js
+++ b/ext/js/display/search-display-controller.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/display/search-main.js b/ext/js/display/search-main.js
index 82d991f3..7bf04e98 100644
--- a/ext/js/display/search-main.js
+++ b/ext/js/display/search-main.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/display/search-persistent-state-controller.js b/ext/js/display/search-persistent-state-controller.js
index 2e38f9a0..dda44f8a 100644
--- a/ext/js/display/search-persistent-state-controller.js
+++ b/ext/js/display/search-persistent-state-controller.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