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/background | |
parent | 0572d1ca98cb5f4583d61208940f808ab4e95c99 (diff) |
Updated LICENSE to full license, added Yomitan 2023 to all license headers
Diffstat (limited to 'ext/js/background')
-rw-r--r-- | ext/js/background/backend.js | 1 | ||||
-rw-r--r-- | ext/js/background/background-main.js | 1 | ||||
-rw-r--r-- | ext/js/background/profile-conditions-util.js | 1 | ||||
-rw-r--r-- | ext/js/background/request-builder.js | 1 | ||||
-rw-r--r-- | ext/js/background/script-manager.js | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index b156e16f..d7f508be 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.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/background/background-main.js b/ext/js/background/background-main.js index 3640248e..1404bdbe 100644 --- a/ext/js/background/background-main.js +++ b/ext/js/background/background-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/background/profile-conditions-util.js b/ext/js/background/profile-conditions-util.js index e9bd7a19..e09b7cfb 100644 --- a/ext/js/background/profile-conditions-util.js +++ b/ext/js/background/profile-conditions-util.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/background/request-builder.js b/ext/js/background/request-builder.js index c9efd1b6..9b5ff7a7 100644 --- a/ext/js/background/request-builder.js +++ b/ext/js/background/request-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/background/script-manager.js b/ext/js/background/script-manager.js index 3deb74fe..0f49cbcc 100644 --- a/ext/js/background/script-manager.js +++ b/ext/js/background/script-manager.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 |