From ff5db2c18e3731e7c1063bf27ad5d6d9d22d1c6c Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 19 Jan 2024 22:42:10 -0500 Subject: Update copyright year (#524) * Update copyright year * Update lib files * Rebase updates * Update dates * Update years to range * Update permitted pattern --- ext/js/data/anki-note-builder.js | 2 +- ext/js/data/anki-util.js | 2 +- ext/js/data/database.js | 2 +- ext/js/data/json-schema.js | 2 +- ext/js/data/options-util.js | 2 +- ext/js/data/permissions-util.js | 2 +- ext/js/data/sandbox/anki-note-data-creator.js | 2 +- ext/js/data/sandbox/array-buffer-util.js | 2 +- ext/js/data/sandbox/string-util.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/js/data') diff --git a/ext/js/data/anki-note-builder.js b/ext/js/data/anki-note-builder.js index cdb06564..8577205e 100644 --- a/ext/js/data/anki-note-builder.js +++ b/ext/js/data/anki-note-builder.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/anki-util.js b/ext/js/data/anki-util.js index 4717d472..1edbc58c 100644 --- a/ext/js/data/anki-util.js +++ b/ext/js/data/anki-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/database.js b/ext/js/data/database.js index 43ac9e5b..e8575be2 100644 --- a/ext/js/data/database.js +++ b/ext/js/data/database.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/json-schema.js b/ext/js/data/json-schema.js index ee58976e..350ebbe5 100644 --- a/ext/js/data/json-schema.js +++ b/ext/js/data/json-schema.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/options-util.js b/ext/js/data/options-util.js index 0aabed6f..42f82ca2 100644 --- a/ext/js/data/options-util.js +++ b/ext/js/data/options-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/permissions-util.js b/ext/js/data/permissions-util.js index 76c5031b..43aaa87c 100644 --- a/ext/js/data/permissions-util.js +++ b/ext/js/data/permissions-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/sandbox/anki-note-data-creator.js b/ext/js/data/sandbox/anki-note-data-creator.js index 77d6e357..5a608cd2 100644 --- a/ext/js/data/sandbox/anki-note-data-creator.js +++ b/ext/js/data/sandbox/anki-note-data-creator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/sandbox/array-buffer-util.js b/ext/js/data/sandbox/array-buffer-util.js index 20715bd6..1857ec74 100644 --- a/ext/js/data/sandbox/array-buffer-util.js +++ b/ext/js/data/sandbox/array-buffer-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 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/data/sandbox/string-util.js b/ext/js/data/sandbox/string-util.js index 3d810ffb..3bc1c549 100644 --- a/ext/js/data/sandbox/string-util.js +++ b/ext/js/data/sandbox/string-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * Copyright (C) 2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3