updated copyright year on dictionary publish

This commit is contained in:
adueck 2023-12-17 18:01:02 +04:00
parent 51e22a4611
commit 1dc8eb0166
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ const storage = new Storage({
});
const title = "LingDocs Pashto Dictionary";
const license =
"Copyright © 2021 lingdocs.com All Rights Reserved - Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - https://creativecommons.org/licenses/by-nc-sa/4.0/";
const license = `Copyright © ${new Date().getFullYear()} lingdocs.com All Rights Reserved - Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - https://creativecommons.org/licenses/by-nc-sa/4.0/`;
const bucketName = "lingdocs";
const baseUrl = `https://storage.googleapis.com/${bucketName}/`;
const dictionaryFilename = "dictionary";