X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=killpopup.c;h=34653738784ccd3a3439351bd43fa58b4c36c97f;hp=625248fb01c8a301d877f0716d601b4d3001b812;hb=34aaa01559a2c2634e41582de98c9ea8cad7370f;hpb=b3ee70e4ee07171ad5cc5050748d53db7228f232 diff --git a/killpopup.c b/killpopup.c index 625248fb..34653738 100644 --- a/killpopup.c +++ b/killpopup.c @@ -1,4 +1,4 @@ -const char killpopup_rcs[] = "$Id: killpopup.c,v 1.14 2002/03/07 03:46:53 oes Exp $"; +const char killpopup_rcs[] = "$Id: killpopup.c,v 1.15 2002/03/24 13:25:43 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/killpopup.c,v $ @@ -6,7 +6,7 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.14 2002/03/07 03:46:53 oes Ex * Purpose : Handles the filtering of popups. * * Copyright : Written by and Copyright (C) 2001 the SourceForge - * Privoxy team. http://ijbswa.sourceforge.net + * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -32,6 +32,9 @@ const char killpopup_rcs[] = "$Id: killpopup.c,v 1.14 2002/03/07 03:46:53 oes Ex * * Revisions : * $Log: killpopup.c,v $ + * Revision 1.15 2002/03/24 13:25:43 swa + * name change related issues + * * Revision 1.14 2002/03/07 03:46:53 oes * Fixed compiler warnings etc *