diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-03-23 18:27:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 18:27:00 +0900 |
commit | bb9c6ec4118c1ed8fd67ff4a760c352675086f6a (patch) | |
tree | 8c455a9f8cd5359ee96ff17ed2f73672a6bf43d2 /ext/js/app | |
parent | d1c694535113206ba059e83958c1e8c9addd10b2 (diff) | |
parent | 24c3018a02d8d610510a38d99c8539b06018b4a7 (diff) |
Merge pull request #99 from Aquafina-water-bottle/rename_license
LICENSE & preamble changes
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..0006a244 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..dc16701d 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..eeb31a1b 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..e7e51ddf 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..32e8b250 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..8d140064 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..f8d5410b 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 |