Synced with the stable branch:
authoroes <oes@users.sourceforge.net>
Thu, 5 Sep 2002 09:07:43 +0000 (09:07 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 5 Sep 2002 09:07:43 +0000 (09:07 +0000)
    Revision 1.9.2.2  2002/08/27 18:03:40  oes
    Fixed stupid (own) typo

    Revision 1.9.2.1  2002/08/21 17:59:27  oes
    Sync win32_blurb[] with our standard blurb

src/win32.c

index eee57f4..6b9d70c 100644 (file)
@@ -1,7 +1,7 @@
-const char win32_rcs[] = "$Id: win32.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $";
+const char win32_rcs[] = "$Id: win32.c,v 2.1 2002/06/04 16:37:48 jongfoster Exp $";
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/src/win32.c,v $
+ * File        :  $Source: /cvsroot/ijbswa//current/src/win32.c,v $
  *
  * Purpose     :  Win32 User Interface initialization and message loop
  *
@@ -31,6 +31,9 @@ const char win32_rcs[] = "$Id: win32.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp
  *
  * Revisions   :
  *    $Log: win32.c,v $
+ *    Revision 2.1  2002/06/04 16:37:48  jongfoster
+ *    Adding Doxygen-style comments to variables
+ *
  *    Revision 2.0  2002/06/04 14:34:21  jongfoster
  *    Moving source files to src/
  *
@@ -102,15 +105,11 @@ const char win32_h_rcs[] = WIN32_H_VERSION;
  */
 const char win32_blurb[] =
 "Privoxy version " VERSION " for Windows\n"
-"Copyright (C) 2000-2002 by members of the Privoxy Team\n"
-"Copyright (C) 1997-8 by Junkbusters Corp.\n"
+"Copyright (C) 2000-2002 the Privoxy Team (" HOME_PAGE_URL ")\n"
+"Based on the Internet Junkbuster by Junkbusters Corp.\n"
 "This is free software; it may be used and copied under the\n"
 "GNU General Public License: http://www.gnu.org/copyleft/gpl.html .\n"
-"This program comes with ABSOLUTELY NO WARRANTY OF ANY KIND.\n"
-"\n"
-"For information about how to to configure the proxy and your browser, see\n"
-"        " HOME_PAGE_URL "\n"
-"\n";
+"This program comes with ABSOLUTELY NO WARRANTY OF ANY KIND.\n";
 
 
 #ifdef _WIN_CONSOLE