diff --git a/LICENSE.md b/LICENSE.md index 29760cc58..e009286ab 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-2023 Fredrik Norén +Copyright (c) 2013-2024 Fredrik Norén Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/electronpackage.js b/scripts/electronpackage.js index 8e94d68c2..a325af6c8 100644 --- a/scripts/electronpackage.js +++ b/scripts/electronpackage.js @@ -22,7 +22,7 @@ const builds = process.argv.includes('--all') // keep in sync with ci.yml (https arch: builds[platform], asar: true, overwrite: platform == 'current', - appCopyright: 'Copyright (c) 2013-2023 Fredrik Norén', + appCopyright: 'Copyright (c) 2013-2024 Fredrik Norén', ignore: [ /^\/(?:[^/]+?\/)*(?:\..+|.+\.less)$/, // dot-files and less files anywhere /^\/(?:\..+|assets|clicktests|coverage|dist|scripts|test)\//, // folders in root