From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 2 Mar 2008 18:15:41 +0000 (+0000)
Subject: Update copyright year in win32_blurb[].
X-Git-Tag: v_3_0_9~214
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/coding.html?a=commitdiff_plain;h=3a9205b95a46bd39bf78b744a15c3e95e60b9b3c;p=privoxy.git

Update copyright year in win32_blurb[].
---

diff --git a/win32.c b/win32.c
index b89317e7..679ce18f 100644
--- a/win32.c
+++ b/win32.c
@@ -1,4 +1,4 @@
-const char win32_rcs[] = "$Id: win32.c,v 1.12 2006/08/12 03:54:37 david__schmidt Exp $";
+const char win32_rcs[] = "$Id: win32.c,v 1.13 2007/01/31 16:25:24 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/win32.c,v $
@@ -31,6 +31,9 @@ const char win32_rcs[] = "$Id: win32.c,v 1.12 2006/08/12 03:54:37 david__schmidt
  *
  * Revisions   :
  *    $Log: win32.c,v $
+ *    Revision 1.13  2007/01/31 16:25:24  fabiankeil
+ *    Update copyright range for the About message.
+ *
  *    Revision 1.12  2006/08/12 03:54:37  david__schmidt
  *    Windows service integration
  *
@@ -112,7 +115,7 @@ const char win32_h_rcs[] = WIN32_H_VERSION;
  */
 const char win32_blurb[] =
 "Privoxy version " VERSION " for Windows\n"
-"Copyright (C) 2000-2007 the Privoxy Team (" HOME_PAGE_URL ")\n"
+"Copyright (C) 2000-2008 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"