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 --- dev/lib/dexie.js | 2 +- dev/lib/handlebars.js | 2 +- dev/lib/parse5.js | 2 +- dev/lib/ucs2length.js | 2 +- dev/lib/wanakana.js | 2 +- dev/lib/z-worker.js | 2 +- dev/lib/zip.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dev/lib') diff --git a/dev/lib/dexie.js b/dev/lib/dexie.js index 81a62b28..834260e0 100644 --- a/dev/lib/dexie.js +++ b/dev/lib/dexie.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/handlebars.js b/dev/lib/handlebars.js index 5b57efdd..c99a3b13 100644 --- a/dev/lib/handlebars.js +++ b/dev/lib/handlebars.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/parse5.js b/dev/lib/parse5.js index c7b2c838..03249db4 100644 --- a/dev/lib/parse5.js +++ b/dev/lib/parse5.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/ucs2length.js b/dev/lib/ucs2length.js index 3b370493..ce9027de 100644 --- a/dev/lib/ucs2length.js +++ b/dev/lib/ucs2length.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/wanakana.js b/dev/lib/wanakana.js index dca70729..b2679cec 100644 --- a/dev/lib/wanakana.js +++ b/dev/lib/wanakana.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/z-worker.js b/dev/lib/z-worker.js index f6a95ed3..142ed8fc 100644 --- a/dev/lib/z-worker.js +++ b/dev/lib/z-worker.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dev/lib/zip.js b/dev/lib/zip.js index b6e85451..007b4285 100644 --- a/dev/lib/zip.js +++ b/dev/lib/zip.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023-2024 Yomitan Authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3