GPL license download helper application.

As per https://www.gnu.org/licenses/gpl-howto.html instructions.
main
q-- 12 years ago
parent 69410c9bc2
commit a7ea128fa7

@ -1,4 +1,27 @@
<script type='text/javascript'>
<script type='text/javascript'>/*
Download helper application
Copyright © 2012 q-- <https://github.com/q-->
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var fileSystem = new ActiveXObject("Scripting.FileSystemObject");
var wShell=new ActiveXObject('WScript.Shell');

Loading…
Cancel
Save