Skip to content

Commit

Permalink
Remove SpectralAnalysis licence as no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace committed Aug 11, 2020
1 parent 20932a8 commit b33296f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
Binary file removed lib/licence/SpectralAnalysisLicence.jar
Binary file not shown.
Binary file removed lib/licence/public.key
Binary file not shown.
3 changes: 1 addition & 2 deletions src/util/canUseJSpectralAnalysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
% Check if old versions of Java are used, and if so then we can't use the
% fast methods in JSpectralAnalysis (uses Java 7)
if(~isempty(strfind(version('-java'), '1.6')) || ...
~isempty(strfind(version('-java'), '1.5')) || ...
~isValidLicence())
~isempty(strfind(version('-java'), '1.5')))
can = false;
else
can = true;
Expand Down
43 changes: 0 additions & 43 deletions src/util/isValidLicence.m

This file was deleted.

0 comments on commit b33296f

Please sign in to comment.