From 3a0a72cca85553934f356fafa115ca61ce4a8dc9 Mon Sep 17 00:00:00 2001 From: swa Date: Mon, 8 Apr 2002 20:42:07 +0000 Subject: [PATCH] fixed JB spelling --- doc/gpl.html | 6 +++--- doc/source/privoxy.sgml | 4 ++-- doc/source/webserver/index.sgml | 11 +++++++---- filters.c | 8 ++++++-- loadcfg.c | 7 +++++-- privoxy.1 | 2 +- 6 files changed, 24 insertions(+), 14 deletions(-) diff --git a/doc/gpl.html b/doc/gpl.html index 7c252b5b..830fa2f9 100644 --- a/doc/gpl.html +++ b/doc/gpl.html @@ -1,5 +1,5 @@ - - + + @@ -19,7 +19,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: index.sgml,v 1.2 2002/04/07 09:06:45 swa Exp $ + $Id: index.sgml,v 1.3 2002/04/07 20:27:18 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -95,7 +95,7 @@ page on Sourceforge - JunkBuster Corporation + Junkbusters Corporation @@ -200,6 +200,9 @@ page on Sourceforge Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: index.sgml,v $ + Revision 1.3 2002/04/07 20:27:18 hal9 + Fix meta data. + Revision 1.2 2002/04/07 09:06:45 swa users can now completely browse offline diff --git a/filters.c b/filters.c index 02259d8a..fbb1694a 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.56 2002/04/05 15:51:24 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -38,6 +38,10 @@ const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $" * * Revisions : * $Log: filters.c,v $ + * Revision 1.56 2002/04/05 15:51:24 oes + * - bugfix: error-pages now get correct request protocol + * - fix for invalid HTML in trust info + * * Revision 1.55 2002/04/02 16:13:51 oes * Fix: No "Go there anyway" for SSL * @@ -366,7 +370,7 @@ const char filters_rcs[] = "$Id: filters.c,v 1.55 2002/04/02 16:13:51 oes Exp $" * a lot! ;-) * * Revision 1.3 2001/05/20 16:44:47 jongfoster - * Removing last hardcoded JunkBusters.com URLs. + * Removing last hardcoded Junkbusters.com URLs. * * Revision 1.2 2001/05/20 01:21:20 jongfoster * Version 2.9.4 checkin. diff --git a/loadcfg.c b/loadcfg.c index c573cd2d..f1453d80 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,4 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.42 2002/04/05 15:50:15 oes Exp $"; +const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.43 2002/04/08 20:36:50 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -35,6 +35,9 @@ const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.42 2002/04/05 15:50:15 oes Exp $" * * Revisions : * $Log: loadcfg.c,v $ + * Revision 1.43 2002/04/08 20:36:50 swa + * fixed JB spelling + * * Revision 1.42 2002/04/05 15:50:15 oes * fix for invalid HTML proxy_args * @@ -349,7 +352,7 @@ const char loadcfg_h_rcs[] = LOADCFG_H_VERSION; #ifdef FEATURE_TOGGLE /* by haroon - indicates if ijb is enabled */ -int g_bToggleIJB = 1; /* Junkbusters is enabled by default. */ +int g_bToggleIJB = 1; /* Privoxy is enabled by default. */ #endif /* def FEATURE_TOGGLE */ /* The filename of the configfile */ diff --git a/privoxy.1 b/privoxy.1 index 1e9e6fac..354b2c18 100644 --- a/privoxy.1 +++ b/privoxy.1 @@ -61,7 +61,7 @@ stand-alone systems and multi-user networks. .PP \fBPrivoxy\fR is based on the code of the \fBInternet Junkbuster\fR (tm). -\fBJunkbuster\fR was originally written by JunkBusters +\fBJunkbuster\fR was originally written by Junkbusters Corporation, and was released as free open-source software under the GNU GPL. Stefan Waldherr made many improvements, and started the SourceForge project to continue development. -- 2.39.2