From 1868461cbfcc14f02781df0f365ac8058eef5dde Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 11 Jul 2004 04:24:08 +0000 Subject: prepared for bigbrother 1.5 release git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@5 fe716a7a-6dde-0310-88d9-d003556173a8 --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..a9fb0c7 --- a/dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Klever dissected: + Michael 'hacker' Krelin + Leonid Ivanov diff --git a/COPYING b/COPYING index d3b2450..427b0ba 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 1996, 2002 Klever Group (http://www.klever.net/) +Copyright (c) 1996-2004 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README b/README.RELEASE index 114afa5..114afa5 100644 --- a/README +++ b/README.RELEASE diff --git a/bigbrother.rc b/bigbrother.rc index 787af72..e4c335f 100644 --- a/bigbrother.rc +++ b/bigbrother.rc @@ -239,7 +239,7 @@ BEGIN ICON IDR_MAINFRAME,IDC_STATIC,13,16,18,20 LTEXT "Big Brother, Version 1.5",IDC_STATIC,48,16,119,8, SS_NOPREFIX - LTEXT "Copyright © 1996,2002 Klever Group",IDC_STATIC,48,31,119,8 + LTEXT "Copyright © 1996-2004 Klever Group",IDC_STATIC,48,31,119,8 DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,65,53,86,14 END @@ -388,7 +388,7 @@ BEGIN VALUE "FileDescription", "Big Brother, network monitoring tool\0" VALUE "FileVersion", "1, 5, 0, 0\0" VALUE "InternalName", "BIGBROTHER\0" - VALUE "LegalCopyright", "Copyright © 1996, 2002 Klever Group (http://www.klever.net/)\0" + VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" VALUE "OriginalFilename", "BIGBRO.EXE\0" VALUE "ProductName", "Big Brother\0" @@ -522,7 +522,7 @@ STRINGTABLE PRELOAD DISCARDABLE BEGIN IDR_MAINFRAME "Big Brother\n\nBigBro\nBig Brother Files (*.bro)\n.BRO\nBigBrother.Document\nBigBro Document" IDS_PS_UNKNOWNERROR "Unkown error %lu" - IDS_REGISTRYKEY "Klever Group, Inc." + IDS_REGISTRYKEY "Klever Group" IDS_AVIEW_NOTIP "Host(s) activity" IDS_AVIEW_SHORTTIP "%s (%s)" IDS_AVIEW_TIP_TIMEFORMAT "%c" diff --git a/help/bigbrother.rtf b/help/bigbrother.rtf index eb128ac..e16c646 100644 --- a/help/bigbrother.rtf +++ b/help/bigbrother.rtf @@ -24,7 +24,7 @@ K{\footnote about} \par\sa120\sb120\qj\pard \f1\fs18\sb120 \par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}} { -\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996, 2002 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} +\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2004 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} \par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \par \sa360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -36,7 +36,7 @@ K{\footnote about} \pard\plain #{\footnote News} ${\footnote What's New} -\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - August 19th, 2002 +\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - July 11th, 2004 \par\pard\plain\fi0\li0\f1\fs18 \bullet License change and opening the source code \par\pard\plain\fi0\li0\f1\fs18 \bullet Made it work with Win2k and friends \par\pard\plain\fi0\li0\f1\fs18 \bullet Added kinwide installer diff --git a/help/bigbrother.xml b/help/bigbrother.xml index d83ae43..ec391ee 100644 --- a/help/bigbrother.xml +++ b/help/bigbrother.xml @@ -11,11 +11,11 @@

You can also hide Big Brother into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click in your notify tray or select View/Main Window from menu. Click again to restore Big Brother to its full size.

Enjoy!

- + - + License change and opening the source code Made it work with Win2k and friends Added kinwide installer diff --git a/install/install.cpp b/install/install.cpp index 0ab8fa9..12b20f7 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -7,8 +7,8 @@ BOOL Install(void) { -STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",KINSHORT "Path"); -STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath"); +STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path"); +STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath); if(!path) @@ -35,10 +35,10 @@ STRING shortPath = GET_SHORT_PATH(path); MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); return FALSE; } - ADDMENU("Accessories\\Klever Co.",KINNAME,path,"bigbro.exe"); + ADDMENU("Klever Group",KINNAME,path,"bigbro.exe"); - strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",KINSHORT "Path",path); - strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath",path); + strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path); + strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); if(!inf){ @@ -56,13 +56,13 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); INF_FILE_SECTION(inf,"kReg"); INF_UNINSTALL_REG(inf,KINSHORT); INF_FILE_SECTION(inf,"kMenu"); - INF_MENU_GROUP(inf,1,"Accessories\\Klever Co."); + INF_MENU_GROUP(inf,1,"Klever Group"); INF_MENU_ITEM(inf,1,KINNAME); fclose(inf); REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall"); - MessageBox(NULL,KINNAME" " VERSION " installed successfully, you may now run it from Programs/Accessories/Klever Co. menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); + MessageBox(NULL,KINNAME" " VERSION " installed successfully, you may now run it from 'Programs/Klever Group' menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); return TRUE; } diff --git a/install/install.rc b/install/install.rc index 12740e5..958704a 100644 --- a/install/install.rc +++ b/install/install.rc @@ -151,7 +151,7 @@ BEGIN VALUE "FileDescription", "INSTALL: Big Brother, network monitoring tool\0" VALUE "FileVersion", "1, 5, 0, 0\0" VALUE "InternalName", "INSTALL\0" - VALUE "LegalCopyright", "Copyright © 1996, 2002 Klever Group (http://www.klever.net/)\0" + VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" VALUE "OriginalFilename", "INSTALL.EXE\0" VALUE "ProductName", "Big Brother\0" -- cgit v0.9.0.2