diff --git a/Makefile.am b/Makefile.am index 4ae00a99..a008c25f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2008-2015 Andrey Prygunkov +# Copyright (C) 2008-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# +# along with this program. If not, see . # bin_PROGRAMS = nzbget diff --git a/Makefile.in b/Makefile.in index e2e1c096..85157393 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,9 +15,9 @@ @SET_MAKE@ # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2008-2015 Andrey Prygunkov +# Copyright (C) 2008-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,9 +30,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# +# along with this program. If not, see . # diff --git a/configure.ac b/configure.ac index 8d2f265f..96cb50be 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2008-2015 Andrey Prygunkov +# Copyright (C) 2008-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# +# along with this program. If not, see . # # -*- Autoconf -*- diff --git a/daemon/connect/Connection.cpp b/daemon/connect/Connection.cpp index 96a449cc..f22c4489 100644 --- a/daemon/connect/Connection.cpp +++ b/daemon/connect/Connection.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/connect/Connection.h b/daemon/connect/Connection.h index 935f0422..f38adcb7 100644 --- a/daemon/connect/Connection.h +++ b/daemon/connect/Connection.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/connect/TlsSocket.cpp b/daemon/connect/TlsSocket.cpp index 5f41a5f8..36562218 100644 --- a/daemon/connect/TlsSocket.cpp +++ b/daemon/connect/TlsSocket.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2008-2015 Andrey Prygunkov + * Copyright (C) 2008-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/connect/TlsSocket.h b/daemon/connect/TlsSocket.h index 288c0226..9960ef9a 100644 --- a/daemon/connect/TlsSocket.h +++ b/daemon/connect/TlsSocket.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2008-2015 Andrey Prygunkov + * Copyright (C) 2008-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #ifndef TLSSOCKET_H diff --git a/daemon/connect/WebDownloader.cpp b/daemon/connect/WebDownloader.cpp index 1e6e8ad2..0a7b5861 100644 --- a/daemon/connect/WebDownloader.cpp +++ b/daemon/connect/WebDownloader.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/connect/WebDownloader.h b/daemon/connect/WebDownloader.h index 6ea6d57e..5fc6fa99 100644 --- a/daemon/connect/WebDownloader.h +++ b/daemon/connect/WebDownloader.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2013 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/FeedScript.cpp b/daemon/extension/FeedScript.cpp index 76e3f116..cce55d0f 100644 --- a/daemon/extension/FeedScript.cpp +++ b/daemon/extension/FeedScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/FeedScript.h b/daemon/extension/FeedScript.h index 24e461da..a77a8559 100644 --- a/daemon/extension/FeedScript.h +++ b/daemon/extension/FeedScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/NzbScript.cpp b/daemon/extension/NzbScript.cpp index 321a6353..767fed8c 100644 --- a/daemon/extension/NzbScript.cpp +++ b/daemon/extension/NzbScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/NzbScript.h b/daemon/extension/NzbScript.h index 65cb61fd..a4f0672a 100644 --- a/daemon/extension/NzbScript.h +++ b/daemon/extension/NzbScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/PostScript.cpp b/daemon/extension/PostScript.cpp index 41d5240d..cad8374c 100644 --- a/daemon/extension/PostScript.cpp +++ b/daemon/extension/PostScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/PostScript.h b/daemon/extension/PostScript.h index cc6502bf..46b33660 100644 --- a/daemon/extension/PostScript.h +++ b/daemon/extension/PostScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/QueueScript.cpp b/daemon/extension/QueueScript.cpp index f0cb95fc..b398807a 100644 --- a/daemon/extension/QueueScript.cpp +++ b/daemon/extension/QueueScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/QueueScript.h b/daemon/extension/QueueScript.h index 60c76ed9..cebe243c 100644 --- a/daemon/extension/QueueScript.h +++ b/daemon/extension/QueueScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/ScanScript.cpp b/daemon/extension/ScanScript.cpp index 6c7f9987..3280a113 100644 --- a/daemon/extension/ScanScript.cpp +++ b/daemon/extension/ScanScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/ScanScript.h b/daemon/extension/ScanScript.h index 16e19aa9..0a413f11 100644 --- a/daemon/extension/ScanScript.h +++ b/daemon/extension/ScanScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/SchedulerScript.cpp b/daemon/extension/SchedulerScript.cpp index 00199763..0044cc0d 100644 --- a/daemon/extension/SchedulerScript.cpp +++ b/daemon/extension/SchedulerScript.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/SchedulerScript.h b/daemon/extension/SchedulerScript.h index 74764b9e..a9776713 100644 --- a/daemon/extension/SchedulerScript.h +++ b/daemon/extension/SchedulerScript.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/ScriptConfig.cpp b/daemon/extension/ScriptConfig.cpp index 12ce2c80..4772c0ea 100644 --- a/daemon/extension/ScriptConfig.cpp +++ b/daemon/extension/ScriptConfig.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/extension/ScriptConfig.h b/daemon/extension/ScriptConfig.h index 3cdb5cd4..d43fd4a9 100644 --- a/daemon/extension/ScriptConfig.h +++ b/daemon/extension/ScriptConfig.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedCoordinator.cpp b/daemon/feed/FeedCoordinator.cpp index e3df4c89..b010bceb 100644 --- a/daemon/feed/FeedCoordinator.cpp +++ b/daemon/feed/FeedCoordinator.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedCoordinator.h b/daemon/feed/FeedCoordinator.h index 36b6d8ac..574ff1f1 100644 --- a/daemon/feed/FeedCoordinator.h +++ b/daemon/feed/FeedCoordinator.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedFile.cpp b/daemon/feed/FeedFile.cpp index 762138ac..d8043c71 100644 --- a/daemon/feed/FeedFile.cpp +++ b/daemon/feed/FeedFile.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedFile.h b/daemon/feed/FeedFile.h index 96617060..96ad0751 100644 --- a/daemon/feed/FeedFile.h +++ b/daemon/feed/FeedFile.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedFilter.cpp b/daemon/feed/FeedFilter.cpp index 645b36e2..db91a204 100644 --- a/daemon/feed/FeedFilter.cpp +++ b/daemon/feed/FeedFilter.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2014 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedFilter.h b/daemon/feed/FeedFilter.h index a0a2d741..b02249c8 100644 --- a/daemon/feed/FeedFilter.h +++ b/daemon/feed/FeedFilter.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedInfo.cpp b/daemon/feed/FeedInfo.cpp index a5954696..ea14f919 100644 --- a/daemon/feed/FeedInfo.cpp +++ b/daemon/feed/FeedInfo.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision: 0 $ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/feed/FeedInfo.h b/daemon/feed/FeedInfo.h index 032d3d08..ca30c4fb 100644 --- a/daemon/feed/FeedInfo.h +++ b/daemon/feed/FeedInfo.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision: 0 $ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/ColoredFrontend.cpp b/daemon/frontend/ColoredFrontend.cpp index ae91b93c..5f8ebf77 100644 --- a/daemon/frontend/ColoredFrontend.cpp +++ b/daemon/frontend/ColoredFrontend.cpp @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2010 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/ColoredFrontend.h b/daemon/frontend/ColoredFrontend.h index 63b3e77e..a5352fbc 100644 --- a/daemon/frontend/ColoredFrontend.h +++ b/daemon/frontend/ColoredFrontend.h @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/Frontend.cpp b/daemon/frontend/Frontend.cpp index a169527c..070569e7 100644 --- a/daemon/frontend/Frontend.cpp +++ b/daemon/frontend/Frontend.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/Frontend.h b/daemon/frontend/Frontend.h index 89a26402..1710196a 100644 --- a/daemon/frontend/Frontend.h +++ b/daemon/frontend/Frontend.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/LoggableFrontend.cpp b/daemon/frontend/LoggableFrontend.cpp index 4d45e36a..5986ffda 100644 --- a/daemon/frontend/LoggableFrontend.cpp +++ b/daemon/frontend/LoggableFrontend.cpp @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2004 Sven Henkel + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/LoggableFrontend.h b/daemon/frontend/LoggableFrontend.h index 65c8dcbe..0935709b 100644 --- a/daemon/frontend/LoggableFrontend.h +++ b/daemon/frontend/LoggableFrontend.h @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/NCursesFrontend.cpp b/daemon/frontend/NCursesFrontend.cpp index 98c8128d..25c8e660 100644 --- a/daemon/frontend/NCursesFrontend.cpp +++ b/daemon/frontend/NCursesFrontend.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/frontend/NCursesFrontend.h b/daemon/frontend/NCursesFrontend.h index d034f59f..d3412372 100644 --- a/daemon/frontend/NCursesFrontend.h +++ b/daemon/frontend/NCursesFrontend.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/CommandLineParser.cpp b/daemon/main/CommandLineParser.cpp index 26eb4a4a..59d2f50c 100644 --- a/daemon/main/CommandLineParser.cpp +++ b/daemon/main/CommandLineParser.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/CommandLineParser.h b/daemon/main/CommandLineParser.h index cfa1c350..89548de8 100644 --- a/daemon/main/CommandLineParser.h +++ b/daemon/main/CommandLineParser.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/DiskService.cpp b/daemon/main/DiskService.cpp index 81f9c26b..41a5c791 100644 --- a/daemon/main/DiskService.cpp +++ b/daemon/main/DiskService.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/DiskService.h b/daemon/main/DiskService.h index ce553fdd..503b677d 100644 --- a/daemon/main/DiskService.h +++ b/daemon/main/DiskService.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/Maintenance.cpp b/daemon/main/Maintenance.cpp index 7115c412..0de31645 100644 --- a/daemon/main/Maintenance.cpp +++ b/daemon/main/Maintenance.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/Maintenance.h b/daemon/main/Maintenance.h index 5b22862d..38b63efe 100644 --- a/daemon/main/Maintenance.h +++ b/daemon/main/Maintenance.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #ifndef MAINTENANCE_H diff --git a/daemon/main/Options.cpp b/daemon/main/Options.cpp index 74908965..cb99ed01 100644 --- a/daemon/main/Options.cpp +++ b/daemon/main/Options.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/Options.h b/daemon/main/Options.h index ac9fd90d..ca97fb38 100644 --- a/daemon/main/Options.h +++ b/daemon/main/Options.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/Scheduler.cpp b/daemon/main/Scheduler.cpp index 1ec2ef88..799c788f 100644 --- a/daemon/main/Scheduler.cpp +++ b/daemon/main/Scheduler.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2008-2015 Andrey Prygunkov + * Copyright (C) 2008-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/Scheduler.h b/daemon/main/Scheduler.h index d446b0d9..cdf1daad 100644 --- a/daemon/main/Scheduler.h +++ b/daemon/main/Scheduler.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2008-2015 Andrey Prygunkov + * Copyright (C) 2008-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/StackTrace.cpp b/daemon/main/StackTrace.cpp index d075ec53..887f0a1e 100644 --- a/daemon/main/StackTrace.cpp +++ b/daemon/main/StackTrace.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/StackTrace.h b/daemon/main/StackTrace.h index 2a5b99d6..ee827f51 100644 --- a/daemon/main/StackTrace.h +++ b/daemon/main/StackTrace.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/nzbget.cpp b/daemon/main/nzbget.cpp index f28206ba..2b0df13f 100644 --- a/daemon/main/nzbget.cpp +++ b/daemon/main/nzbget.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/main/nzbget.h b/daemon/main/nzbget.h index 639e325d..2a3a9517 100644 --- a/daemon/main/nzbget.h +++ b/daemon/main/nzbget.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ArticleDownloader.cpp b/daemon/nntp/ArticleDownloader.cpp index 28b8c0bd..f2901764 100644 --- a/daemon/nntp/ArticleDownloader.cpp +++ b/daemon/nntp/ArticleDownloader.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ArticleDownloader.h b/daemon/nntp/ArticleDownloader.h index 9336073d..5aedc889 100644 --- a/daemon/nntp/ArticleDownloader.h +++ b/daemon/nntp/ArticleDownloader.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ArticleWriter.cpp b/daemon/nntp/ArticleWriter.cpp index a78926ce..2c62816e 100644 --- a/daemon/nntp/ArticleWriter.cpp +++ b/daemon/nntp/ArticleWriter.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ArticleWriter.h b/daemon/nntp/ArticleWriter.h index bfe1a7e5..670dee89 100644 --- a/daemon/nntp/ArticleWriter.h +++ b/daemon/nntp/ArticleWriter.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/Decoder.cpp b/daemon/nntp/Decoder.cpp index 7e07c051..e8cb8bd9 100644 --- a/daemon/nntp/Decoder.cpp +++ b/daemon/nntp/Decoder.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/Decoder.h b/daemon/nntp/Decoder.h index cd44b270..a6891aea 100644 --- a/daemon/nntp/Decoder.h +++ b/daemon/nntp/Decoder.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/NewsServer.cpp b/daemon/nntp/NewsServer.cpp index 21c4b085..35cb3ea9 100644 --- a/daemon/nntp/NewsServer.cpp +++ b/daemon/nntp/NewsServer.cpp @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/NntpConnection.cpp b/daemon/nntp/NntpConnection.cpp index 6f2f84a9..da5ed6fe 100644 --- a/daemon/nntp/NntpConnection.cpp +++ b/daemon/nntp/NntpConnection.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/NntpConnection.h b/daemon/nntp/NntpConnection.h index 50bd2a78..3f436319 100644 --- a/daemon/nntp/NntpConnection.h +++ b/daemon/nntp/NntpConnection.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ServerPool.cpp b/daemon/nntp/ServerPool.cpp index 279e876e..b56a58c3 100644 --- a/daemon/nntp/ServerPool.cpp +++ b/daemon/nntp/ServerPool.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/ServerPool.h b/daemon/nntp/ServerPool.h index 2b6cfcae..75498e58 100644 --- a/daemon/nntp/ServerPool.h +++ b/daemon/nntp/ServerPool.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/StatMeter.cpp b/daemon/nntp/StatMeter.cpp index 096c1ca2..b9b85115 100644 --- a/daemon/nntp/StatMeter.cpp +++ b/daemon/nntp/StatMeter.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/nntp/StatMeter.h b/daemon/nntp/StatMeter.h index a935c6c4..65068565 100644 --- a/daemon/nntp/StatMeter.h +++ b/daemon/nntp/StatMeter.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/Cleanup.cpp b/daemon/postprocess/Cleanup.cpp index daa7d8de..ca132977 100644 --- a/daemon/postprocess/Cleanup.cpp +++ b/daemon/postprocess/Cleanup.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/Cleanup.h b/daemon/postprocess/Cleanup.h index 36121b82..153b154a 100644 --- a/daemon/postprocess/Cleanup.h +++ b/daemon/postprocess/Cleanup.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/DupeMatcher.cpp b/daemon/postprocess/DupeMatcher.cpp index a48cfb19..af0a0ebd 100644 --- a/daemon/postprocess/DupeMatcher.cpp +++ b/daemon/postprocess/DupeMatcher.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/DupeMatcher.h b/daemon/postprocess/DupeMatcher.h index ea33d9dd..6c9debe7 100644 --- a/daemon/postprocess/DupeMatcher.h +++ b/daemon/postprocess/DupeMatcher.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParChecker.cpp b/daemon/postprocess/ParChecker.cpp index 3c06eb01..4e54fab6 100644 --- a/daemon/postprocess/ParChecker.cpp +++ b/daemon/postprocess/ParChecker.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParChecker.h b/daemon/postprocess/ParChecker.h index 86e2fea1..b55a0cac 100644 --- a/daemon/postprocess/ParChecker.h +++ b/daemon/postprocess/ParChecker.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParCoordinator.cpp b/daemon/postprocess/ParCoordinator.cpp index 542e3156..cf469b60 100644 --- a/daemon/postprocess/ParCoordinator.cpp +++ b/daemon/postprocess/ParCoordinator.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParCoordinator.h b/daemon/postprocess/ParCoordinator.h index cbb4c263..6ca1b4a5 100644 --- a/daemon/postprocess/ParCoordinator.h +++ b/daemon/postprocess/ParCoordinator.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParParser.cpp b/daemon/postprocess/ParParser.cpp index f0c42b06..38fe6dd8 100644 --- a/daemon/postprocess/ParParser.cpp +++ b/daemon/postprocess/ParParser.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParParser.h b/daemon/postprocess/ParParser.h index 20ba36c3..bfc26066 100644 --- a/daemon/postprocess/ParParser.h +++ b/daemon/postprocess/ParParser.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParRenamer.cpp b/daemon/postprocess/ParRenamer.cpp index 9b4115f3..8d9c6901 100644 --- a/daemon/postprocess/ParRenamer.cpp +++ b/daemon/postprocess/ParRenamer.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/ParRenamer.h b/daemon/postprocess/ParRenamer.h index bbf0864a..ed2ff0fc 100644 --- a/daemon/postprocess/ParRenamer.h +++ b/daemon/postprocess/ParRenamer.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2014 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/PrePostProcessor.cpp b/daemon/postprocess/PrePostProcessor.cpp index 0cc6168e..96debd57 100644 --- a/daemon/postprocess/PrePostProcessor.cpp +++ b/daemon/postprocess/PrePostProcessor.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/PrePostProcessor.h b/daemon/postprocess/PrePostProcessor.h index f94a3b81..7a73be1b 100644 --- a/daemon/postprocess/PrePostProcessor.h +++ b/daemon/postprocess/PrePostProcessor.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/Unpack.cpp b/daemon/postprocess/Unpack.cpp index aadab7dc..62d76107 100644 --- a/daemon/postprocess/Unpack.cpp +++ b/daemon/postprocess/Unpack.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/postprocess/Unpack.h b/daemon/postprocess/Unpack.h index 706206cb..b4b31206 100644 --- a/daemon/postprocess/Unpack.h +++ b/daemon/postprocess/Unpack.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DiskState.cpp b/daemon/queue/DiskState.cpp index 6bf06596..96c051ad 100644 --- a/daemon/queue/DiskState.cpp +++ b/daemon/queue/DiskState.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DiskState.h b/daemon/queue/DiskState.h index 5b6a640a..603ecd37 100644 --- a/daemon/queue/DiskState.h +++ b/daemon/queue/DiskState.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DownloadInfo.cpp b/daemon/queue/DownloadInfo.cpp index 98637ae2..19479086 100644 --- a/daemon/queue/DownloadInfo.cpp +++ b/daemon/queue/DownloadInfo.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DownloadInfo.h b/daemon/queue/DownloadInfo.h index 9e1f6e39..72b66167 100644 --- a/daemon/queue/DownloadInfo.h +++ b/daemon/queue/DownloadInfo.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DupeCoordinator.cpp b/daemon/queue/DupeCoordinator.cpp index c3f3e7b7..8bcb21c8 100644 --- a/daemon/queue/DupeCoordinator.cpp +++ b/daemon/queue/DupeCoordinator.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/DupeCoordinator.h b/daemon/queue/DupeCoordinator.h index 17372a4e..b3ebc22b 100644 --- a/daemon/queue/DupeCoordinator.h +++ b/daemon/queue/DupeCoordinator.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/HistoryCoordinator.cpp b/daemon/queue/HistoryCoordinator.cpp index 923c95a9..53324530 100644 --- a/daemon/queue/HistoryCoordinator.cpp +++ b/daemon/queue/HistoryCoordinator.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision: 951 $ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/HistoryCoordinator.h b/daemon/queue/HistoryCoordinator.h index 645b41d3..d9f1c30f 100644 --- a/daemon/queue/HistoryCoordinator.h +++ b/daemon/queue/HistoryCoordinator.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision: 951 $ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/NzbFile.cpp b/daemon/queue/NzbFile.cpp index de716b8a..aeee2376 100644 --- a/daemon/queue/NzbFile.cpp +++ b/daemon/queue/NzbFile.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/NzbFile.h b/daemon/queue/NzbFile.h index e7e1b5c9..210f7579 100644 --- a/daemon/queue/NzbFile.h +++ b/daemon/queue/NzbFile.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/QueueCoordinator.cpp b/daemon/queue/QueueCoordinator.cpp index 4802c4c6..1b272b30 100644 --- a/daemon/queue/QueueCoordinator.cpp +++ b/daemon/queue/QueueCoordinator.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/QueueCoordinator.h b/daemon/queue/QueueCoordinator.h index c031cb87..398b01be 100644 --- a/daemon/queue/QueueCoordinator.h +++ b/daemon/queue/QueueCoordinator.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/QueueEditor.cpp b/daemon/queue/QueueEditor.cpp index 9848a631..512d886f 100644 --- a/daemon/queue/QueueEditor.cpp +++ b/daemon/queue/QueueEditor.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/QueueEditor.h b/daemon/queue/QueueEditor.h index 1761d746..12ccde12 100644 --- a/daemon/queue/QueueEditor.h +++ b/daemon/queue/QueueEditor.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/Scanner.cpp b/daemon/queue/Scanner.cpp index ec4af151..fbfb5adb 100644 --- a/daemon/queue/Scanner.cpp +++ b/daemon/queue/Scanner.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/Scanner.h b/daemon/queue/Scanner.h index 133faddf..364d1cd2 100644 --- a/daemon/queue/Scanner.h +++ b/daemon/queue/Scanner.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,11 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ + * along with this program. If not, see . * */ diff --git a/daemon/queue/UrlCoordinator.cpp b/daemon/queue/UrlCoordinator.cpp index 7154ed8e..6e7e352a 100644 --- a/daemon/queue/UrlCoordinator.cpp +++ b/daemon/queue/UrlCoordinator.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/queue/UrlCoordinator.h b/daemon/queue/UrlCoordinator.h index 72d3f3ea..70fe4b27 100644 --- a/daemon/queue/UrlCoordinator.h +++ b/daemon/queue/UrlCoordinator.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/BinRpc.cpp b/daemon/remote/BinRpc.cpp index 2c4d2762..ef5c78b6 100644 --- a/daemon/remote/BinRpc.cpp +++ b/daemon/remote/BinRpc.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/BinRpc.h b/daemon/remote/BinRpc.h index a5eb6e7a..40fe82d3 100644 --- a/daemon/remote/BinRpc.h +++ b/daemon/remote/BinRpc.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/MessageBase.h b/daemon/remote/MessageBase.h index 375340b7..bf1989d9 100644 --- a/daemon/remote/MessageBase.h +++ b/daemon/remote/MessageBase.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/RemoteClient.cpp b/daemon/remote/RemoteClient.cpp index 7e36ffe2..10541b58 100644 --- a/daemon/remote/RemoteClient.cpp +++ b/daemon/remote/RemoteClient.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/RemoteClient.h b/daemon/remote/RemoteClient.h index 8e5e263a..5a03d636 100644 --- a/daemon/remote/RemoteClient.h +++ b/daemon/remote/RemoteClient.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/RemoteServer.cpp b/daemon/remote/RemoteServer.cpp index ec3dcdd4..36ddd5a4 100644 --- a/daemon/remote/RemoteServer.cpp +++ b/daemon/remote/RemoteServer.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/RemoteServer.h b/daemon/remote/RemoteServer.h index bcda3130..d0d300f7 100644 --- a/daemon/remote/RemoteServer.h +++ b/daemon/remote/RemoteServer.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2005 Bo Cordes Petersen - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/WebServer.cpp b/daemon/remote/WebServer.cpp index 018c90fc..db7a4fb5 100644 --- a/daemon/remote/WebServer.cpp +++ b/daemon/remote/WebServer.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/WebServer.h b/daemon/remote/WebServer.h index 6ca5fa07..f5139fe2 100644 --- a/daemon/remote/WebServer.h +++ b/daemon/remote/WebServer.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/XmlRpc.cpp b/daemon/remote/XmlRpc.cpp index 716efa9a..1cd7b9b5 100644 --- a/daemon/remote/XmlRpc.cpp +++ b/daemon/remote/XmlRpc.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/remote/XmlRpc.h b/daemon/remote/XmlRpc.h index bf78b942..3ab40a45 100644 --- a/daemon/remote/XmlRpc.h +++ b/daemon/remote/XmlRpc.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/FileSystem.cpp b/daemon/util/FileSystem.cpp index a854712c..318a8f8b 100644 --- a/daemon/util/FileSystem.cpp +++ b/daemon/util/FileSystem.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/FileSystem.h b/daemon/util/FileSystem.h index d0b05cc8..b168d460 100644 --- a/daemon/util/FileSystem.h +++ b/daemon/util/FileSystem.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Log.cpp b/daemon/util/Log.cpp index e006b804..b9496250 100644 --- a/daemon/util/Log.cpp +++ b/daemon/util/Log.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #include "nzbget.h" diff --git a/daemon/util/Log.h b/daemon/util/Log.h index c7a40b43..8c72d844 100644 --- a/daemon/util/Log.h +++ b/daemon/util/Log.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/NString.cpp b/daemon/util/NString.cpp index 6ebf889a..18e3b3d0 100644 --- a/daemon/util/NString.cpp +++ b/daemon/util/NString.cpp @@ -1,7 +1,7 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #include "nzbget.h" diff --git a/daemon/util/NString.h b/daemon/util/NString.h index 91a25369..621994a9 100644 --- a/daemon/util/NString.h +++ b/daemon/util/NString.h @@ -1,7 +1,7 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Observer.cpp b/daemon/util/Observer.cpp index 0880ba30..412e7805 100644 --- a/daemon/util/Observer.cpp +++ b/daemon/util/Observer.cpp @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2004 Sven Henkel + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #include "nzbget.h" diff --git a/daemon/util/Observer.h b/daemon/util/Observer.h index f695475c..cd204f1b 100644 --- a/daemon/util/Observer.h +++ b/daemon/util/Observer.h @@ -1,8 +1,8 @@ /* - * This file if part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Script.cpp b/daemon/util/Script.cpp index ce9e76dd..5e1a23db 100644 --- a/daemon/util/Script.cpp +++ b/daemon/util/Script.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Script.h b/daemon/util/Script.h index 0f187ce5..c8b58a4e 100644 --- a/daemon/util/Script.h +++ b/daemon/util/Script.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Service.cpp b/daemon/util/Service.cpp index 7aaf12f9..cda6cd90 100644 --- a/daemon/util/Service.cpp +++ b/daemon/util/Service.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Service.h b/daemon/util/Service.h index 56c43c38..945d603d 100644 --- a/daemon/util/Service.h +++ b/daemon/util/Service.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Thread.cpp b/daemon/util/Thread.cpp index 8445bf55..1cb4eb0d 100644 --- a/daemon/util/Thread.cpp +++ b/daemon/util/Thread.cpp @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #include "nzbget.h" diff --git a/daemon/util/Thread.h b/daemon/util/Thread.h index 10e33cb6..059447b1 100644 --- a/daemon/util/Thread.h +++ b/daemon/util/Thread.h @@ -1,8 +1,8 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * * Copyright (C) 2004 Sven Henkel - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,12 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Util.cpp b/daemon/util/Util.cpp index 471bc9b0..40555f4f 100644 --- a/daemon/util/Util.cpp +++ b/daemon/util/Util.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/util/Util.h b/daemon/util/Util.h index f70babde..b60c1d48 100644 --- a/daemon/util/Util.h +++ b/daemon/util/Util.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2015 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/windows/StdAfx.cpp b/daemon/windows/StdAfx.cpp index dafaed31..5acbe5ee 100644 --- a/daemon/windows/StdAfx.cpp +++ b/daemon/windows/StdAfx.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/windows/WinConsole.cpp b/daemon/windows/WinConsole.cpp index a825e38d..83ff8080 100644 --- a/daemon/windows/WinConsole.cpp +++ b/daemon/windows/WinConsole.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/windows/WinConsole.h b/daemon/windows/WinConsole.h index b9fe42d8..8ba20ec9 100644 --- a/daemon/windows/WinConsole.h +++ b/daemon/windows/WinConsole.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/windows/WinService.cpp b/daemon/windows/WinService.cpp index 8061bc8c..e94a4f5f 100644 --- a/daemon/windows/WinService.cpp +++ b/daemon/windows/WinService.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/daemon/windows/WinService.h b/daemon/windows/WinService.h index aabdb94b..e210a09e 100644 --- a/daemon/windows/WinService.h +++ b/daemon/windows/WinService.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/linux/build-nzbget b/linux/build-nzbget index eef712fc..783e2972 100755 --- a/linux/build-nzbget +++ b/linux/build-nzbget @@ -1,8 +1,8 @@ #!/bin/bash # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2015 Andrey Prygunkov +# Copyright (C) 2015-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,11 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Revision$ -# $Date$ +# along with this program. If not, see . # # Setup strict bash error handling diff --git a/linux/build-toolchain-freebsd b/linux/build-toolchain-freebsd index 127cc634..aa9ae83b 100755 --- a/linux/build-toolchain-freebsd +++ b/linux/build-toolchain-freebsd @@ -1,8 +1,8 @@ #!/bin/bash # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2015 Andrey Prygunkov +# Copyright (C) 2015-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,11 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Revision$ -# $Date$ +# along with this program. If not, see . # # This script builds cross-compiling toolchain, which can compile NZBGet for FreeBSD. diff --git a/linux/build-unpack b/linux/build-unpack index 00853a65..430c5256 100755 --- a/linux/build-unpack +++ b/linux/build-unpack @@ -1,8 +1,8 @@ #!/bin/bash # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2015 Andrey Prygunkov +# Copyright (C) 2015-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,11 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Revision$ -# $Date$ +# along with this program. If not, see . # # Setup strict bash error handling diff --git a/linux/install-update.sh b/linux/install-update.sh index 2d5d9e2c..42c2b3f9 100755 --- a/linux/install-update.sh +++ b/linux/install-update.sh @@ -1,8 +1,8 @@ #!/bin/sh # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2015 Andrey Prygunkov +# Copyright (C) 2015-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,8 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # if test "$NZBUP_PROCESSID" = ""; then diff --git a/linux/installer.sh b/linux/installer.sh index eee7e279..d3067f0e 100755 --- a/linux/installer.sh +++ b/linux/installer.sh @@ -1,8 +1,8 @@ #!/bin/sh # -# This file is part of nzbget +# This file is part of nzbget. See . # -# Copyright (C) 2015 Andrey Prygunkov +# Copyright (C) 2015-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,8 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # # Strict error handling for debugging diff --git a/osx/App_Prefix.pch b/osx/App_Prefix.pch index 365381bc..fcb985bc 100644 --- a/osx/App_Prefix.pch +++ b/osx/App_Prefix.pch @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #ifdef __OBJC__ diff --git a/osx/DaemonController.h b/osx/DaemonController.h index fc21c2fe..f05708f2 100644 --- a/osx/DaemonController.h +++ b/osx/DaemonController.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/DaemonController.m b/osx/DaemonController.m index 90d0fbf6..da98d113 100644 --- a/osx/DaemonController.m +++ b/osx/DaemonController.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #include diff --git a/osx/MainApp.h b/osx/MainApp.h index 9e308863..ac4149c4 100644 --- a/osx/MainApp.h +++ b/osx/MainApp.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/MainApp.m b/osx/MainApp.m index da20b168..342a3b16 100644 --- a/osx/MainApp.m +++ b/osx/MainApp.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import "MainApp.h" diff --git a/osx/PreferencesDialog.h b/osx/PreferencesDialog.h index 37ddc412..2d309b1c 100644 --- a/osx/PreferencesDialog.h +++ b/osx/PreferencesDialog.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/PreferencesDialog.m b/osx/PreferencesDialog.m index 2e2fc84f..6173fe68 100644 --- a/osx/PreferencesDialog.m +++ b/osx/PreferencesDialog.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import "PreferencesDialog.h" diff --git a/osx/RPC.h b/osx/RPC.h index 4ecdc386..260c6df6 100644 --- a/osx/RPC.h +++ b/osx/RPC.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/RPC.m b/osx/RPC.m index c0259110..d21df06f 100644 --- a/osx/RPC.m +++ b/osx/RPC.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/Resources/Localizable.strings b/osx/Resources/Localizable.strings index addc2635..4cff77fd 100644 --- a/osx/Resources/Localizable.strings +++ b/osx/Resources/Localizable.strings @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2014 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ "Status.DownloadingKB"="Downloading at %i KB/s"; diff --git a/osx/WebClient.h b/osx/WebClient.h index 7339c7e0..0d041dcb 100644 --- a/osx/WebClient.h +++ b/osx/WebClient.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/WebClient.m b/osx/WebClient.m index 14440f35..69d029df 100644 --- a/osx/WebClient.m +++ b/osx/WebClient.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/WelcomeDialog.h b/osx/WelcomeDialog.h index 51909c5f..6d86ab83 100644 --- a/osx/WelcomeDialog.h +++ b/osx/WelcomeDialog.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import diff --git a/osx/WelcomeDialog.m b/osx/WelcomeDialog.m index f58f915f..f305d7de 100644 --- a/osx/WelcomeDialog.m +++ b/osx/WelcomeDialog.m @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2007-2013 Andrey Prygunkov + * Copyright (C) 2007-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ #import "WelcomeDialog.h" diff --git a/scripts/EMail.py b/scripts/EMail.py index bdf3b629..5c22d01b 100755 --- a/scripts/EMail.py +++ b/scripts/EMail.py @@ -2,7 +2,7 @@ # # E-Mail post-processing script for NZBGet # -# Copyright (C) 2013-2015 Andrey Prygunkov +# Copyright (C) 2013-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,11 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Revision$ -# $Date$ +# along with this program. If not, see . # diff --git a/scripts/Logger.py b/scripts/Logger.py index 9f6e5920..53746ff2 100755 --- a/scripts/Logger.py +++ b/scripts/Logger.py @@ -2,7 +2,7 @@ # # Logger post-processing script for NZBGet # -# Copyright (C) 2013-2015 Andrey Prygunkov +# Copyright (C) 2013-2016 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,11 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# $Revision$ -# $Date$ +# along with this program. If not, see . # diff --git a/tests/feed/FeedFilterTest.cpp b/tests/feed/FeedFilterTest.cpp index a83c213b..11ecb7a1 100644 --- a/tests/feed/FeedFilterTest.cpp +++ b/tests/feed/FeedFilterTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/main/CommandLineParserTest.cpp b/tests/main/CommandLineParserTest.cpp index 794818fb..bb69c1a6 100644 --- a/tests/main/CommandLineParserTest.cpp +++ b/tests/main/CommandLineParserTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/main/OptionsTest.cpp b/tests/main/OptionsTest.cpp index 8a32981c..f46092db 100644 --- a/tests/main/OptionsTest.cpp +++ b/tests/main/OptionsTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/postprocess/DupeMatcherTest.cpp b/tests/postprocess/DupeMatcherTest.cpp index 2a708aae..e9b595ec 100644 --- a/tests/postprocess/DupeMatcherTest.cpp +++ b/tests/postprocess/DupeMatcherTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/postprocess/ParCheckerTest.cpp b/tests/postprocess/ParCheckerTest.cpp index fa665da9..0dc77d61 100644 --- a/tests/postprocess/ParCheckerTest.cpp +++ b/tests/postprocess/ParCheckerTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/postprocess/ParRenamerTest.cpp b/tests/postprocess/ParRenamerTest.cpp index d0ee40f0..9baeef04 100644 --- a/tests/postprocess/ParRenamerTest.cpp +++ b/tests/postprocess/ParRenamerTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/queue/NzbFileTest.cpp b/tests/queue/NzbFileTest.cpp index 974ecb51..5d6c42fa 100644 --- a/tests/queue/NzbFileTest.cpp +++ b/tests/queue/NzbFileTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/suite/TestMain.cpp b/tests/suite/TestMain.cpp index dd9bf77c..8f431c21 100644 --- a/tests/suite/TestMain.cpp +++ b/tests/suite/TestMain.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/suite/TestMain.h b/tests/suite/TestMain.h index 7d8a59ed..46d79a59 100644 --- a/tests/suite/TestMain.h +++ b/tests/suite/TestMain.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/suite/TestUtil.cpp b/tests/suite/TestUtil.cpp index 60564c8a..ba04eaae 100644 --- a/tests/suite/TestUtil.cpp +++ b/tests/suite/TestUtil.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/suite/TestUtil.h b/tests/suite/TestUtil.h index 0ac604c7..cd265d72 100644 --- a/tests/suite/TestUtil.h +++ b/tests/suite/TestUtil.h @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/util/NStringTest.cpp b/tests/util/NStringTest.cpp index 67b231f9..47fda0f4 100644 --- a/tests/util/NStringTest.cpp +++ b/tests/util/NStringTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/tests/util/UtilTest.cpp b/tests/util/UtilTest.cpp index 19399622..12887c50 100644 --- a/tests/util/UtilTest.cpp +++ b/tests/util/UtilTest.cpp @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2015 Andrey Prygunkov + * Copyright (C) 2015-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ diff --git a/webui/config.js b/webui/config.js index e586c1bb..fa005a79 100644 --- a/webui/config.js +++ b/webui/config.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/downloads.js b/webui/downloads.js index acbe6969..e2d6aad9 100644 --- a/webui/downloads.js +++ b/webui/downloads.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/edit.js b/webui/edit.js index cabe7ae8..44e7cc54 100644 --- a/webui/edit.js +++ b/webui/edit.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/fasttable.js b/webui/fasttable.js index 09ae036e..58eca1b4 100644 --- a/webui/fasttable.js +++ b/webui/fasttable.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/feed.js b/webui/feed.js index a9f3edc8..e1de985b 100644 --- a/webui/feed.js +++ b/webui/feed.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2013-2015 Andrey Prygunkov + * Copyright (C) 2013-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/history.js b/webui/history.js index 56fd289b..de8caf27 100644 --- a/webui/history.js +++ b/webui/history.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/index.html b/webui/index.html index d809a4e0..899ffb78 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1,8 +1,8 @@ diff --git a/webui/index.js b/webui/index.js index 0cf059df..3332a3c9 100644 --- a/webui/index.js +++ b/webui/index.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/messages.js b/webui/messages.js index 384e0885..53f81e37 100644 --- a/webui/messages.js +++ b/webui/messages.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/status.js b/webui/status.js index 4d9d980b..da28b135 100644 --- a/webui/status.js +++ b/webui/status.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/style.css b/webui/style.css index f1ceebb3..bead3be5 100644 --- a/webui/style.css +++ b/webui/style.css @@ -1,7 +1,7 @@ /*! - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ body { diff --git a/webui/upload.js b/webui/upload.js index ee114050..7fe6585e 100644 --- a/webui/upload.js +++ b/webui/upload.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/webui/util.js b/webui/util.js index ed760b83..f711eb49 100644 --- a/webui/util.js +++ b/webui/util.js @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2012-2015 Andrey Prygunkov + * Copyright (C) 2012-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ /* diff --git a/windows/install-update.bat b/windows/install-update.bat index 4db682e9..9c17fdee 100644 --- a/windows/install-update.bat +++ b/windows/install-update.bat @@ -3,7 +3,7 @@ rem rem Batch file to update nzbget from web-interface rem -rem Copyright (C) 2015 Andrey Prygunkov +rem Copyright (C) 2015-2016 Andrey Prygunkov rem rem This program is free software; you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by @@ -16,8 +16,7 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem rem You should have received a copy of the GNU General Public License -rem along with this program; if not, write to the Free Software -rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +rem along with this program. If not, see . rem title Updating NZBGet diff --git a/windows/nzbget-command-shell.bat b/windows/nzbget-command-shell.bat index 0293d737..8da63119 100644 --- a/windows/nzbget-command-shell.bat +++ b/windows/nzbget-command-shell.bat @@ -4,7 +4,7 @@ rem rem Batch file to start nzbget shell rem rem Copyright (C) 2009 orbisvicis -rem Copyright (C) 2009 Andrey Prygunkov +rem Copyright (C) 2009-2016 Andrey Prygunkov rem rem This program is free software; you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by @@ -17,8 +17,7 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem rem You should have received a copy of the GNU General Public License -rem along with this program; if not, write to the Free Software -rem Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +rem along with this program. If not, see . rem rem ####################### Usage instructions ####################### diff --git a/windows/setup/nzbget-setup.nsi b/windows/setup/nzbget-setup.nsi index 78dab3c1..68cc9078 100644 --- a/windows/setup/nzbget-setup.nsi +++ b/windows/setup/nzbget-setup.nsi @@ -1,7 +1,7 @@ /* - * This file is part of nzbget + * This file is part of nzbget. See . * - * Copyright (C) 2014-2015 Andrey Prygunkov + * Copyright (C) 2014-2016 Andrey Prygunkov * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,12 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $Revision$ - * $Date$ - * + * along with this program. If not, see . */ ; This is setup script for NZBGet for Windows. To compile the script you need