From 339f7f5764f47d291fbcb2c2bca44a07a586358e Mon Sep 17 00:00:00 2001 From: Self Denial Date: Wed, 4 Oct 2023 16:34:01 -0600 Subject: [PATCH 1/2] Replace nzbget.net with nzbget-ng.github.io omitting ChangeLog & parchecker testdata. --- Makefile.am | 2 +- README | 2 +- configure.ac | 4 ++-- daemon/connect/Connection.cpp | 2 +- daemon/connect/Connection.h | 2 +- daemon/connect/TlsSocket.cpp | 14 +++++++------- daemon/connect/TlsSocket.h | 2 +- daemon/connect/WebDownloader.cpp | 2 +- daemon/connect/WebDownloader.h | 2 +- daemon/extension/CommandScript.cpp | 2 +- daemon/extension/CommandScript.h | 2 +- daemon/extension/FeedScript.cpp | 2 +- daemon/extension/FeedScript.h | 2 +- daemon/extension/NzbScript.cpp | 2 +- daemon/extension/NzbScript.h | 2 +- daemon/extension/PostScript.cpp | 2 +- daemon/extension/PostScript.h | 2 +- daemon/extension/QueueScript.cpp | 2 +- daemon/extension/QueueScript.h | 2 +- daemon/extension/ScanScript.cpp | 2 +- daemon/extension/ScanScript.h | 2 +- daemon/extension/SchedulerScript.cpp | 2 +- daemon/extension/SchedulerScript.h | 2 +- daemon/extension/ScriptConfig.cpp | 2 +- daemon/extension/ScriptConfig.h | 2 +- daemon/feed/FeedCoordinator.cpp | 2 +- daemon/feed/FeedCoordinator.h | 2 +- daemon/feed/FeedFile.cpp | 2 +- daemon/feed/FeedFile.h | 2 +- daemon/feed/FeedFilter.cpp | 2 +- daemon/feed/FeedFilter.h | 2 +- daemon/feed/FeedInfo.cpp | 2 +- daemon/feed/FeedInfo.h | 2 +- daemon/frontend/ColoredFrontend.cpp | 2 +- daemon/frontend/ColoredFrontend.h | 2 +- daemon/frontend/Frontend.cpp | 2 +- daemon/frontend/Frontend.h | 2 +- daemon/frontend/LoggableFrontend.cpp | 2 +- daemon/frontend/LoggableFrontend.h | 2 +- daemon/frontend/NCursesFrontend.cpp | 2 +- daemon/frontend/NCursesFrontend.h | 2 +- daemon/main/CommandLineParser.cpp | 2 +- daemon/main/CommandLineParser.h | 2 +- daemon/main/DiskService.cpp | 2 +- daemon/main/DiskService.h | 2 +- daemon/main/Maintenance.cpp | 2 +- daemon/main/Maintenance.h | 2 +- daemon/main/Options.cpp | 2 +- daemon/main/Options.h | 2 +- daemon/main/Scheduler.cpp | 2 +- daemon/main/Scheduler.h | 2 +- daemon/main/StackTrace.cpp | 4 ++-- daemon/main/StackTrace.h | 2 +- daemon/main/WorkState.cpp | 2 +- daemon/main/WorkState.h | 2 +- daemon/main/nzbget.cpp | 2 +- daemon/main/nzbget.h | 2 +- daemon/nntp/ArticleDownloader.cpp | 2 +- daemon/nntp/ArticleDownloader.h | 2 +- daemon/nntp/ArticleWriter.cpp | 2 +- daemon/nntp/ArticleWriter.h | 2 +- daemon/nntp/Decoder.cpp | 2 +- daemon/nntp/Decoder.h | 2 +- daemon/nntp/NewsServer.cpp | 2 +- daemon/nntp/NntpConnection.cpp | 2 +- daemon/nntp/NntpConnection.h | 2 +- daemon/nntp/ServerPool.cpp | 2 +- daemon/nntp/ServerPool.h | 2 +- daemon/nntp/StatMeter.cpp | 2 +- daemon/nntp/StatMeter.h | 2 +- daemon/nserv/NServFrontend.cpp | 2 +- daemon/nserv/NServFrontend.h | 2 +- daemon/nserv/NServMain.cpp | 2 +- daemon/nserv/NServMain.h | 2 +- daemon/nserv/NntpServer.cpp | 2 +- daemon/nserv/NntpServer.h | 2 +- daemon/nserv/NzbGenerator.cpp | 2 +- daemon/nserv/NzbGenerator.h | 2 +- daemon/nserv/YEncoder.cpp | 2 +- daemon/nserv/YEncoder.h | 2 +- daemon/postprocess/Cleanup.cpp | 2 +- daemon/postprocess/Cleanup.h | 2 +- daemon/postprocess/DirectUnpack.cpp | 2 +- daemon/postprocess/DirectUnpack.h | 2 +- daemon/postprocess/DupeMatcher.cpp | 2 +- daemon/postprocess/DupeMatcher.h | 2 +- daemon/postprocess/ParChecker.cpp | 2 +- daemon/postprocess/ParChecker.h | 2 +- daemon/postprocess/ParParser.cpp | 2 +- daemon/postprocess/ParParser.h | 2 +- daemon/postprocess/ParRenamer.cpp | 2 +- daemon/postprocess/ParRenamer.h | 2 +- daemon/postprocess/PrePostProcessor.cpp | 2 +- daemon/postprocess/PrePostProcessor.h | 2 +- daemon/postprocess/RarReader.cpp | 2 +- daemon/postprocess/RarReader.h | 2 +- daemon/postprocess/RarRenamer.cpp | 2 +- daemon/postprocess/RarRenamer.h | 2 +- daemon/postprocess/Rename.cpp | 2 +- daemon/postprocess/Rename.h | 2 +- daemon/postprocess/Repair.cpp | 2 +- daemon/postprocess/Repair.h | 2 +- daemon/postprocess/Unpack.cpp | 2 +- daemon/postprocess/Unpack.h | 2 +- daemon/queue/DirectRenamer.cpp | 2 +- daemon/queue/DirectRenamer.h | 2 +- daemon/queue/DiskState.cpp | 2 +- daemon/queue/DiskState.h | 2 +- daemon/queue/DownloadInfo.cpp | 2 +- daemon/queue/DownloadInfo.h | 2 +- daemon/queue/DupeCoordinator.cpp | 2 +- daemon/queue/DupeCoordinator.h | 2 +- daemon/queue/HistoryCoordinator.cpp | 2 +- daemon/queue/HistoryCoordinator.h | 2 +- daemon/queue/NzbFile.cpp | 2 +- daemon/queue/NzbFile.h | 2 +- daemon/queue/QueueCoordinator.cpp | 2 +- daemon/queue/QueueCoordinator.h | 2 +- daemon/queue/QueueEditor.cpp | 2 +- daemon/queue/QueueEditor.h | 2 +- daemon/queue/Scanner.cpp | 2 +- daemon/queue/Scanner.h | 2 +- daemon/queue/UrlCoordinator.cpp | 2 +- daemon/queue/UrlCoordinator.h | 2 +- daemon/remote/BinRpc.cpp | 2 +- daemon/remote/BinRpc.h | 2 +- daemon/remote/MessageBase.h | 2 +- daemon/remote/RemoteClient.cpp | 2 +- daemon/remote/RemoteClient.h | 2 +- daemon/remote/RemoteServer.cpp | 2 +- daemon/remote/RemoteServer.h | 2 +- daemon/remote/WebServer.cpp | 2 +- daemon/remote/WebServer.h | 2 +- daemon/remote/XmlRpc.cpp | 2 +- daemon/remote/XmlRpc.h | 2 +- daemon/util/Container.h | 2 +- daemon/util/FileSystem.cpp | 2 +- daemon/util/FileSystem.h | 2 +- daemon/util/Log.cpp | 2 +- daemon/util/Log.h | 2 +- daemon/util/NString.cpp | 2 +- daemon/util/NString.h | 2 +- daemon/util/Observer.cpp | 2 +- daemon/util/Observer.h | 2 +- daemon/util/Script.cpp | 2 +- daemon/util/Script.h | 2 +- daemon/util/Service.cpp | 2 +- daemon/util/Service.h | 2 +- daemon/util/Thread.cpp | 2 +- daemon/util/Thread.h | 2 +- daemon/util/Util.cpp | 2 +- daemon/util/Util.h | 2 +- daemon/windows/StdAfx.cpp | 2 +- daemon/windows/WinConsole.cpp | 10 +++++----- daemon/windows/WinConsole.h | 2 +- daemon/windows/WinService.cpp | 2 +- daemon/windows/WinService.h | 2 +- linux/build-toolchain-android | 2 +- linux/build-toolchain-freebsd | 2 +- linux/build-unpack | 2 +- linux/install-update.sh | 2 +- linux/installer.sh | 6 +++--- linux/package-info.json | 2 +- nzbget.conf | 22 +++++++++++----------- osx/App_Prefix.pch | 2 +- osx/DaemonController.h | 2 +- osx/DaemonController.m | 2 +- osx/MainApp.h | 2 +- osx/MainApp.m | 2 +- osx/PreferencesDialog.h | 2 +- osx/PreferencesDialog.m | 2 +- osx/RPC.h | 2 +- osx/RPC.m | 2 +- osx/Resources/Credits.rtf | 2 +- osx/Resources/Localizable.strings | 8 ++++---- osx/Resources/Welcome.rtf | 2 +- osx/WebClient.h | 2 +- osx/WebClient.m | 2 +- osx/WelcomeDialog.h | 2 +- osx/WelcomeDialog.m | 2 +- scripts/EMail.py | 4 ++-- scripts/Logger.py | 2 +- tests/feed/FeedFilterTest.cpp | 2 +- tests/main/CommandLineParserTest.cpp | 2 +- tests/main/OptionsTest.cpp | 2 +- tests/nntp/ServerPoolTest.cpp | 2 +- tests/postprocess/DirectUnpackTest.cpp | 2 +- tests/postprocess/DupeMatcherTest.cpp | 2 +- tests/postprocess/ParCheckerTest.cpp | 2 +- tests/postprocess/ParRenamerTest.cpp | 2 +- tests/postprocess/RarReaderTest.cpp | 2 +- tests/postprocess/RarRenamerTest.cpp | 2 +- tests/queue/NzbFileTest.cpp | 2 +- tests/suite/TestMain.cpp | 2 +- tests/suite/TestMain.h | 2 +- tests/suite/TestUtil.cpp | 2 +- tests/suite/TestUtil.h | 2 +- tests/util/FileSystemTest.cpp | 2 +- tests/util/NStringTest.cpp | 2 +- tests/util/UtilTest.cpp | 2 +- webui/config.js | 4 ++-- webui/downloads.js | 2 +- webui/edit.js | 2 +- webui/fasttable.js | 2 +- webui/feed.js | 2 +- webui/history.js | 2 +- webui/index.html | 10 +++++----- webui/index.js | 2 +- webui/messages.js | 2 +- webui/status.js | 2 +- webui/style.css | 2 +- webui/upload.js | 2 +- webui/util.js | 2 +- windows/README.md | 2 +- windows/nzbget-setup.nsi | 2 +- windows/package-info.json | 2 +- windows/resources/nzbget.rc | 2 +- 217 files changed, 250 insertions(+), 250 deletions(-) diff --git a/Makefile.am b/Makefile.am index c51f87fed..87017e1a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2008-2019 Andrey Prygunkov # diff --git a/README b/README index cd9b00194..a2b86a771 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ This is a short documentation. For more information please visit NZBGet home page at - http://nzbget.net + https://nzbget-ng.github.io Contents -------- diff --git a/configure.ac b/configure.ac index b7326f560..53d73fb6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2008-2021 Andrey Prygunkov # @@ -59,7 +59,7 @@ AC_MSG_RESULT($ENABLECPPCHECK) if test "$ENABLECPPCHECK" = "yes"; then AX_CXX_COMPILE_STDCXX(14,,[optional]) if test "$HAVE_CXX14" != "1"; then - AC_MSG_ERROR("A compiler with support for C++14 language features is required. For details visit http://nzbget.net/cpp14") + AC_MSG_ERROR("A compiler with support for C++14 language features is required. For details visit https://nzbget-ng.github.io/cpp14") fi fi diff --git a/daemon/connect/Connection.cpp b/daemon/connect/Connection.cpp index 125186a21..7477a6020 100644 --- a/daemon/connect/Connection.cpp +++ b/daemon/connect/Connection.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/connect/Connection.h b/daemon/connect/Connection.h index 1b703b5ba..d21681a39 100644 --- a/daemon/connect/Connection.h +++ b/daemon/connect/Connection.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2017 Andrey Prygunkov diff --git a/daemon/connect/TlsSocket.cpp b/daemon/connect/TlsSocket.cpp index b57350aee..f894943c0 100644 --- a/daemon/connect/TlsSocket.cpp +++ b/daemon/connect/TlsSocket.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2008-2017 Andrey Prygunkov * @@ -460,7 +460,7 @@ bool TlsSocket::Start() if (verifyRes != X509_V_OK) { PrintError(BString<1024>("TLS certificate verification failed for %s: %s." - " For more info visit http://nzbget.net/certificate-verification", + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host, X509_verify_cert_error_string(verifyRes))); } else @@ -530,7 +530,7 @@ bool TlsSocket::ValidateCert() if (gnutls_x509_crt_get_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, 0, 0, dn, &size) == 0) { PrintError(BString<1024>("TLS certificate verification failed for %s: certificate hostname mismatch (%s)." - " For more info visit http://nzbget.net/certificate-verification", *m_host, dn)); + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host, dn)); gnutls_x509_crt_deinit(cert); return false; } @@ -542,13 +542,13 @@ bool TlsSocket::ValidateCert() if (gnutls_certificate_verification_status_print(status, GNUTLS_CRT_X509, &msgdata, 0) == 0) { PrintError(BString<1024>("TLS certificate verification failed for %s: %s." - " For more info visit http://nzbget.net/certificate-verification", *m_host, msgdata.data)); + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host, msgdata.data)); gnutls_free(&msgdata); } else { ReportError(BString<1024>("TLS certificate verification failed for %s." - " For more info visit http://nzbget.net/certificate-verification", *m_host)); + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host)); } return false; } @@ -562,7 +562,7 @@ bool TlsSocket::ValidateCert() if (!cert) { PrintError(BString<1024>("TLS certificate verification failed for %s: no certificate provided by server." - " For more info visit http://nzbget.net/certificate-verification", *m_host)); + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host)); return false; } @@ -593,7 +593,7 @@ bool TlsSocket::ValidateCert() } PrintError(BString<1024>("TLS certificate verification failed for %s: certificate hostname mismatch (%s)." - " For more info visit http://nzbget.net/certificate-verification", *m_host, certHost)); + " For more info visit https://nzbget-ng.github.io/certificate-verification", *m_host, certHost)); X509_free(cert); return false; } diff --git a/daemon/connect/TlsSocket.h b/daemon/connect/TlsSocket.h index d50d885cb..1387724f0 100644 --- a/daemon/connect/TlsSocket.h +++ b/daemon/connect/TlsSocket.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2008-2016 Andrey Prygunkov * diff --git a/daemon/connect/WebDownloader.cpp b/daemon/connect/WebDownloader.cpp index 0fa57980b..590e783aa 100644 --- a/daemon/connect/WebDownloader.cpp +++ b/daemon/connect/WebDownloader.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/daemon/connect/WebDownloader.h b/daemon/connect/WebDownloader.h index 0166d1600..bf9c5e135 100644 --- a/daemon/connect/WebDownloader.h +++ b/daemon/connect/WebDownloader.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2016 Andrey Prygunkov * diff --git a/daemon/extension/CommandScript.cpp b/daemon/extension/CommandScript.cpp index d553b4d9b..29d0aae30 100644 --- a/daemon/extension/CommandScript.cpp +++ b/daemon/extension/CommandScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017 Andrey Prygunkov * diff --git a/daemon/extension/CommandScript.h b/daemon/extension/CommandScript.h index 71697e72e..7da03a524 100644 --- a/daemon/extension/CommandScript.h +++ b/daemon/extension/CommandScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017 Andrey Prygunkov * diff --git a/daemon/extension/FeedScript.cpp b/daemon/extension/FeedScript.cpp index 8fcedae3a..360f5d2e8 100644 --- a/daemon/extension/FeedScript.cpp +++ b/daemon/extension/FeedScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/daemon/extension/FeedScript.h b/daemon/extension/FeedScript.h index 97da06a65..a3337d824 100644 --- a/daemon/extension/FeedScript.h +++ b/daemon/extension/FeedScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/daemon/extension/NzbScript.cpp b/daemon/extension/NzbScript.cpp index 5da195955..3ae02c3fe 100644 --- a/daemon/extension/NzbScript.cpp +++ b/daemon/extension/NzbScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/NzbScript.h b/daemon/extension/NzbScript.h index a4f0672a6..37940125b 100644 --- a/daemon/extension/NzbScript.h +++ b/daemon/extension/NzbScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/PostScript.cpp b/daemon/extension/PostScript.cpp index 2b93fa687..b3e121f42 100644 --- a/daemon/extension/PostScript.cpp +++ b/daemon/extension/PostScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/extension/PostScript.h b/daemon/extension/PostScript.h index 78799c76c..92c03a420 100644 --- a/daemon/extension/PostScript.h +++ b/daemon/extension/PostScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/QueueScript.cpp b/daemon/extension/QueueScript.cpp index ce3d590c8..88e55454e 100644 --- a/daemon/extension/QueueScript.cpp +++ b/daemon/extension/QueueScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/extension/QueueScript.h b/daemon/extension/QueueScript.h index e48e41acd..8dc941135 100644 --- a/daemon/extension/QueueScript.h +++ b/daemon/extension/QueueScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/extension/ScanScript.cpp b/daemon/extension/ScanScript.cpp index e184c2c72..18fe530b1 100644 --- a/daemon/extension/ScanScript.cpp +++ b/daemon/extension/ScanScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/ScanScript.h b/daemon/extension/ScanScript.h index f030267be..bd1324805 100644 --- a/daemon/extension/ScanScript.h +++ b/daemon/extension/ScanScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/SchedulerScript.cpp b/daemon/extension/SchedulerScript.cpp index 589f0f5aa..5c1699d65 100644 --- a/daemon/extension/SchedulerScript.cpp +++ b/daemon/extension/SchedulerScript.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/SchedulerScript.h b/daemon/extension/SchedulerScript.h index a97767133..909e6fd2d 100644 --- a/daemon/extension/SchedulerScript.h +++ b/daemon/extension/SchedulerScript.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/extension/ScriptConfig.cpp b/daemon/extension/ScriptConfig.cpp index bd51af223..b687fd01d 100644 --- a/daemon/extension/ScriptConfig.cpp +++ b/daemon/extension/ScriptConfig.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/extension/ScriptConfig.h b/daemon/extension/ScriptConfig.h index 15ee91d00..88af4f3e0 100644 --- a/daemon/extension/ScriptConfig.h +++ b/daemon/extension/ScriptConfig.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedCoordinator.cpp b/daemon/feed/FeedCoordinator.cpp index 8caae2ae2..e4341d18b 100644 --- a/daemon/feed/FeedCoordinator.cpp +++ b/daemon/feed/FeedCoordinator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2019 Andrey Prygunkov * diff --git a/daemon/feed/FeedCoordinator.h b/daemon/feed/FeedCoordinator.h index 5510db5d2..b376f144a 100644 --- a/daemon/feed/FeedCoordinator.h +++ b/daemon/feed/FeedCoordinator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2019 Andrey Prygunkov * diff --git a/daemon/feed/FeedFile.cpp b/daemon/feed/FeedFile.cpp index 51abdac82..4a1106fc3 100644 --- a/daemon/feed/FeedFile.cpp +++ b/daemon/feed/FeedFile.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedFile.h b/daemon/feed/FeedFile.h index 59b3526bd..5dd53bb8d 100644 --- a/daemon/feed/FeedFile.h +++ b/daemon/feed/FeedFile.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedFilter.cpp b/daemon/feed/FeedFilter.cpp index 41a9b00a2..66e8876f4 100644 --- a/daemon/feed/FeedFilter.cpp +++ b/daemon/feed/FeedFilter.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedFilter.h b/daemon/feed/FeedFilter.h index b02249c82..61bbe72be 100644 --- a/daemon/feed/FeedFilter.h +++ b/daemon/feed/FeedFilter.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedInfo.cpp b/daemon/feed/FeedInfo.cpp index 2c387c72b..003bddb7e 100644 --- a/daemon/feed/FeedInfo.cpp +++ b/daemon/feed/FeedInfo.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/feed/FeedInfo.h b/daemon/feed/FeedInfo.h index d4a81d6b0..cfb4c8d39 100644 --- a/daemon/feed/FeedInfo.h +++ b/daemon/feed/FeedInfo.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/frontend/ColoredFrontend.cpp b/daemon/frontend/ColoredFrontend.cpp index 5f8ebf775..369a63c0f 100644 --- a/daemon/frontend/ColoredFrontend.cpp +++ b/daemon/frontend/ColoredFrontend.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/frontend/ColoredFrontend.h b/daemon/frontend/ColoredFrontend.h index a5352fbc2..2782b221a 100644 --- a/daemon/frontend/ColoredFrontend.h +++ b/daemon/frontend/ColoredFrontend.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/frontend/Frontend.cpp b/daemon/frontend/Frontend.cpp index 079ed38c8..43fa479a2 100644 --- a/daemon/frontend/Frontend.cpp +++ b/daemon/frontend/Frontend.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/frontend/Frontend.h b/daemon/frontend/Frontend.h index 608945706..49a248832 100644 --- a/daemon/frontend/Frontend.h +++ b/daemon/frontend/Frontend.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/frontend/LoggableFrontend.cpp b/daemon/frontend/LoggableFrontend.cpp index 1554aa888..94a6c5824 100644 --- a/daemon/frontend/LoggableFrontend.cpp +++ b/daemon/frontend/LoggableFrontend.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/frontend/LoggableFrontend.h b/daemon/frontend/LoggableFrontend.h index 0935709be..319bd76b2 100644 --- a/daemon/frontend/LoggableFrontend.h +++ b/daemon/frontend/LoggableFrontend.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/frontend/NCursesFrontend.cpp b/daemon/frontend/NCursesFrontend.cpp index 5085ea971..1e6bb74dc 100644 --- a/daemon/frontend/NCursesFrontend.cpp +++ b/daemon/frontend/NCursesFrontend.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/frontend/NCursesFrontend.h b/daemon/frontend/NCursesFrontend.h index d34123729..1a8458f38 100644 --- a/daemon/frontend/NCursesFrontend.h +++ b/daemon/frontend/NCursesFrontend.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/main/CommandLineParser.cpp b/daemon/main/CommandLineParser.cpp index 81319d1b4..0f3f3e49a 100644 --- a/daemon/main/CommandLineParser.cpp +++ b/daemon/main/CommandLineParser.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/main/CommandLineParser.h b/daemon/main/CommandLineParser.h index 72563c638..f0fe6d92c 100644 --- a/daemon/main/CommandLineParser.h +++ b/daemon/main/CommandLineParser.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/main/DiskService.cpp b/daemon/main/DiskService.cpp index fa512bed9..e75a97dee 100644 --- a/daemon/main/DiskService.cpp +++ b/daemon/main/DiskService.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/main/DiskService.h b/daemon/main/DiskService.h index 37658530a..b20a42b1f 100644 --- a/daemon/main/DiskService.h +++ b/daemon/main/DiskService.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/main/Maintenance.cpp b/daemon/main/Maintenance.cpp index 0f2f69b0e..4ea0a42a7 100644 --- a/daemon/main/Maintenance.cpp +++ b/daemon/main/Maintenance.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/main/Maintenance.h b/daemon/main/Maintenance.h index 1bf06bb58..7f784703c 100644 --- a/daemon/main/Maintenance.h +++ b/daemon/main/Maintenance.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/main/Options.cpp b/daemon/main/Options.cpp index b85929372..010fc8e3c 100644 --- a/daemon/main/Options.cpp +++ b/daemon/main/Options.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/main/Options.h b/daemon/main/Options.h index 90bc6b7d2..3df845844 100644 --- a/daemon/main/Options.h +++ b/daemon/main/Options.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/main/Scheduler.cpp b/daemon/main/Scheduler.cpp index a2e2f7b80..24a9dd0b9 100644 --- a/daemon/main/Scheduler.cpp +++ b/daemon/main/Scheduler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2008-2019 Andrey Prygunkov * diff --git a/daemon/main/Scheduler.h b/daemon/main/Scheduler.h index 4a0557354..09185e573 100644 --- a/daemon/main/Scheduler.h +++ b/daemon/main/Scheduler.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2008-2019 Andrey Prygunkov * diff --git a/daemon/main/StackTrace.cpp b/daemon/main/StackTrace.cpp index db352fc02..a4b43bbb6 100644 --- a/daemon/main/StackTrace.cpp +++ b/daemon/main/StackTrace.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * @@ -150,7 +150,7 @@ LONG __stdcall ExceptionFilter(EXCEPTION_POINTERS* exPtrs) return EXCEPTION_CONTINUE_SEARCH; #else info("Detailed crash information can be printed by debug version of NZBGet." - " For more info visit http://nzbget.net/crash-dump"); + " For more info visit https://nzbget-ng.github.io/crash-dump"); return EXCEPTION_EXECUTE_HANDLER; #endif } diff --git a/daemon/main/StackTrace.h b/daemon/main/StackTrace.h index ee827f518..da76d1f05 100644 --- a/daemon/main/StackTrace.h +++ b/daemon/main/StackTrace.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/main/WorkState.cpp b/daemon/main/WorkState.cpp index 2578b9782..288a91907 100644 --- a/daemon/main/WorkState.cpp +++ b/daemon/main/WorkState.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2019 Andrey Prygunkov * diff --git a/daemon/main/WorkState.h b/daemon/main/WorkState.h index d9c915827..c71acd9ca 100644 --- a/daemon/main/WorkState.h +++ b/daemon/main/WorkState.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2019 Andrey Prygunkov * diff --git a/daemon/main/nzbget.cpp b/daemon/main/nzbget.cpp index d3b5f0b23..ac5091dcd 100644 --- a/daemon/main/nzbget.cpp +++ b/daemon/main/nzbget.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/main/nzbget.h b/daemon/main/nzbget.h index a40cf76f5..ce6fad44a 100644 --- a/daemon/main/nzbget.h +++ b/daemon/main/nzbget.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/nntp/ArticleDownloader.cpp b/daemon/nntp/ArticleDownloader.cpp index 1fbbc8a3a..79e5e3534 100644 --- a/daemon/nntp/ArticleDownloader.cpp +++ b/daemon/nntp/ArticleDownloader.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/nntp/ArticleDownloader.h b/daemon/nntp/ArticleDownloader.h index 17f1606bb..7dcc3866f 100644 --- a/daemon/nntp/ArticleDownloader.h +++ b/daemon/nntp/ArticleDownloader.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2017 Andrey Prygunkov diff --git a/daemon/nntp/ArticleWriter.cpp b/daemon/nntp/ArticleWriter.cpp index 60dd782fd..b6d5e0980 100644 --- a/daemon/nntp/ArticleWriter.cpp +++ b/daemon/nntp/ArticleWriter.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2019 Andrey Prygunkov * diff --git a/daemon/nntp/ArticleWriter.h b/daemon/nntp/ArticleWriter.h index a556e4696..1931c2ea5 100644 --- a/daemon/nntp/ArticleWriter.h +++ b/daemon/nntp/ArticleWriter.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2019 Andrey Prygunkov * diff --git a/daemon/nntp/Decoder.cpp b/daemon/nntp/Decoder.cpp index 54e5e00ea..2d125a4e4 100644 --- a/daemon/nntp/Decoder.cpp +++ b/daemon/nntp/Decoder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/nntp/Decoder.h b/daemon/nntp/Decoder.h index ba8ac7e38..8013e55f2 100644 --- a/daemon/nntp/Decoder.h +++ b/daemon/nntp/Decoder.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/nntp/NewsServer.cpp b/daemon/nntp/NewsServer.cpp index 94dd6ad8b..cdaa193d2 100644 --- a/daemon/nntp/NewsServer.cpp +++ b/daemon/nntp/NewsServer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/nntp/NntpConnection.cpp b/daemon/nntp/NntpConnection.cpp index 5a6d43363..12d6c7feb 100644 --- a/daemon/nntp/NntpConnection.cpp +++ b/daemon/nntp/NntpConnection.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/nntp/NntpConnection.h b/daemon/nntp/NntpConnection.h index 3f4363198..43f55ad5e 100644 --- a/daemon/nntp/NntpConnection.h +++ b/daemon/nntp/NntpConnection.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/nntp/ServerPool.cpp b/daemon/nntp/ServerPool.cpp index 7f5995d56..2c8687259 100644 --- a/daemon/nntp/ServerPool.cpp +++ b/daemon/nntp/ServerPool.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/nntp/ServerPool.h b/daemon/nntp/ServerPool.h index 255906522..ba5e0c6a0 100644 --- a/daemon/nntp/ServerPool.h +++ b/daemon/nntp/ServerPool.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/nntp/StatMeter.cpp b/daemon/nntp/StatMeter.cpp index 737406df8..ecd8ccb08 100644 --- a/daemon/nntp/StatMeter.cpp +++ b/daemon/nntp/StatMeter.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2019 Andrey Prygunkov * diff --git a/daemon/nntp/StatMeter.h b/daemon/nntp/StatMeter.h index 7180d928c..fa2416e30 100644 --- a/daemon/nntp/StatMeter.h +++ b/daemon/nntp/StatMeter.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2016 Andrey Prygunkov * diff --git a/daemon/nserv/NServFrontend.cpp b/daemon/nserv/NServFrontend.cpp index 8402913cb..1f0b228ac 100644 --- a/daemon/nserv/NServFrontend.cpp +++ b/daemon/nserv/NServFrontend.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/nserv/NServFrontend.h b/daemon/nserv/NServFrontend.h index b68810fa7..860f56679 100644 --- a/daemon/nserv/NServFrontend.h +++ b/daemon/nserv/NServFrontend.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/nserv/NServMain.cpp b/daemon/nserv/NServMain.cpp index af2301a3e..52ef4ef2a 100644 --- a/daemon/nserv/NServMain.cpp +++ b/daemon/nserv/NServMain.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/nserv/NServMain.h b/daemon/nserv/NServMain.h index d6373c6ea..5648d1e00 100644 --- a/daemon/nserv/NServMain.h +++ b/daemon/nserv/NServMain.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/nserv/NntpServer.cpp b/daemon/nserv/NntpServer.cpp index aefb02f1e..72caff12c 100644 --- a/daemon/nserv/NntpServer.cpp +++ b/daemon/nserv/NntpServer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/nserv/NntpServer.h b/daemon/nserv/NntpServer.h index 361d41f66..e6010f062 100644 --- a/daemon/nserv/NntpServer.h +++ b/daemon/nserv/NntpServer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/nserv/NzbGenerator.cpp b/daemon/nserv/NzbGenerator.cpp index a87ea374c..99139c91b 100644 --- a/daemon/nserv/NzbGenerator.cpp +++ b/daemon/nserv/NzbGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/nserv/NzbGenerator.h b/daemon/nserv/NzbGenerator.h index b91f45884..6c8608bef 100644 --- a/daemon/nserv/NzbGenerator.h +++ b/daemon/nserv/NzbGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/nserv/YEncoder.cpp b/daemon/nserv/YEncoder.cpp index 42efd6a40..4fbd09cf3 100644 --- a/daemon/nserv/YEncoder.cpp +++ b/daemon/nserv/YEncoder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/nserv/YEncoder.h b/daemon/nserv/YEncoder.h index 400257d1e..2015fc911 100644 --- a/daemon/nserv/YEncoder.h +++ b/daemon/nserv/YEncoder.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/postprocess/Cleanup.cpp b/daemon/postprocess/Cleanup.cpp index 643e20f58..98b21686a 100644 --- a/daemon/postprocess/Cleanup.cpp +++ b/daemon/postprocess/Cleanup.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/Cleanup.h b/daemon/postprocess/Cleanup.h index 153b154ac..6856b2b14 100644 --- a/daemon/postprocess/Cleanup.h +++ b/daemon/postprocess/Cleanup.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/DirectUnpack.cpp b/daemon/postprocess/DirectUnpack.cpp index 11695bd8a..ae18b53d1 100644 --- a/daemon/postprocess/DirectUnpack.cpp +++ b/daemon/postprocess/DirectUnpack.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017 Andrey Prygunkov * diff --git a/daemon/postprocess/DirectUnpack.h b/daemon/postprocess/DirectUnpack.h index 32208e3a4..e9182aabb 100644 --- a/daemon/postprocess/DirectUnpack.h +++ b/daemon/postprocess/DirectUnpack.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017 Andrey Prygunkov * diff --git a/daemon/postprocess/DupeMatcher.cpp b/daemon/postprocess/DupeMatcher.cpp index dd09e1a62..c1c8c2066 100644 --- a/daemon/postprocess/DupeMatcher.cpp +++ b/daemon/postprocess/DupeMatcher.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/DupeMatcher.h b/daemon/postprocess/DupeMatcher.h index 6c9debe7d..56327e3cf 100644 --- a/daemon/postprocess/DupeMatcher.h +++ b/daemon/postprocess/DupeMatcher.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/ParChecker.cpp b/daemon/postprocess/ParChecker.cpp index 0f6593ff2..8eed68450 100644 --- a/daemon/postprocess/ParChecker.cpp +++ b/daemon/postprocess/ParChecker.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/ParChecker.h b/daemon/postprocess/ParChecker.h index 36af5fa39..02c25618b 100644 --- a/daemon/postprocess/ParChecker.h +++ b/daemon/postprocess/ParChecker.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/ParParser.cpp b/daemon/postprocess/ParParser.cpp index 81c942777..8937c10e2 100644 --- a/daemon/postprocess/ParParser.cpp +++ b/daemon/postprocess/ParParser.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/ParParser.h b/daemon/postprocess/ParParser.h index 82157e228..24c7a95cc 100644 --- a/daemon/postprocess/ParParser.h +++ b/daemon/postprocess/ParParser.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/ParRenamer.cpp b/daemon/postprocess/ParRenamer.cpp index 8a642ac56..e67e629cc 100644 --- a/daemon/postprocess/ParRenamer.cpp +++ b/daemon/postprocess/ParRenamer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/ParRenamer.h b/daemon/postprocess/ParRenamer.h index 09645ee0f..2fe18d1a8 100644 --- a/daemon/postprocess/ParRenamer.h +++ b/daemon/postprocess/ParRenamer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/PrePostProcessor.cpp b/daemon/postprocess/PrePostProcessor.cpp index 756ef0534..616198a72 100644 --- a/daemon/postprocess/PrePostProcessor.cpp +++ b/daemon/postprocess/PrePostProcessor.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/PrePostProcessor.h b/daemon/postprocess/PrePostProcessor.h index 8eca0aaf0..fa8988c4f 100644 --- a/daemon/postprocess/PrePostProcessor.h +++ b/daemon/postprocess/PrePostProcessor.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/postprocess/RarReader.cpp b/daemon/postprocess/RarReader.cpp index 743373758..252d0d43d 100644 --- a/daemon/postprocess/RarReader.cpp +++ b/daemon/postprocess/RarReader.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/postprocess/RarReader.h b/daemon/postprocess/RarReader.h index 880d882fe..3a7d2fb1c 100644 --- a/daemon/postprocess/RarReader.h +++ b/daemon/postprocess/RarReader.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/postprocess/RarRenamer.cpp b/daemon/postprocess/RarRenamer.cpp index 8bbdd8546..a346981e9 100644 --- a/daemon/postprocess/RarRenamer.cpp +++ b/daemon/postprocess/RarRenamer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/postprocess/RarRenamer.h b/daemon/postprocess/RarRenamer.h index 4f5420093..9ebb7316f 100644 --- a/daemon/postprocess/RarRenamer.h +++ b/daemon/postprocess/RarRenamer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/daemon/postprocess/Rename.cpp b/daemon/postprocess/Rename.cpp index 7ace87163..6d60d8d4b 100644 --- a/daemon/postprocess/Rename.cpp +++ b/daemon/postprocess/Rename.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/Rename.h b/daemon/postprocess/Rename.h index 32ff7a379..d431b3998 100644 --- a/daemon/postprocess/Rename.h +++ b/daemon/postprocess/Rename.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/postprocess/Repair.cpp b/daemon/postprocess/Repair.cpp index 1f1c8ccee..697f96117 100644 --- a/daemon/postprocess/Repair.cpp +++ b/daemon/postprocess/Repair.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/Repair.h b/daemon/postprocess/Repair.h index 03b1b3cd3..e35916013 100644 --- a/daemon/postprocess/Repair.h +++ b/daemon/postprocess/Repair.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/postprocess/Unpack.cpp b/daemon/postprocess/Unpack.cpp index 423d5ed24..751b8179f 100644 --- a/daemon/postprocess/Unpack.cpp +++ b/daemon/postprocess/Unpack.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2018 Andrey Prygunkov * diff --git a/daemon/postprocess/Unpack.h b/daemon/postprocess/Unpack.h index ddbd4de40..39936e0fb 100644 --- a/daemon/postprocess/Unpack.h +++ b/daemon/postprocess/Unpack.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2018 Andrey Prygunkov * diff --git a/daemon/queue/DirectRenamer.cpp b/daemon/queue/DirectRenamer.cpp index 57dd15398..30a661de5 100644 --- a/daemon/queue/DirectRenamer.cpp +++ b/daemon/queue/DirectRenamer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017-2019 Andrey Prygunkov * diff --git a/daemon/queue/DirectRenamer.h b/daemon/queue/DirectRenamer.h index e4ac6c8f2..d4cb617d7 100644 --- a/daemon/queue/DirectRenamer.h +++ b/daemon/queue/DirectRenamer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017 Andrey Prygunkov * diff --git a/daemon/queue/DiskState.cpp b/daemon/queue/DiskState.cpp index 89a069058..193ab4239 100644 --- a/daemon/queue/DiskState.cpp +++ b/daemon/queue/DiskState.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/DiskState.h b/daemon/queue/DiskState.h index feaec4a4d..51116eb44 100644 --- a/daemon/queue/DiskState.h +++ b/daemon/queue/DiskState.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/DownloadInfo.cpp b/daemon/queue/DownloadInfo.cpp index a1e3ed559..8f3d2284b 100644 --- a/daemon/queue/DownloadInfo.cpp +++ b/daemon/queue/DownloadInfo.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/queue/DownloadInfo.h b/daemon/queue/DownloadInfo.h index 128986d71..da5e029d5 100644 --- a/daemon/queue/DownloadInfo.h +++ b/daemon/queue/DownloadInfo.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/queue/DupeCoordinator.cpp b/daemon/queue/DupeCoordinator.cpp index 679b5fb2c..47ec70a16 100644 --- a/daemon/queue/DupeCoordinator.cpp +++ b/daemon/queue/DupeCoordinator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/queue/DupeCoordinator.h b/daemon/queue/DupeCoordinator.h index 56d97a40e..a032dd333 100644 --- a/daemon/queue/DupeCoordinator.h +++ b/daemon/queue/DupeCoordinator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/queue/HistoryCoordinator.cpp b/daemon/queue/HistoryCoordinator.cpp index 1aa49a2e7..566c2d4e3 100644 --- a/daemon/queue/HistoryCoordinator.cpp +++ b/daemon/queue/HistoryCoordinator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/HistoryCoordinator.h b/daemon/queue/HistoryCoordinator.h index 7aa774484..f8f50e30c 100644 --- a/daemon/queue/HistoryCoordinator.h +++ b/daemon/queue/HistoryCoordinator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/NzbFile.cpp b/daemon/queue/NzbFile.cpp index d2da613c1..e9992c91d 100644 --- a/daemon/queue/NzbFile.cpp +++ b/daemon/queue/NzbFile.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/queue/NzbFile.h b/daemon/queue/NzbFile.h index d5bd2cbd8..1e8f0bed2 100644 --- a/daemon/queue/NzbFile.h +++ b/daemon/queue/NzbFile.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/queue/QueueCoordinator.cpp b/daemon/queue/QueueCoordinator.cpp index 366b608c8..ce8a3c9b6 100644 --- a/daemon/queue/QueueCoordinator.cpp +++ b/daemon/queue/QueueCoordinator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/queue/QueueCoordinator.h b/daemon/queue/QueueCoordinator.h index cc9919605..7de928a42 100644 --- a/daemon/queue/QueueCoordinator.h +++ b/daemon/queue/QueueCoordinator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/queue/QueueEditor.cpp b/daemon/queue/QueueEditor.cpp index 8dc070d89..addcd4bbb 100644 --- a/daemon/queue/QueueEditor.cpp +++ b/daemon/queue/QueueEditor.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/queue/QueueEditor.h b/daemon/queue/QueueEditor.h index de07e4d5c..59caaa5ba 100644 --- a/daemon/queue/QueueEditor.h +++ b/daemon/queue/QueueEditor.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/queue/Scanner.cpp b/daemon/queue/Scanner.cpp index 12b1943d4..324c02589 100644 --- a/daemon/queue/Scanner.cpp +++ b/daemon/queue/Scanner.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/Scanner.h b/daemon/queue/Scanner.h index fe6fa670d..83b0a56eb 100644 --- a/daemon/queue/Scanner.h +++ b/daemon/queue/Scanner.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/queue/UrlCoordinator.cpp b/daemon/queue/UrlCoordinator.cpp index 9926b0e29..773664c4f 100644 --- a/daemon/queue/UrlCoordinator.cpp +++ b/daemon/queue/UrlCoordinator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/daemon/queue/UrlCoordinator.h b/daemon/queue/UrlCoordinator.h index ee25b94e8..712830dd4 100644 --- a/daemon/queue/UrlCoordinator.h +++ b/daemon/queue/UrlCoordinator.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/daemon/remote/BinRpc.cpp b/daemon/remote/BinRpc.cpp index 64af08eba..0b4b3f23b 100644 --- a/daemon/remote/BinRpc.cpp +++ b/daemon/remote/BinRpc.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/remote/BinRpc.h b/daemon/remote/BinRpc.h index 40fe82d3b..44449aa23 100644 --- a/daemon/remote/BinRpc.h +++ b/daemon/remote/BinRpc.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/remote/MessageBase.h b/daemon/remote/MessageBase.h index 6f45fc674..d01a34ad7 100644 --- a/daemon/remote/MessageBase.h +++ b/daemon/remote/MessageBase.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2017 Andrey Prygunkov diff --git a/daemon/remote/RemoteClient.cpp b/daemon/remote/RemoteClient.cpp index 8edbdf2a2..12871f7b4 100644 --- a/daemon/remote/RemoteClient.cpp +++ b/daemon/remote/RemoteClient.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/remote/RemoteClient.h b/daemon/remote/RemoteClient.h index 5a03d6369..cc937a293 100644 --- a/daemon/remote/RemoteClient.h +++ b/daemon/remote/RemoteClient.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/remote/RemoteServer.cpp b/daemon/remote/RemoteServer.cpp index ebe4c9b81..c525b974a 100644 --- a/daemon/remote/RemoteServer.cpp +++ b/daemon/remote/RemoteServer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2017 Andrey Prygunkov diff --git a/daemon/remote/RemoteServer.h b/daemon/remote/RemoteServer.h index 346522dad..013f0d11e 100644 --- a/daemon/remote/RemoteServer.h +++ b/daemon/remote/RemoteServer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen * Copyright (C) 2007-2017 Andrey Prygunkov diff --git a/daemon/remote/WebServer.cpp b/daemon/remote/WebServer.cpp index 8db12cecd..4e89e3873 100644 --- a/daemon/remote/WebServer.cpp +++ b/daemon/remote/WebServer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2017 Andrey Prygunkov * diff --git a/daemon/remote/WebServer.h b/daemon/remote/WebServer.h index 7490a28d7..c6745502c 100644 --- a/daemon/remote/WebServer.h +++ b/daemon/remote/WebServer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2017 Andrey Prygunkov * diff --git a/daemon/remote/XmlRpc.cpp b/daemon/remote/XmlRpc.cpp index 0686f2965..1a540a669 100644 --- a/daemon/remote/XmlRpc.cpp +++ b/daemon/remote/XmlRpc.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/remote/XmlRpc.h b/daemon/remote/XmlRpc.h index 79084c148..fdf3cf4e7 100644 --- a/daemon/remote/XmlRpc.h +++ b/daemon/remote/XmlRpc.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/util/Container.h b/daemon/util/Container.h index f20165b18..213e34d47 100644 --- a/daemon/util/Container.h +++ b/daemon/util/Container.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/daemon/util/FileSystem.cpp b/daemon/util/FileSystem.cpp index 128be0bd7..9c8372e63 100644 --- a/daemon/util/FileSystem.cpp +++ b/daemon/util/FileSystem.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/util/FileSystem.h b/daemon/util/FileSystem.h index be267fefd..6cfaf46f4 100644 --- a/daemon/util/FileSystem.h +++ b/daemon/util/FileSystem.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/util/Log.cpp b/daemon/util/Log.cpp index 133a10cd4..c17ee5930 100644 --- a/daemon/util/Log.cpp +++ b/daemon/util/Log.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/util/Log.h b/daemon/util/Log.h index 010bd3b90..0d4414e60 100644 --- a/daemon/util/Log.h +++ b/daemon/util/Log.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/util/NString.cpp b/daemon/util/NString.cpp index 0cb5a3510..c2099eea7 100644 --- a/daemon/util/NString.cpp +++ b/daemon/util/NString.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/util/NString.h b/daemon/util/NString.h index ac8ce849b..aa5d6ba8e 100644 --- a/daemon/util/NString.h +++ b/daemon/util/NString.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/util/Observer.cpp b/daemon/util/Observer.cpp index 412e78051..c673bc9b5 100644 --- a/daemon/util/Observer.cpp +++ b/daemon/util/Observer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/util/Observer.h b/daemon/util/Observer.h index cd204f1b1..34565007f 100644 --- a/daemon/util/Observer.h +++ b/daemon/util/Observer.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2016 Andrey Prygunkov diff --git a/daemon/util/Script.cpp b/daemon/util/Script.cpp index 6ed3d7517..ef57ce228 100644 --- a/daemon/util/Script.cpp +++ b/daemon/util/Script.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/util/Script.h b/daemon/util/Script.h index 3ad2613b4..21550b5cd 100644 --- a/daemon/util/Script.h +++ b/daemon/util/Script.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/util/Service.cpp b/daemon/util/Service.cpp index d00027405..3b032d042 100644 --- a/daemon/util/Service.cpp +++ b/daemon/util/Service.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/util/Service.h b/daemon/util/Service.h index de36f38a6..f5e0c3eaa 100644 --- a/daemon/util/Service.h +++ b/daemon/util/Service.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2019 Andrey Prygunkov * diff --git a/daemon/util/Thread.cpp b/daemon/util/Thread.cpp index 893d89eaa..056a6d58b 100644 --- a/daemon/util/Thread.cpp +++ b/daemon/util/Thread.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/util/Thread.h b/daemon/util/Thread.h index 6bbdcc3ad..d88dd10a3 100644 --- a/daemon/util/Thread.h +++ b/daemon/util/Thread.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel * Copyright (C) 2007-2019 Andrey Prygunkov diff --git a/daemon/util/Util.cpp b/daemon/util/Util.cpp index c6c2100f0..1423618fc 100644 --- a/daemon/util/Util.cpp +++ b/daemon/util/Util.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2017 Andrey Prygunkov * diff --git a/daemon/util/Util.h b/daemon/util/Util.h index 93dedfd6e..ee49a9873 100644 --- a/daemon/util/Util.h +++ b/daemon/util/Util.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2019 Andrey Prygunkov * diff --git a/daemon/windows/StdAfx.cpp b/daemon/windows/StdAfx.cpp index 5acbe5eeb..63b711280 100644 --- a/daemon/windows/StdAfx.cpp +++ b/daemon/windows/StdAfx.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/daemon/windows/WinConsole.cpp b/daemon/windows/WinConsole.cpp index d262523b1..7c04b4cda 100644 --- a/daemon/windows/WinConsole.cpp +++ b/daemon/windows/WinConsole.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2019 Andrey Prygunkov * @@ -367,15 +367,15 @@ void WinConsole::ShowMenu() } case ID_INFO_HOMEPAGE: - ShellExecute(0, "open", "http://nzbget.net", nullptr, nullptr, SW_SHOWNORMAL); + ShellExecute(0, "open", "https://nzbget-ng.github.io", nullptr, nullptr, SW_SHOWNORMAL); break; case ID_INFO_DOWNLOADS: - ShellExecute(0, "open", "http://nzbget.net/download", nullptr, nullptr, SW_SHOWNORMAL); + ShellExecute(0, "open", "https://nzbget-ng.github.io/download", nullptr, nullptr, SW_SHOWNORMAL); break; case ID_INFO_FORUM: - ShellExecute(0, "open", "http://nzbget.net/forum", nullptr, nullptr, SW_SHOWNORMAL); + ShellExecute(0, "open", "https://nzbget-ng.github.io/forum", nullptr, nullptr, SW_SHOWNORMAL); break; case ID_ABOUT: @@ -483,7 +483,7 @@ INT_PTR WinConsole::AboutDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPAR } else if (LOWORD(wParam) == IDC_ABOUT_HOMEPAGE && HIWORD(wParam) == STN_CLICKED) { - ShellExecute(0, "open", "http://nzbget.net", nullptr, nullptr, SW_SHOWNORMAL); + ShellExecute(0, "open", "https://nzbget-ng.github.io", nullptr, nullptr, SW_SHOWNORMAL); } else if (LOWORD(wParam) == IDC_ABOUT_GPL && HIWORD(wParam) == STN_CLICKED) { diff --git a/daemon/windows/WinConsole.h b/daemon/windows/WinConsole.h index 7060a7d2d..e9411b688 100644 --- a/daemon/windows/WinConsole.h +++ b/daemon/windows/WinConsole.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2014-2017 Andrey Prygunkov * diff --git a/daemon/windows/WinService.cpp b/daemon/windows/WinService.cpp index e94a4f5fb..c07183e63 100644 --- a/daemon/windows/WinService.cpp +++ b/daemon/windows/WinService.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/daemon/windows/WinService.h b/daemon/windows/WinService.h index e210a09e8..aaff13a29 100644 --- a/daemon/windows/WinService.h +++ b/daemon/windows/WinService.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/linux/build-toolchain-android b/linux/build-toolchain-android index 708cd81fb..939856598 100755 --- a/linux/build-toolchain-android +++ b/linux/build-toolchain-android @@ -1,6 +1,6 @@ #!/bin/bash # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2018 Andrey Prygunkov # diff --git a/linux/build-toolchain-freebsd b/linux/build-toolchain-freebsd index 14f2d8f85..fb9d933a8 100755 --- a/linux/build-toolchain-freebsd +++ b/linux/build-toolchain-freebsd @@ -1,6 +1,6 @@ #!/bin/bash # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2015-2017 Andrey Prygunkov # diff --git a/linux/build-unpack b/linux/build-unpack index 8b3270047..b610cb795 100755 --- a/linux/build-unpack +++ b/linux/build-unpack @@ -1,6 +1,6 @@ #!/bin/bash # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2015-2019 Andrey Prygunkov # diff --git a/linux/install-update.sh b/linux/install-update.sh index 42c2b3f9b..95b3c5bb1 100755 --- a/linux/install-update.sh +++ b/linux/install-update.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2015-2016 Andrey Prygunkov # diff --git a/linux/installer.sh b/linux/installer.sh index 0b06e2ebd..8f63c85a8 100755 --- a/linux/installer.sh +++ b/linux/installer.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# This file is part of nzbget. See . +# This file is part of nzbget. See . # # Copyright (C) 2015-2017 Andrey Prygunkov # @@ -437,7 +437,7 @@ Linux2FreeBSD() fi if test "$MODLINUX" = ""; then Info "" - Info "WARNING: Linux kernel module isn't loaded. See http://nzbget.net/installation-on-freebsd" + Info "WARNING: Linux kernel module isn't loaded. See https://nzbget-ng.github.io/installation-on-freebsd" fi fi fi @@ -577,7 +577,7 @@ if test "$JUSTUNPACK" = "no"; then else Info "Successfully installed into $ABSOUTDIR" fi - Info "For support please visit http://nzbget.net/forum" + Info "For support please visit https://nzbget-ng.github.io/forum" Linux2FreeBSD "kernel-check" else Info "Unpacked into $ABSOUTDIR" diff --git a/linux/package-info.json b/linux/package-info.json index 6780395bb..cabdb8e9d 100644 --- a/linux/package-info.json +++ b/linux/package-info.json @@ -1,4 +1,4 @@ { - "update-info-link": "http://nzbget.net/info/nzbget-version-linux.json", + "update-info-link": "https://nzbget-ng.github.io/info/nzbget-version-linux.json", "install-script": "install-update.sh" } diff --git a/nzbget.conf b/nzbget.conf index 0f8bc1d98..b9bf57965 100644 --- a/nzbget.conf +++ b/nzbget.conf @@ -67,7 +67,7 @@ WebDir= # # This option may contain multiple directories separated with commas or semicolons. # -# NOTE: For information on writing scripts visit http://nzbget.net/extension-scripts. +# NOTE: For information on writing scripts visit https://nzbget-ng.github.io/extension-scripts. ScriptDir=${MainDir}/scripts # Lock-file for daemon-mode, POSIX only. @@ -130,7 +130,7 @@ RequiredDir= # # NOTE: Certificate verification must be enabled separately via option . # -# NOTE: For more details visit http://nzbget.net/certificate-verification. +# NOTE: For more details visit https://nzbget-ng.github.io/certificate-verification. CertStore= ############################################################################## @@ -223,7 +223,7 @@ Server1.Encryption=no # chooses the cipher automatically. To achieve the best performance # however you can manually select a faster cipher. # -# See http://nzbget.net/choosing-cipher for details. +# See https://nzbget-ng.github.io/choosing-cipher for details. # # NOTE: You may get a TLS handshake error if the news server does # not support the chosen cipher. You can also get an error "Could not @@ -427,7 +427,7 @@ AuthorizedIP= # NOTE: Certificate verification requires a list of trusted root certificates, # which must be configured using option . # -# NOTE: For more details visit http://nzbget.net/certificate-verification. +# NOTE: For more details visit https://nzbget-ng.github.io/certificate-verification. CertCheck=no # Automatically check for new releases (none, stable, testing). @@ -535,7 +535,7 @@ Category4.Name=Software # # MORE INFO: # NOTE: This is a short documentation, for more information visit -# http://nzbget.net/rss. +# https://nzbget-ng.github.io/rss. # # Feed filter consists of rules - one rule per line. Each rule defines # a search string and a command, which must be performed if the search @@ -658,7 +658,7 @@ Category4.Name=Software # 5) Q: HDTV. # # NOTE: This is a short documentation, for more information visit -# http://nzbget.net/rss. +# https://nzbget-ng.github.io/rss. #Feed1.Filter= # How often to check for new items (minutes). @@ -700,7 +700,7 @@ Category4.Name=Software # scripts must be stored in directory set by option and # paths relative to must be entered here. # -# NOTE: For developer documentation visit http://nzbget.net/extension-scripts. +# NOTE: For developer documentation visit https://nzbget-ng.github.io/extension-scripts. #Feed1.Extensions= @@ -748,7 +748,7 @@ NzbDirFileAge=60 # set to "Delete", "Park" or "None". If it is set to "Pause" you will need to # manually unpause another duplicate (if any exists in queue). # -# NOTE: For more info on duplicates see http://nzbget.net/rss. +# NOTE: For more info on duplicates see https://nzbget-ng.github.io/rss. DupeCheck=yes @@ -1247,7 +1247,7 @@ UpdateInterval=200 # scripts must be stored in directory set by option # and paths relative to must be # entered here. For developer documentation visit -# http://nzbget.net/extension-scripts; +# https://nzbget-ng.github.io/extension-scripts; # Process - path to the program to execute and its parameters. # Example: /home/user/fetch.sh. # If filename or any parameter contains spaces it @@ -1625,9 +1625,9 @@ UnpackPassFile= # by their order in option . # # NOTE: For the list of interesting extension scripts see -# http://nzbget.net/catalog-of-extension-scripts. +# https://nzbget-ng.github.io/catalog-of-extension-scripts. # -# NOTE: For developer documentation visit http://nzbget.net/extension-scripts. +# NOTE: For developer documentation visit https://nzbget-ng.github.io/extension-scripts. Extensions= # Execution order for extension scripts. diff --git a/osx/App_Prefix.pch b/osx/App_Prefix.pch index fcb985bcb..94600418a 100644 --- a/osx/App_Prefix.pch +++ b/osx/App_Prefix.pch @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/DaemonController.h b/osx/DaemonController.h index f05708f28..55ca5c35a 100644 --- a/osx/DaemonController.h +++ b/osx/DaemonController.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/DaemonController.m b/osx/DaemonController.m index 895def237..137b827c7 100644 --- a/osx/DaemonController.m +++ b/osx/DaemonController.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/MainApp.h b/osx/MainApp.h index ac4149c4f..461758879 100644 --- a/osx/MainApp.h +++ b/osx/MainApp.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/MainApp.m b/osx/MainApp.m index 65777c8fa..18ecf2848 100644 --- a/osx/MainApp.m +++ b/osx/MainApp.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/PreferencesDialog.h b/osx/PreferencesDialog.h index 2d309b1c9..32c8961a3 100644 --- a/osx/PreferencesDialog.h +++ b/osx/PreferencesDialog.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/PreferencesDialog.m b/osx/PreferencesDialog.m index 6173fe680..62c22c53d 100644 --- a/osx/PreferencesDialog.m +++ b/osx/PreferencesDialog.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/RPC.h b/osx/RPC.h index 260c6df66..4b556b59f 100644 --- a/osx/RPC.h +++ b/osx/RPC.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/RPC.m b/osx/RPC.m index d21df06f9..29e06a3b7 100644 --- a/osx/RPC.m +++ b/osx/RPC.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/Resources/Credits.rtf b/osx/Resources/Credits.rtf index 6321e55af..4b263354d 100644 --- a/osx/Resources/Credits.rtf +++ b/osx/Resources/Credits.rtf @@ -14,4 +14,4 @@ The package also includes other software;\ see folder "licenses" inside the package.\ \ \pard\pardeftab720\qc -\cf2 \ul \ulc2 http://{\field{\*\fldinst{HYPERLINK "http://nzbget.net"}}{\fldrslt nzbget.net}}} \ No newline at end of file +\cf2 \ul \ulc2 http://{\field{\*\fldinst{HYPERLINK "https://nzbget-ng.github.io"}}{\fldrslt nzbget.net}}} \ No newline at end of file diff --git a/osx/Resources/Localizable.strings b/osx/Resources/Localizable.strings index 4cff77fd5..5c07d8e87 100644 --- a/osx/Resources/Localizable.strings +++ b/osx/Resources/Localizable.strings @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * @@ -38,9 +38,9 @@ "Left.Minutes.Seconds"="%im %02is"; "Left.Seconds"="%is"; -"Menu.LinkHomePage"="http://nzbget.net"; -"Menu.LinkDownloads"="http://nzbget.net/download"; -"Menu.LinkForum"="http://nzbget.net/forum"; +"Menu.LinkHomePage"="https://nzbget-ng.github.io"; +"Menu.LinkDownloads"="https://nzbget-ng.github.io/download"; +"Menu.LinkForum"="https://nzbget-ng.github.io/forum"; "ShowWebUINoConnection.MessageText"="Could not establish connection to downloader (background process)."; "ShowWebUINoConnection.InformativeText"="Try to restart the program via Troubleshooting-menu."; diff --git a/osx/Resources/Welcome.rtf b/osx/Resources/Welcome.rtf index 67b8b63cf..76fde9f92 100644 --- a/osx/Resources/Welcome.rtf +++ b/osx/Resources/Welcome.rtf @@ -20,4 +20,4 @@ \fs26 \cf0 \ This program is free software; you can redistribute it and/or modify it under the terms of the {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/gpl-2.0.html"}}{\fldrslt GNU General Public License}}.\ \ -For more information visit {\field{\*\fldinst{HYPERLINK "http://nzbget.net"}}{\fldrslt NZBGet home page}}.} \ No newline at end of file +For more information visit {\field{\*\fldinst{HYPERLINK "https://nzbget-ng.github.io"}}{\fldrslt NZBGet home page}}.} \ No newline at end of file diff --git a/osx/WebClient.h b/osx/WebClient.h index 0d041dcbc..e68598fc0 100644 --- a/osx/WebClient.h +++ b/osx/WebClient.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/WebClient.m b/osx/WebClient.m index 69d029dfe..896f67fc3 100644 --- a/osx/WebClient.m +++ b/osx/WebClient.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/WelcomeDialog.h b/osx/WelcomeDialog.h index 6d86ab836..b07aa4ac2 100644 --- a/osx/WelcomeDialog.h +++ b/osx/WelcomeDialog.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/osx/WelcomeDialog.m b/osx/WelcomeDialog.m index f305d7de9..2a3247222 100644 --- a/osx/WelcomeDialog.m +++ b/osx/WelcomeDialog.m @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2007-2016 Andrey Prygunkov * diff --git a/scripts/EMail.py b/scripts/EMail.py index 97e96bb3e..58fe9f802 100755 --- a/scripts/EMail.py +++ b/scripts/EMail.py @@ -160,7 +160,7 @@ (os.environ.get('NZBPO_NZBLOG') == 'OnFailure' and not success)) and \ not test_mode: # To get statistics or the post-processing log we connect to NZBGet via XML-RPC. - # For more info visit http://nzbget.net/api + # For more info visit https://nzbget-ng.github.io/api # First we need to know connection info: host, port and password of NZBGet server. # NZBGet passes all configuration options to post-processing script as # environment variables. @@ -243,7 +243,7 @@ def format_time_sec(sec): # To get the item log we connect to NZBGet via XML-RPC and call # method "loadlog", which returns the log for a given nzb item. - # For more info visit http://nzbget.net/api + # For more info visit https://nzbget-ng.github.io/api # Call remote method 'loadlog' nzbid = int(os.environ['NZBPP_NZBID']) diff --git a/scripts/Logger.py b/scripts/Logger.py index 536bafb6b..aa21254db 100755 --- a/scripts/Logger.py +++ b/scripts/Logger.py @@ -61,7 +61,7 @@ # To get the item log we connect to NZBGet via XML-RPC and call # method "loadlog", which returns the log for a given nzb item. -# For more info visit http://nzbget.net/RPC_API_reference +# For more info visit https://nzbget-ng.github.io/RPC_API_reference # First we need to know connection info: host, port and password of NZBGet server. # NZBGet passes all configuration options to post-processing script as diff --git a/tests/feed/FeedFilterTest.cpp b/tests/feed/FeedFilterTest.cpp index 11ecb7a15..95931bf33 100644 --- a/tests/feed/FeedFilterTest.cpp +++ b/tests/feed/FeedFilterTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/main/CommandLineParserTest.cpp b/tests/main/CommandLineParserTest.cpp index bb69c1a67..8b5431019 100644 --- a/tests/main/CommandLineParserTest.cpp +++ b/tests/main/CommandLineParserTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/main/OptionsTest.cpp b/tests/main/OptionsTest.cpp index 1cb5e40f9..b1f03026a 100644 --- a/tests/main/OptionsTest.cpp +++ b/tests/main/OptionsTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/nntp/ServerPoolTest.cpp b/tests/nntp/ServerPoolTest.cpp index 5f74c8143..ccfa8e8ea 100644 --- a/tests/nntp/ServerPoolTest.cpp +++ b/tests/nntp/ServerPoolTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/tests/postprocess/DirectUnpackTest.cpp b/tests/postprocess/DirectUnpackTest.cpp index fabee83af..0aab06315 100644 --- a/tests/postprocess/DirectUnpackTest.cpp +++ b/tests/postprocess/DirectUnpackTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2017-2019 Andrey Prygunkov * diff --git a/tests/postprocess/DupeMatcherTest.cpp b/tests/postprocess/DupeMatcherTest.cpp index e6aca1e82..1c820ede0 100644 --- a/tests/postprocess/DupeMatcherTest.cpp +++ b/tests/postprocess/DupeMatcherTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/postprocess/ParCheckerTest.cpp b/tests/postprocess/ParCheckerTest.cpp index d06910ec4..223e38b9f 100644 --- a/tests/postprocess/ParCheckerTest.cpp +++ b/tests/postprocess/ParCheckerTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/postprocess/ParRenamerTest.cpp b/tests/postprocess/ParRenamerTest.cpp index 03c4ec6cd..1216bdef3 100644 --- a/tests/postprocess/ParRenamerTest.cpp +++ b/tests/postprocess/ParRenamerTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/postprocess/RarReaderTest.cpp b/tests/postprocess/RarReaderTest.cpp index f550256f6..d84cd652d 100644 --- a/tests/postprocess/RarReaderTest.cpp +++ b/tests/postprocess/RarReaderTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/tests/postprocess/RarRenamerTest.cpp b/tests/postprocess/RarRenamerTest.cpp index d41640608..2c92295bf 100644 --- a/tests/postprocess/RarRenamerTest.cpp +++ b/tests/postprocess/RarRenamerTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016-2017 Andrey Prygunkov * diff --git a/tests/queue/NzbFileTest.cpp b/tests/queue/NzbFileTest.cpp index 6288a98eb..13b049545 100644 --- a/tests/queue/NzbFileTest.cpp +++ b/tests/queue/NzbFileTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/suite/TestMain.cpp b/tests/suite/TestMain.cpp index ffd13ee80..416104440 100644 --- a/tests/suite/TestMain.cpp +++ b/tests/suite/TestMain.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/suite/TestMain.h b/tests/suite/TestMain.h index 46d79a590..634ab54ed 100644 --- a/tests/suite/TestMain.h +++ b/tests/suite/TestMain.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/suite/TestUtil.cpp b/tests/suite/TestUtil.cpp index 7704596bd..967097412 100644 --- a/tests/suite/TestUtil.cpp +++ b/tests/suite/TestUtil.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/suite/TestUtil.h b/tests/suite/TestUtil.h index cd265d72a..0dbde6581 100644 --- a/tests/suite/TestUtil.h +++ b/tests/suite/TestUtil.h @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/util/FileSystemTest.cpp b/tests/util/FileSystemTest.cpp index 908926fc8..82765e287 100644 --- a/tests/util/FileSystemTest.cpp +++ b/tests/util/FileSystemTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2016 Andrey Prygunkov * diff --git a/tests/util/NStringTest.cpp b/tests/util/NStringTest.cpp index a3521c6bf..44ad92b4c 100644 --- a/tests/util/NStringTest.cpp +++ b/tests/util/NStringTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/tests/util/UtilTest.cpp b/tests/util/UtilTest.cpp index 12887c509..6f4233330 100644 --- a/tests/util/UtilTest.cpp +++ b/tests/util/UtilTest.cpp @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2015-2016 Andrey Prygunkov * diff --git a/webui/config.js b/webui/config.js index 81ed08422..2b04a2346 100644 --- a/webui/config.js +++ b/webui/config.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * @@ -2757,7 +2757,7 @@ var UpdateDialog = (new function($) Refresher.pause(); } - RPC.call('readurl', ['http://nzbget.net/info/nzbget-version.json?nocache=' + new Date().getTime(), 'nzbget version info'], loadedUpstreamInfo, error); + RPC.call('readurl', ['https://nzbget-ng.github.io/info/nzbget-version.json?nocache=' + new Date().getTime(), 'nzbget version info'], loadedUpstreamInfo, error); } function error(e) diff --git a/webui/downloads.js b/webui/downloads.js index 72b3aac3a..87bb4b74a 100644 --- a/webui/downloads.js +++ b/webui/downloads.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/webui/edit.js b/webui/edit.js index c11d0c645..0adb16394 100644 --- a/webui/edit.js +++ b/webui/edit.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/webui/fasttable.js b/webui/fasttable.js index 99f25080d..342d189fb 100644 --- a/webui/fasttable.js +++ b/webui/fasttable.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/webui/feed.js b/webui/feed.js index 80ffdfd90..3b5063993 100644 --- a/webui/feed.js +++ b/webui/feed.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2013-2019 Andrey Prygunkov * diff --git a/webui/history.js b/webui/history.js index 3eea28698..2ded778fa 100644 --- a/webui/history.js +++ b/webui/history.js @@ -1,5 +1,5 @@ /* - * This file is part of nzbget. See . + * This file is part of nzbget. See . * * Copyright (C) 2012-2019 Andrey Prygunkov * diff --git a/webui/index.html b/webui/index.html index 993441718..3958a6d6e 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1,6 +1,6 @@