calcDateLicenseExpi​ry

バージョン 1.0.0.0 (616 Bytes) 作成者: Martyn Dorey
An effective way to put a time bar on your distributed files, so you can protect your intellectual c
ダウンロード: 1.2K
更新 2005/3/11

ライセンスがありません

The most common way to time bar your work is to compare todays date with a time bar.

However it is easy for a user to change the date on their machine to get round this. (You can do this on MATLAB for example).

This solution compares the license expiry date with the latest date that files were changed in a check directory[default: 'c:\windows'].
It's a pain to overide this.

This technique should help you protect your intellectual capital when you distribute your work to clients.

% dteEnd = datenum('30-Jun-2005','dd-mmm-yyyy');
% sclrExpire = calcDateLicenseExpiry(dteEnd);
% if sclrExpire>0,
% txtErr= 'Licence expired please contact xxx.yyyy@address.com';
% uiwait(msgbox(txtErr));
% error(txtErr);
% end

Don't know how to stop MATLAB models from being copied. Look forward to hearing your views.
Regards
Martyn

引用

Martyn Dorey (2024). calcDateLicenseExpiry (https://www.mathworks.com/matlabcentral/fileexchange/7086-calcdatelicenseexpiry), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersApplication Deployment についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Rubbish spelling.