From 767afb7f5d7062d75385b9ab3afdad47d0249a39 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 30 Jan 2020 16:46:10 +0100 Subject: [PATCH] Upgrade a bunch of links to the homepage to https:// --- ChangeLog | 2 +- Makefile | 2 +- acconfig.h | 2 +- actionlist.h | 2 +- actions.c | 2 +- actions.h | 2 +- cgi.c | 2 +- cgi.h | 2 +- cgiedit.c | 2 +- cgiedit.h | 2 +- cgisimple.c | 2 +- cgisimple.h | 2 +- cygwin.h | 2 +- deanimate.c | 2 +- deanimate.h | 2 +- encode.c | 2 +- encode.h | 2 +- errlog.c | 2 +- errlog.h | 2 +- filters.c | 2 +- filters.h | 2 +- gateway.c | 2 +- gateway.h | 2 +- jbsockets.c | 2 +- jbsockets.h | 2 +- jcc.c | 2 +- jcc.h | 2 +- list.c | 2 +- list.h | 2 +- loadcfg.c | 2 +- loadcfg.h | 2 +- loaders.c | 2 +- loaders.h | 2 +- miscutil.c | 2 +- miscutil.h | 2 +- parsers.c | 2 +- parsers.h | 2 +- privoxy-generic.init | 2 +- project.h | 2 +- ssplit.c | 2 +- ssplit.h | 2 +- trust | 4 ++-- urlmatch.c | 2 +- urlmatch.h | 2 +- user.filter | 2 +- w32.rc | 2 +- w32log.c | 2 +- w32log.h | 2 +- w32res.h | 2 +- w32svrapi.c | 2 +- w32svrapi.h | 2 +- w32taskbar.c | 2 +- w32taskbar.h | 2 +- win32.c | 2 +- win32.h | 2 +- windows/GNUmakefile | 2 +- windows/privoxy_winthreads.nsi | 2 +- 57 files changed, 58 insertions(+), 58 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68a5652d..398c9ae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1829,7 +1829,7 @@ ChangeLog for Privoxy if connection-sharing is enabled. - A TODO list has been added to the source tarball to give potential volunteers a better idea of what the current goals are. Donations - are still welcome too: http://www.privoxy.org/faq/general.html#DONATE + are still welcome too: https://www.privoxy.org/faq/general.html#DONATE *** Version 3.0.12 *** diff --git a/Makefile b/Makefile index 3189c5e2..a5caf3e6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Written by and Copyright (C) 2001 the SourceForge -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and diff --git a/acconfig.h b/acconfig.h index ab59de81..abbe2e28 100644 --- a/acconfig.h +++ b/acconfig.h @@ -11,7 +11,7 @@ * getting ludicrously long with feature defines. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/actionlist.h b/actionlist.h index eca607b5..60bb1f39 100644 --- a/actionlist.h +++ b/actionlist.h @@ -13,7 +13,7 @@ * DEFINE_ACTION_ALIAS * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/actions.c b/actions.c index 6249de9e..a1c00f98 100644 --- a/actions.c +++ b/actions.c @@ -5,7 +5,7 @@ * Purpose : Declares functions to work with actions files * * Copyright : Written by and Copyright (C) 2001-2016 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/actions.h b/actions.h index af401766..618bc255 100644 --- a/actions.h +++ b/actions.h @@ -8,7 +8,7 @@ * Functions declared include: FIXME * * Copyright : Written by and Copyright (C) 2001-2007 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgi.c b/cgi.c index 2e9e2656..d23d9e65 100644 --- a/cgi.c +++ b/cgi.c @@ -8,7 +8,7 @@ * actual handler functions are declared elsewhere. * * Copyright : Written by and Copyright (C) 2001-2017 - * members of the Privoxy team. http://www.privoxy.org/ + * members of the Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgi.h b/cgi.h index ba858d25..45b8979a 100644 --- a/cgi.h +++ b/cgi.h @@ -11,7 +11,7 @@ * * * Copyright : Written by and Copyright (C) 2001-2009 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgiedit.c b/cgiedit.c index 88175867..830a8266 100644 --- a/cgiedit.c +++ b/cgiedit.c @@ -13,7 +13,7 @@ * Stick to the short names in this file for consistency. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgiedit.h b/cgiedit.h index b0076cf6..3b86410b 100644 --- a/cgiedit.h +++ b/cgiedit.h @@ -10,7 +10,7 @@ * * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgisimple.c b/cgisimple.c index a7678ae2..febde4fa 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -6,7 +6,7 @@ * status. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cgisimple.h b/cgisimple.h index 52642a40..e51f6d39 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -11,7 +11,7 @@ * * * Copyright : Written by and Copyright (C) 2001-2017 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/cygwin.h b/cygwin.h index 6cf08f1a..5514510b 100644 --- a/cygwin.h +++ b/cygwin.h @@ -9,7 +9,7 @@ * latest SDK too? Shudder, I think not. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/deanimate.c b/deanimate.c index d9c56682..66a6675a 100644 --- a/deanimate.c +++ b/deanimate.c @@ -7,7 +7,7 @@ * - Deanimation of GIF images * * Copyright : Written by and Copyright (C) 2001 - 2004, 2006 by the - * SourceForge Privoxy team. http://www.privoxy.org/ + * SourceForge Privoxy team. https://www.privoxy.org/ * * Based on the GIF file format specification (see * http://tronche.com/computer-graphics/gif/gif89a.html) diff --git a/deanimate.h b/deanimate.h index 2f329e74..ebfc2831 100644 --- a/deanimate.h +++ b/deanimate.h @@ -12,7 +12,7 @@ * * * Copyright : Written by and Copyright (C) 2001 - 2004 by the the - * SourceForge Privoxy team. http://www.privoxy.org/ + * SourceForge Privoxy team. https://www.privoxy.org/ * * Based on ideas from the Image::DeAnim Perl module by * Ken MacFarlane, diff --git a/encode.c b/encode.c index 58ba5014..6cb57cf5 100644 --- a/encode.c +++ b/encode.c @@ -6,7 +6,7 @@ * encode cookies and HTML text. * * Copyright : Written by and Copyright (C) 2001 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/encode.h b/encode.h index f4acb24c..b4d954b3 100644 --- a/encode.h +++ b/encode.h @@ -8,7 +8,7 @@ * encode cookies and HTML text. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/errlog.c b/errlog.c index b9b39cb4..fd723b4a 100644 --- a/errlog.c +++ b/errlog.c @@ -6,7 +6,7 @@ * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/errlog.h b/errlog.h index a5ae62b2..0a805f42 100644 --- a/errlog.h +++ b/errlog.h @@ -8,7 +8,7 @@ * printf-like fashion. * * Copyright : Written by and Copyright (C) 2001-2009 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/filters.c b/filters.c index 9a8f1312..0d36485d 100644 --- a/filters.c +++ b/filters.c @@ -5,7 +5,7 @@ * Purpose : Declares functions to parse/crunch headers and pages. * * Copyright : Written by and Copyright (C) 2001-2016 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/filters.h b/filters.h index 1a52f0a4..441f4b62 100644 --- a/filters.h +++ b/filters.h @@ -7,7 +7,7 @@ * Purpose : Declares functions to parse/crunch headers and pages. * * Copyright : Written by and Copyright (C) 2001-2010 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/gateway.c b/gateway.c index 03e56ee3..f5d15a56 100644 --- a/gateway.c +++ b/gateway.c @@ -7,7 +7,7 @@ * or SOCKS5 proxy). * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/gateway.h b/gateway.h index 544752cd..256dc434 100644 --- a/gateway.h +++ b/gateway.h @@ -9,7 +9,7 @@ * proxy). Also contains the list of gateway types. * * Copyright : Written by and Copyright (C) 2001-2009 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/jbsockets.c b/jbsockets.c index ab2228a7..16b2a901 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -8,7 +8,7 @@ * on many platforms. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/jbsockets.h b/jbsockets.h index 2a7756a1..016fd096 100644 --- a/jbsockets.h +++ b/jbsockets.h @@ -10,7 +10,7 @@ * on many platforms. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/jcc.c b/jcc.c index 1cafb1c7..654822af 100644 --- a/jcc.c +++ b/jcc.c @@ -6,7 +6,7 @@ * the main connection-handling function. * * Copyright : Written by and Copyright (C) 2001-2019 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/jcc.h b/jcc.h index 114a71ce..1299c00e 100644 --- a/jcc.h +++ b/jcc.h @@ -8,7 +8,7 @@ * the main connection-handling function. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/list.c b/list.c index dadba717..4faf6939 100644 --- a/list.c +++ b/list.c @@ -5,7 +5,7 @@ * Purpose : Declares functions to handle lists. * * Copyright : Written by and Copyright (C) 2001-2007 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/list.h b/list.h index a6688273..fd36d1c5 100644 --- a/list.h +++ b/list.h @@ -9,7 +9,7 @@ * `destroy_list', `enlist' and `list_to_text' * * Copyright : Written by and Copyright (C) 2001-2007 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/loadcfg.c b/loadcfg.c index 73fa6e32..31463db1 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -8,7 +8,7 @@ * variables it writes to. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/loadcfg.h b/loadcfg.h index 5f88f611..ac0b0bd8 100644 --- a/loadcfg.h +++ b/loadcfg.h @@ -10,7 +10,7 @@ * variables it writes to. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/loaders.c b/loaders.c index 1edf4277..1afb1974 100644 --- a/loaders.c +++ b/loaders.c @@ -8,7 +8,7 @@ * unload files that are no longer in use. * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/loaders.h b/loaders.h index a3db010c..cdd1a886 100644 --- a/loaders.h +++ b/loaders.h @@ -10,7 +10,7 @@ * unload files that are no longer in use. * * Copyright : Written by and Copyright (C) 2001-2010 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/miscutil.c b/miscutil.c index cd908ebe..9af7bed3 100644 --- a/miscutil.c +++ b/miscutil.c @@ -8,7 +8,7 @@ * any other file. * * Copyright : Written by and Copyright (C) 2001-2018 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/miscutil.h b/miscutil.h index 008b7620..4add05d1 100644 --- a/miscutil.h +++ b/miscutil.h @@ -10,7 +10,7 @@ * any other file. * * Copyright : Written by and Copyright (C) 2001-2011 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/parsers.c b/parsers.c index e48ae25f..565b21ca 100644 --- a/parsers.c +++ b/parsers.c @@ -5,7 +5,7 @@ * Purpose : Declares functions to parse/crunch headers and pages. * * Copyright : Written by and Copyright (C) 2001-2017 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/parsers.h b/parsers.h index 4fa8aaed..6f502a68 100644 --- a/parsers.h +++ b/parsers.h @@ -16,7 +16,7 @@ * and `server_set_cookie'. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/privoxy-generic.init b/privoxy-generic.init index 55f6bb71..d070826f 100755 --- a/privoxy-generic.init +++ b/privoxy-generic.init @@ -11,7 +11,7 @@ # this one. # # Copyright : Written by and Copyright (C) 2001,2002 the -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General diff --git a/project.h b/project.h index cbceaecd..c17a47e9 100644 --- a/project.h +++ b/project.h @@ -9,7 +9,7 @@ * (though it does declare some macros). * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/ssplit.c b/ssplit.c index f525aba6..ef40e644 100644 --- a/ssplit.c +++ b/ssplit.c @@ -5,7 +5,7 @@ * Purpose : A function to split a string at specified delimiters. * * Copyright : Written by and Copyright (C) 2001-2012 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/ssplit.h b/ssplit.h index d5a60348..071d9c91 100644 --- a/ssplit.h +++ b/ssplit.h @@ -7,7 +7,7 @@ * Purpose : A function to split a string at specified deliminters. * * Copyright : Written by and Copyright (C) 2001 members of the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/trust b/trust index 94b06632..7c2340dc 100644 --- a/trust +++ b/trust @@ -7,7 +7,7 @@ # techniques). # # Copyright : Written by and Copyright -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -47,7 +47,7 @@ # Trustfiles are an experimental feature used for building "whitelists" # of "trusted" sites (versus the usual "blacklists" technique). For more -# detail, see http://www.privoxy.org/user-manual/config.html#TRUSTFILE. +# detail, see https://www.privoxy.org/user-manual/config.html#TRUSTFILE. # List trusted domains here. The default is to block any URL that is NOT # referenced. Access to trusted domains includes all paths within that diff --git a/urlmatch.c b/urlmatch.c index 124cc6ec..d9532638 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -6,7 +6,7 @@ * patterns. * * Copyright : Written by and Copyright (C) 2001-2014 - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/urlmatch.h b/urlmatch.h index ba86b5a3..fcd050a6 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -8,7 +8,7 @@ * patterns. * * Copyright : Written by and Copyright (C) 2001-2002, 2006 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/user.filter b/user.filter index 6ec174dd..c0099333 100644 --- a/user.filter +++ b/user.filter @@ -5,7 +5,7 @@ # Purpose : Rules to process the content of web pages # # Copyright : Written by and Copyright (C) 2006-2008 the -# Privoxy team. http://www.privoxy.org/ +# Privoxy team. https://www.privoxy.org/ # # We value your feedback. However, to provide you with the best support, # please note: diff --git a/w32.rc b/w32.rc index 8ee6dd89..ab38a44a 100644 --- a/w32.rc +++ b/w32.rc @@ -5,7 +5,7 @@ * Purpose : Windows GUI resource script. * * Copyright : Written by and Copyright (C) 2001-2009 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/w32log.c b/w32log.c index fc8c61b8..a26569fd 100644 --- a/w32log.c +++ b/w32log.c @@ -6,7 +6,7 @@ * ouputting strings, processing messages and so on. * * Copyright : Written by and Copyright (C) 2001-2009 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/w32log.h b/w32log.h index d340002c..1507352a 100644 --- a/w32log.h +++ b/w32log.h @@ -8,7 +8,7 @@ * ouputting strings, processing messages and so on. * * Copyright : Written by and Copyright (C) 2001-2009 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/w32res.h b/w32res.h index 706d7828..90ff6b9a 100644 --- a/w32res.h +++ b/w32res.h @@ -7,7 +7,7 @@ * Purpose : Identifiers for Windows GUI resources. * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and diff --git a/w32svrapi.c b/w32svrapi.c index 097414ff..71f29461 100644 --- a/w32svrapi.c +++ b/w32svrapi.c @@ -16,7 +16,7 @@ * doing to provide that isolation. * * Copyright : Written by and Copyright (C) 2003, 2006 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 2003 Ian Cummings * diff --git a/w32svrapi.h b/w32svrapi.h index d38cbe47..f2bb9ae8 100644 --- a/w32svrapi.h +++ b/w32svrapi.h @@ -18,7 +18,7 @@ * doing to provide that isolation. * * Copyright : Written by and Copyright (C) 2003 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 2003 Ian Cummings * diff --git a/w32taskbar.c b/w32taskbar.c index f57db110..0a25bbd8 100644 --- a/w32taskbar.c +++ b/w32taskbar.c @@ -6,7 +6,7 @@ * workspace tray icon * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/w32taskbar.h b/w32taskbar.h index f5d8b14e..2960ac62 100644 --- a/w32taskbar.h +++ b/w32taskbar.h @@ -8,7 +8,7 @@ * workspace tray icon * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/win32.c b/win32.c index ce024dd5..ecfb63af 100644 --- a/win32.c +++ b/win32.c @@ -5,7 +5,7 @@ * Purpose : Win32 User Interface initialization and message loop * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/win32.h b/win32.h index 15a804e0..5e72d38e 100644 --- a/win32.h +++ b/win32.h @@ -7,7 +7,7 @@ * Purpose : Win32 User Interface initialization and message loop * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * diff --git a/windows/GNUmakefile b/windows/GNUmakefile index 6c22d98b..5c6551ff 100755 --- a/windows/GNUmakefile +++ b/windows/GNUmakefile @@ -1,7 +1,7 @@ ########################################################################## # # Written by and Copyright (C) 2002-2018 the Privoxy team. -# http://www.privoxy.org/ +# https://www.privoxy.org/ # # This script originally written by and Copyright (C) 2002 # Jonathan Foster diff --git a/windows/privoxy_winthreads.nsi b/windows/privoxy_winthreads.nsi index 8c9f1131..89bb6254 100755 --- a/windows/privoxy_winthreads.nsi +++ b/windows/privoxy_winthreads.nsi @@ -11,7 +11,7 @@ ; ; Copyright: ; Written by and Copyright (C) 2007-2009 the Privoxy team. -; http://www.privoxy.org/ +; https://www.privoxy.org/ ; ; This script originally written by and Copyright (C) 2002 ; Jonathan Foster -- 2.39.2