Skip to content

Commit

Permalink
Version 2.4:
Browse files Browse the repository at this point in the history
 - addition of license key dialog, callable via js
 - addition of http download js command
 - addition of text file processing js commands
 - refactor of scSpawnProcess
 - updated legal info
 - new project properties
 - bug fixes
  • Loading branch information
keelanstuart committed Mar 25, 2020
1 parent 085d543 commit ba9578a
Show file tree
Hide file tree
Showing 64 changed files with 1,135 additions and 229 deletions.
2 changes: 1 addition & 1 deletion Archiver/Include/Archiver.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
2 changes: 1 addition & 1 deletion Archiver/Source/Archiver.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
2 changes: 1 addition & 1 deletion Archiver/Source/FastLZArchiver.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
2 changes: 1 addition & 1 deletion Archiver/Source/FastLZArchiver.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
2 changes: 1 addition & 1 deletion sfx/sfx/FinishDlg.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
2 changes: 1 addition & 1 deletion sfx/sfx/FinishDlg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright ©2016. Authored by Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Copyright © 2013-2020, Keelan Stuart (hereafter referenced as AUTHOR). All Rights Reserved.
Permission to use, copy, modify, and distribute this software is hereby granted, without fee and without a signed licensing agreement,
provided that the above copyright notice appears in all copies, modifications, and distributions.
Furthermore, AUTHOR assumes no responsibility for any damages caused either directly or indirectly by the use of this software, nor vouches for
Expand Down
1 change: 1 addition & 0 deletions sfx/sfx/HtmlCtrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void CHtmlCtrl::OnDestroy()
//m_pBrowserApp->Release();
m_pBrowserApp = NULL;
}

CWnd::OnDestroy(); // bypass CView doc/frame stuff
}

Expand Down
Loading

0 comments on commit ba9578a

Please sign in to comment.