diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 05:53:36 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-21 05:53:36 -0600 |
commit | a2b239886eab4975d93b8be689fb321e6a0e3afa (patch) | |
tree | 0b487818c0f4f0a787f52114c7df706c4df2a0bc /ext/js/app | |
parent | 0572d1ca98cb5f4583d61208940f808ab4e95c99 (diff) |
Updated LICENSE to full license, added Yomitan 2023 to all license headers
Diffstat (limited to 'ext/js/app')
-rw-r--r-- | ext/js/app/content-script-main.js | 1 | ||||
-rw-r--r-- | ext/js/app/frontend.js | 1 | ||||
-rw-r--r-- | ext/js/app/popup-factory.js | 1 | ||||
-rw-r--r-- | ext/js/app/popup-proxy.js | 1 | ||||
-rw-r--r-- | ext/js/app/popup-window.js | 1 | ||||
-rw-r--r-- | ext/js/app/popup.js | 1 | ||||
-rw-r--r-- | ext/js/app/theme-controller.js | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/ext/js/app/content-script-main.js b/ext/js/app/content-script-main.js index d586c1cc..e278cfdb 100644 --- a/ext/js/app/content-script-main.js +++ b/ext/js/app/content-script-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/app/frontend.js b/ext/js/app/frontend.js index 229ec940..3f783eee 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.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/app/popup-factory.js b/ext/js/app/popup-factory.js index 112fa963..858302a7 100644 --- a/ext/js/app/popup-factory.js +++ b/ext/js/app/popup-factory.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/app/popup-proxy.js b/ext/js/app/popup-proxy.js index 77d87520..a5392894 100644 --- a/ext/js/app/popup-proxy.js +++ b/ext/js/app/popup-proxy.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/app/popup-window.js b/ext/js/app/popup-window.js index 19753906..9aee160a 100644 --- a/ext/js/app/popup-window.js +++ b/ext/js/app/popup-window.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/app/popup.js b/ext/js/app/popup.js index 8b62b92a..442c0baf 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.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/app/theme-controller.js b/ext/js/app/theme-controller.js index 6a95e2d7..6f3184be 100644 --- a/ext/js/app/theme-controller.js +++ b/ext/js/app/theme-controller.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 |