X-Git-Url: http://www.privoxy.org/gitweb/developer-manual/index.html?a=blobdiff_plain;f=win32.c;h=c9d5c4e7f342c5a5c5889f1f8f9013e007d37513;hb=HEAD;hp=ecfb63af23185a1180df18c0d56f2ae72416629d;hpb=100f48795eee7d2996bff48871bf745af01811c7;p=privoxy.git diff --git a/win32.c b/win32.c index ecfb63af..c9d5c4e7 100644 --- a/win32.c +++ b/win32.c @@ -65,10 +65,10 @@ */ const char win32_blurb[] = "Privoxy version " VERSION " for Windows\n" -"Copyright (C) 2000-2019 the Privoxy Team (" HOME_PAGE_URL ")\n" +"Copyright (C) 2000-2023 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, version 2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n" +"GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n" "This program comes with ABSOLUTELY NO WARRANTY OF ANY KIND.\n"; #ifdef _WIN_CONSOLE @@ -163,7 +163,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine #if 0 /* * Cheat in parsing the command line. We only ever have at most one - * paramater, which may optionally be specified inside double quotes. + * parameter, which may optionally be specified inside double quotes. */ if (lpCmdLine != NULL)