SpiffyTek
/
SMACheck
Archived
1
0
Fork 0

Removed ESL check

Updated license
Updated copyright year
This commit is contained in:
MadMakz 2014-02-01 17:48:32 +01:00
parent 1db63732f9
commit f330b7f64d
3 changed files with 13 additions and 20 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2012-2013 SpiffyTek (http://spiffytek.com).
Copyright (c) 2012-2014 SpiffyTek (http://spiffytek.com).
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -8,14 +8,14 @@ modification, are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of SpiffyTek nor the
* Neither the name SpiffyTek nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL SpiffyTek BE LIABLE FOR ANY
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

View File

@ -14,7 +14,7 @@
;#AutoIt3Wrapper_Res_ProductVersion=x.x.x.x ; Broken, use #AutoIt3Wrapper_Res_Field=ProductVersion|x.x.x as workarround.
#AutoIt3Wrapper_Res_Field=ProductVersion|Freeware
#AutoIt3Wrapper_Res_Fileversion=1.1.5.115
#AutoIt3Wrapper_Res_Fileversion=1.1.5.116
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N ;(Y/N/P) AutoIncrement FileVersion After Aut2EXE is finished. default=N. P=Prompt, Will ask at Compilation time if you want to increase the versionnumber
#AutoIt3Wrapper_Res_Language=1033 ;Resource Language code . german = 1031, english (U.S.) = 1033. default 2057=English (United Kingdom). For a List see http://technet.microsoft.com/en-us/library/dd346950.aspx

View File

@ -66,7 +66,7 @@ Func _main()
$gButton_Submit = GUICtrlCreateButton("Check", 144, 104, 83, 25, $BS_CENTER)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
GuiCtrlSetState(-1, 512)
$gCopyright = GUICtrlCreateLabel("Š2012-2013 SpiffyTek && smacBANS", 0, 159, 368, 17, $SS_RIGHT)
$gCopyright = GUICtrlCreateLabel("Š2012-2014 SpiffyTek && smacBANS", 0, 159, 368, 17, $SS_RIGHT)
GUICtrlSetFont(-1, 8, 400, 0, "Tahoma")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gVersion = GUICtrlCreateLabel("v" & $VERSION, 2, 159, 369, 17, $SS_LEFT)
@ -167,37 +167,30 @@ Func gui_Info($output)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oMod = GUICtrlCreateLabel($pInfo[6], 150, 84, 215, 17)
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gVac = GUICtrlCreateLabel("VAC:", 30, 105, 48, 17)
$gVac = GUICtrlCreateLabel("VAC:", 50, 105, 48, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oVac = GUICtrlCreatePic("", 60, 104, 16, 16)
$oVac = GUICtrlCreatePic("", 80, 104, 16, 16)
_setStatusIcon(-1, $pInfo[5])
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gEac = GUICtrlCreateLabel("EAC:", 80, 105, 48, 17)
$gEac = GUICtrlCreateLabel("EAC:", 100, 105, 48, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oEac = GUICtrlCreatePic("", 110, 104, 16, 16)
$oEac = GUICtrlCreatePic("", 130, 104, 16, 16)
_setStatusIcon(-1, $pInfo[8])
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gEsea = GUICtrlCreateLabel("ESEA:", 130, 105, 48, 17)
$gEsea = GUICtrlCreateLabel("ESEA:", 150, 105, 48, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oEsea = GUICtrlCreatePic("", 170, 104, 16, 16)
$oEsea = GUICtrlCreatePic("", 190, 104, 16, 16)
_setStatusIcon(-1, $pInfo[9])
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gKac = GUICtrlCreateLabel("KAC:", 190, 105, 48, 17)
$gKac = GUICtrlCreateLabel("KAC:", 210, 105, 48, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oKac = GUICtrlCreatePic("", 220, 104, 16, 16)
$oKac = GUICtrlCreatePic("", 240, 104, 16, 16)
_setStatusIcon(-1, $pInfo[10])
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$gEsl = GUICtrlCreateLabel("ESL:", 240, 105, 48, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
$oEsl = GUICtrlCreatePic("", 270, 104, 16, 16)
_setStatusIcon(-1, $pInfo[11])
GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
GUISetState()