license checking

This commit is contained in:
Jan Prochazka
2024-07-31 15:36:55 +02:00
parent 07cb4defe6
commit 2e847eee9b
6 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function checkLicense() {
return true;
}
module.exports = {
checkLicense,
};