diff --git a/COPYING b/COPYING index d60c31a9..623b6258 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. diff --git a/ChangeLog b/ChangeLog index 10c239d5..9f9ecbf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-22 Tatsuhiro Tsujikawa + + * src/*.{h,cc}: + Added an exception to the license which allows linking with OpenSSL. + 2006-09-21 Tatsuhiro Tsujikawa * src/AbstractCommand.cc diff --git a/LICENSE.OpenSSL b/LICENSE.OpenSSL new file mode 100644 index 00000000..bf6b4b94 --- /dev/null +++ b/LICENSE.OpenSSL @@ -0,0 +1,137 @@ +Certain source files in this program permit linking with the OpenSSL +library (http://www.openssl.org), which otherwise wouldn't be allowed +under the GPL. For purposes of identifying OpenSSL, most source files +giving this permission limit it to versions of OpenSSL having a license +identical to that listed in this file (LICENSE.OpenSSL). It is not +necessary for the copyright years to match between this file and the +OpenSSL version in question. However, note that because this file is +an extension of the license statements of these source files, this file +may not be changed except with permission from all copyright holders +of source files in this program which reference this file. + + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ diff --git a/src/AbstractCommand.cc b/src/AbstractCommand.cc index 2a9374e9..d772312a 100644 --- a/src/AbstractCommand.cc +++ b/src/AbstractCommand.cc @@ -1,6 +1,6 @@ /* */ #include "AbstractCommand.h" diff --git a/src/AbstractCommand.h b/src/AbstractCommand.h index 7ac5cd2c..c92cf4a1 100644 --- a/src/AbstractCommand.h +++ b/src/AbstractCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_ABSTRACT_COMMAND_H_ diff --git a/src/AbstractDiskWriter.cc b/src/AbstractDiskWriter.cc index ff56fa57..6240dd00 100644 --- a/src/AbstractDiskWriter.cc +++ b/src/AbstractDiskWriter.cc @@ -1,6 +1,6 @@ /* */ #include "AbstractDiskWriter.h" diff --git a/src/AbstractDiskWriter.h b/src/AbstractDiskWriter.h index fe53c0fe..02104f01 100644 --- a/src/AbstractDiskWriter.h +++ b/src/AbstractDiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_ABSTRACT_DISK_WRITER_H_ diff --git a/src/AllowedFastMessage.cc b/src/AllowedFastMessage.cc index f3d7c711..3cfda543 100644 --- a/src/AllowedFastMessage.cc +++ b/src/AllowedFastMessage.cc @@ -1,6 +1,6 @@ /* */ #include "AllowedFastMessage.h" diff --git a/src/AllowedFastMessage.h b/src/AllowedFastMessage.h index 1309f9ca..4bd99632 100644 --- a/src/AllowedFastMessage.h +++ b/src/AllowedFastMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_ALLOWED_FAST_MESSAGE_H_ diff --git a/src/Base64.cc b/src/Base64.cc index 71227ac8..0bf1d575 100644 --- a/src/Base64.cc +++ b/src/Base64.cc @@ -1,6 +1,6 @@ /* */ #include "Base64.h" diff --git a/src/Base64.h b/src/Base64.h index f1ee8262..03636bc9 100644 --- a/src/Base64.h +++ b/src/Base64.h @@ -1,6 +1,6 @@ /* */ #ifndef _BASE64_H_ diff --git a/src/BitfieldMan.cc b/src/BitfieldMan.cc index e7013e46..c05f2826 100644 --- a/src/BitfieldMan.cc +++ b/src/BitfieldMan.cc @@ -1,6 +1,6 @@ /* */ #include "BitfieldMan.h" diff --git a/src/BitfieldMan.h b/src/BitfieldMan.h index dfaf4020..2760c382 100644 --- a/src/BitfieldMan.h +++ b/src/BitfieldMan.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_BITFIELD_MAN_H_ diff --git a/src/BitfieldMessage.cc b/src/BitfieldMessage.cc index 95ef3dff..8bf6bfe7 100644 --- a/src/BitfieldMessage.cc +++ b/src/BitfieldMessage.cc @@ -1,6 +1,6 @@ /* */ #include "BitfieldMessage.h" diff --git a/src/BitfieldMessage.h b/src/BitfieldMessage.h index fd45183d..0764ae79 100644 --- a/src/BitfieldMessage.h +++ b/src/BitfieldMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_BITFIELD_MESSAGE_H_ diff --git a/src/ByteArrayDiskWriter.cc b/src/ByteArrayDiskWriter.cc index 3c4612c5..e916197d 100644 --- a/src/ByteArrayDiskWriter.cc +++ b/src/ByteArrayDiskWriter.cc @@ -1,6 +1,6 @@ /* */ #include "ByteArrayDiskWriter.h" diff --git a/src/ByteArrayDiskWriter.h b/src/ByteArrayDiskWriter.h index c8b10339..d4f6e7d3 100644 --- a/src/ByteArrayDiskWriter.h +++ b/src/ByteArrayDiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_BYTE_ARRAY_DISK_WRITER_H_ diff --git a/src/CancelMessage.cc b/src/CancelMessage.cc index 9c8ea1f7..94d2ad90 100644 --- a/src/CancelMessage.cc +++ b/src/CancelMessage.cc @@ -1,6 +1,6 @@ /* */ #include "CancelMessage.h" diff --git a/src/CancelMessage.h b/src/CancelMessage.h index e00ab26a..1511d82a 100644 --- a/src/CancelMessage.h +++ b/src/CancelMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CANCEL_MESSAGE_H_ diff --git a/src/Checksum.h b/src/Checksum.h index 220befe7..1bc16134 100644 --- a/src/Checksum.h +++ b/src/Checksum.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CHECKSUM_H_ diff --git a/src/ChokeMessage.cc b/src/ChokeMessage.cc index c2313b4f..d907259a 100644 --- a/src/ChokeMessage.cc +++ b/src/ChokeMessage.cc @@ -1,6 +1,6 @@ /* */ #include "ChokeMessage.h" diff --git a/src/ChokeMessage.h b/src/ChokeMessage.h index 46adc34e..601b508e 100644 --- a/src/ChokeMessage.h +++ b/src/ChokeMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CHOKE_MESSAGE_H_ diff --git a/src/ChunkedEncoding.cc b/src/ChunkedEncoding.cc index ba45b3d7..31522378 100644 --- a/src/ChunkedEncoding.cc +++ b/src/ChunkedEncoding.cc @@ -1,6 +1,6 @@ /* */ #include "ChunkedEncoding.h" diff --git a/src/ChunkedEncoding.h b/src/ChunkedEncoding.h index 94bc3242..44bb72cb 100644 --- a/src/ChunkedEncoding.h +++ b/src/ChunkedEncoding.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CHUNKED_ENCODING_H_ diff --git a/src/Command.cc b/src/Command.cc index 6227aee2..7f701883 100644 --- a/src/Command.cc +++ b/src/Command.cc @@ -1,6 +1,6 @@ /* */ #include "Command.h" diff --git a/src/Command.h b/src/Command.h index dd06a420..e0b9b57e 100644 --- a/src/Command.h +++ b/src/Command.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_COMMAND_H_ diff --git a/src/CompactTrackerResponseProcessor.cc b/src/CompactTrackerResponseProcessor.cc index 52c82301..6cfe31f5 100644 --- a/src/CompactTrackerResponseProcessor.cc +++ b/src/CompactTrackerResponseProcessor.cc @@ -1,6 +1,6 @@ /* */ #include "CompactTrackerResponseProcessor.h" diff --git a/src/CompactTrackerResponseProcessor.h b/src/CompactTrackerResponseProcessor.h index 43931f03..caa737c6 100644 --- a/src/CompactTrackerResponseProcessor.h +++ b/src/CompactTrackerResponseProcessor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_COMPACT_TRACKER_RESPONSE_PROCESSOR_H_ diff --git a/src/ConnectionException.h b/src/ConnectionException.h index 71427ca3..98ebae07 100644 --- a/src/ConnectionException.h +++ b/src/ConnectionException.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CONNECTION_EXCEPTION_H_ diff --git a/src/ConsoleDownloadEngine.cc b/src/ConsoleDownloadEngine.cc index 61c1919f..7a304df7 100644 --- a/src/ConsoleDownloadEngine.cc +++ b/src/ConsoleDownloadEngine.cc @@ -1,6 +1,6 @@ /* */ #include "ConsoleDownloadEngine.h" diff --git a/src/ConsoleDownloadEngine.h b/src/ConsoleDownloadEngine.h index 8b009f75..0bd35080 100644 --- a/src/ConsoleDownloadEngine.h +++ b/src/ConsoleDownloadEngine.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_CONSOLE_DOWNLOAD_ENGINE_H_ diff --git a/src/CookieBox.cc b/src/CookieBox.cc index 85e58613..5ec2abf3 100644 --- a/src/CookieBox.cc +++ b/src/CookieBox.cc @@ -1,6 +1,6 @@ /* */ #include "CookieBox.h" diff --git a/src/CookieBox.h b/src/CookieBox.h index f1d7770f..52ddcd31 100644 --- a/src/CookieBox.h +++ b/src/CookieBox.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_COOKIE_BOX_H_ diff --git a/src/CopyDiskAdaptor.cc b/src/CopyDiskAdaptor.cc index 489daf29..5318d5c4 100644 --- a/src/CopyDiskAdaptor.cc +++ b/src/CopyDiskAdaptor.cc @@ -1,6 +1,6 @@ /* */ #include "CopyDiskAdaptor.h" diff --git a/src/CopyDiskAdaptor.h b/src/CopyDiskAdaptor.h index ec4a16e5..35a04580 100644 --- a/src/CopyDiskAdaptor.h +++ b/src/CopyDiskAdaptor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_COPY_DISK_ADAPTOR_H_ diff --git a/src/Data.cc b/src/Data.cc index 2fb430b9..40f15867 100644 --- a/src/Data.cc +++ b/src/Data.cc @@ -1,6 +1,6 @@ /* */ #include "Data.h" diff --git a/src/Data.h b/src/Data.h index e7571697..116bc442 100644 --- a/src/Data.h +++ b/src/Data.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DATA_H_ diff --git a/src/DefaultDiskWriter.cc b/src/DefaultDiskWriter.cc index a493ef0d..cf127c6f 100644 --- a/src/DefaultDiskWriter.cc +++ b/src/DefaultDiskWriter.cc @@ -1,6 +1,6 @@ /* */ #include "DefaultDiskWriter.h" diff --git a/src/DefaultDiskWriter.h b/src/DefaultDiskWriter.h index 24be0211..008e1d5e 100644 --- a/src/DefaultDiskWriter.h +++ b/src/DefaultDiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DEFAULT_DISK_WRITER_H_ diff --git a/src/Dictionary.cc b/src/Dictionary.cc index b68552a5..d88e468d 100644 --- a/src/Dictionary.cc +++ b/src/Dictionary.cc @@ -1,6 +1,6 @@ /* */ #include "Dictionary.h" diff --git a/src/Dictionary.h b/src/Dictionary.h index 4d2b2bd5..a140f416 100644 --- a/src/Dictionary.h +++ b/src/Dictionary.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DICTIONARY_H_ diff --git a/src/DirectDiskAdaptor.cc b/src/DirectDiskAdaptor.cc index b6676f91..f360393c 100644 --- a/src/DirectDiskAdaptor.cc +++ b/src/DirectDiskAdaptor.cc @@ -1,6 +1,6 @@ /* */ #include "DirectDiskAdaptor.h" diff --git a/src/DirectDiskAdaptor.h b/src/DirectDiskAdaptor.h index e7abc5dc..fc6788b7 100644 --- a/src/DirectDiskAdaptor.h +++ b/src/DirectDiskAdaptor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DIRECT_DISK_ADAPTOR_H_ diff --git a/src/Directory.cc b/src/Directory.cc index d86b41f2..f3e2f2b3 100644 --- a/src/Directory.cc +++ b/src/Directory.cc @@ -1,6 +1,6 @@ /* */ #include "Directory.h" diff --git a/src/Directory.h b/src/Directory.h index 473e4566..1eef65fb 100644 --- a/src/Directory.h +++ b/src/Directory.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DIRECTORY_H_ diff --git a/src/DiskAdaptor.cc b/src/DiskAdaptor.cc index 5a8e18e0..2ed4d2c2 100644 --- a/src/DiskAdaptor.cc +++ b/src/DiskAdaptor.cc @@ -1,6 +1,6 @@ /* */ #include "DiskAdaptor.h" diff --git a/src/DiskAdaptor.h b/src/DiskAdaptor.h index 4945fb5c..276def84 100644 --- a/src/DiskAdaptor.h +++ b/src/DiskAdaptor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DISK_ADAPTOR_H_ diff --git a/src/DiskWriter.h b/src/DiskWriter.h index 47a2c2a2..daea1f3c 100644 --- a/src/DiskWriter.h +++ b/src/DiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DISK_WRITER_H_ diff --git a/src/DlAbortEx.h b/src/DlAbortEx.h index 4d7fe7e6..423bfefb 100644 --- a/src/DlAbortEx.h +++ b/src/DlAbortEx.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DL_ABORT_EX_H_ diff --git a/src/DlRetryEx.h b/src/DlRetryEx.h index 0ba5f50b..4a90e8d8 100644 --- a/src/DlRetryEx.h +++ b/src/DlRetryEx.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DL_RETRY_EX_H_ diff --git a/src/DownloadCommand.cc b/src/DownloadCommand.cc index 636fc42f..691e9f62 100644 --- a/src/DownloadCommand.cc +++ b/src/DownloadCommand.cc @@ -1,6 +1,6 @@ /* */ #include "DownloadCommand.h" diff --git a/src/DownloadCommand.h b/src/DownloadCommand.h index 44824658..1b6b29fc 100644 --- a/src/DownloadCommand.h +++ b/src/DownloadCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DOWNLOAD_COMMAND_H_ diff --git a/src/DownloadEngine.cc b/src/DownloadEngine.cc index 90fa8899..4c3f59d3 100644 --- a/src/DownloadEngine.cc +++ b/src/DownloadEngine.cc @@ -1,6 +1,6 @@ /* */ #include "DownloadEngine.h" diff --git a/src/DownloadEngine.h b/src/DownloadEngine.h index c3ba3299..403ffbe9 100644 --- a/src/DownloadEngine.h +++ b/src/DownloadEngine.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DOWNLOAD_ENGINE_H_ diff --git a/src/DownloadEngineFactory.cc b/src/DownloadEngineFactory.cc index 5edd8eed..1aebc1a6 100644 --- a/src/DownloadEngineFactory.cc +++ b/src/DownloadEngineFactory.cc @@ -1,6 +1,6 @@ /* */ #include "DownloadEngineFactory.h" diff --git a/src/DownloadEngineFactory.h b/src/DownloadEngineFactory.h index 10108fbc..33ee1299 100644 --- a/src/DownloadEngineFactory.h +++ b/src/DownloadEngineFactory.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DOWNLOAD_ENGINE_FACTORY_H_ diff --git a/src/DownloadMethod.h b/src/DownloadMethod.h index 40a75c91..a8a331f7 100644 --- a/src/DownloadMethod.h +++ b/src/DownloadMethod.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_DOWNLOAD_METHOD_H_ diff --git a/src/Exception.h b/src/Exception.h index 28315466..9621df11 100644 --- a/src/Exception.h +++ b/src/Exception.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_EXCEPTION_H_ diff --git a/src/FeatureConfig.cc b/src/FeatureConfig.cc index 22cf4990..24b4a3f2 100644 --- a/src/FeatureConfig.cc +++ b/src/FeatureConfig.cc @@ -1,6 +1,6 @@ /* */ #include "FeatureConfig.h" diff --git a/src/FeatureConfig.h b/src/FeatureConfig.h index 744f8a42..ee1ef5c4 100644 --- a/src/FeatureConfig.h +++ b/src/FeatureConfig.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FEATURE_CONFIG_H_ diff --git a/src/File.cc b/src/File.cc index d7e46e18..459f6b53 100644 --- a/src/File.cc +++ b/src/File.cc @@ -1,6 +1,6 @@ /* */ #include "File.h" diff --git a/src/File.h b/src/File.h index 6f1ed73a..1e3e8134 100644 --- a/src/File.h +++ b/src/File.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FILE_H_ diff --git a/src/FileEntry.h b/src/FileEntry.h index 8bad56e7..5c7281d0 100644 --- a/src/FileEntry.h +++ b/src/FileEntry.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FILE_ENTRY_H_ diff --git a/src/FtpConnection.cc b/src/FtpConnection.cc index e425e0bf..36ddb971 100644 --- a/src/FtpConnection.cc +++ b/src/FtpConnection.cc @@ -1,6 +1,6 @@ /* */ #include "FtpConnection.h" diff --git a/src/FtpConnection.h b/src/FtpConnection.h index 1dd36a8e..bdef42a8 100644 --- a/src/FtpConnection.h +++ b/src/FtpConnection.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_CONNECTION_H_ diff --git a/src/FtpDownloadCommand.cc b/src/FtpDownloadCommand.cc index c6167d46..16e2e41a 100644 --- a/src/FtpDownloadCommand.cc +++ b/src/FtpDownloadCommand.cc @@ -1,6 +1,6 @@ /* */ #include "FtpDownloadCommand.h" diff --git a/src/FtpDownloadCommand.h b/src/FtpDownloadCommand.h index 74ca7382..91d5caa3 100644 --- a/src/FtpDownloadCommand.h +++ b/src/FtpDownloadCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_DOWNLOAD_COMMAND_H_ diff --git a/src/FtpInitiateConnectionCommand.cc b/src/FtpInitiateConnectionCommand.cc index 32979488..9699aa19 100644 --- a/src/FtpInitiateConnectionCommand.cc +++ b/src/FtpInitiateConnectionCommand.cc @@ -1,6 +1,6 @@ /* */ #include "FtpInitiateConnectionCommand.h" diff --git a/src/FtpInitiateConnectionCommand.h b/src/FtpInitiateConnectionCommand.h index 7fa82105..73757906 100644 --- a/src/FtpInitiateConnectionCommand.h +++ b/src/FtpInitiateConnectionCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_INITIATE_CONNECTION_COMMAND_H_ diff --git a/src/FtpNegotiationCommand.cc b/src/FtpNegotiationCommand.cc index e0248aca..f4fae85c 100644 --- a/src/FtpNegotiationCommand.cc +++ b/src/FtpNegotiationCommand.cc @@ -1,6 +1,6 @@ /* */ #include "FtpNegotiationCommand.h" diff --git a/src/FtpNegotiationCommand.h b/src/FtpNegotiationCommand.h index 8df16dc1..e1814559 100644 --- a/src/FtpNegotiationCommand.h +++ b/src/FtpNegotiationCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_NEGOTIATION_COMMAND_H_ diff --git a/src/FtpTunnelRequestCommand.cc b/src/FtpTunnelRequestCommand.cc index b3b56fdf..2a34bf0a 100644 --- a/src/FtpTunnelRequestCommand.cc +++ b/src/FtpTunnelRequestCommand.cc @@ -1,6 +1,6 @@ /* */ #include "FtpTunnelRequestCommand.h" diff --git a/src/FtpTunnelRequestCommand.h b/src/FtpTunnelRequestCommand.h index 3a40aa13..beb6a49b 100644 --- a/src/FtpTunnelRequestCommand.h +++ b/src/FtpTunnelRequestCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_TUNNEL_REQUEST_COMMAND_H_ diff --git a/src/FtpTunnelResponseCommand.cc b/src/FtpTunnelResponseCommand.cc index ec521f56..45dc56be 100644 --- a/src/FtpTunnelResponseCommand.cc +++ b/src/FtpTunnelResponseCommand.cc @@ -1,6 +1,6 @@ /* */ #include "FtpTunnelResponseCommand.h" diff --git a/src/FtpTunnelResponseCommand.h b/src/FtpTunnelResponseCommand.h index 641096f2..1a972082 100644 --- a/src/FtpTunnelResponseCommand.h +++ b/src/FtpTunnelResponseCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_FTP_TUNNEL_RESPONSE_COMMAND_H_ diff --git a/src/HandshakeMessage.cc b/src/HandshakeMessage.cc index c2a72519..a3af8579 100644 --- a/src/HandshakeMessage.cc +++ b/src/HandshakeMessage.cc @@ -1,6 +1,6 @@ /* */ #include "HandshakeMessage.h" diff --git a/src/HandshakeMessage.h b/src/HandshakeMessage.h index 5c6bb4da..bd2ff0ae 100644 --- a/src/HandshakeMessage.h +++ b/src/HandshakeMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HANDSHAKE_MESSAGE_H_ diff --git a/src/HaveAllMessage.cc b/src/HaveAllMessage.cc index f9fb6ff2..5947a043 100644 --- a/src/HaveAllMessage.cc +++ b/src/HaveAllMessage.cc @@ -1,6 +1,6 @@ /* */ #include "HaveAllMessage.h" diff --git a/src/HaveAllMessage.h b/src/HaveAllMessage.h index 68156864..bea4869c 100644 --- a/src/HaveAllMessage.h +++ b/src/HaveAllMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HAVE_ALL_MESSAGE_H_ diff --git a/src/HaveEraseCommand.cc b/src/HaveEraseCommand.cc index f22f474f..d0fb3b2d 100644 --- a/src/HaveEraseCommand.cc +++ b/src/HaveEraseCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HaveEraseCommand.h" diff --git a/src/HaveEraseCommand.h b/src/HaveEraseCommand.h index 023ba495..7730111f 100644 --- a/src/HaveEraseCommand.h +++ b/src/HaveEraseCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HAVE_ERASE_COMMAND_H_ diff --git a/src/HaveMessage.cc b/src/HaveMessage.cc index c3eeb2eb..bbf90d45 100644 --- a/src/HaveMessage.cc +++ b/src/HaveMessage.cc @@ -1,6 +1,6 @@ /* */ #include "HaveMessage.h" diff --git a/src/HaveMessage.h b/src/HaveMessage.h index a595c48c..f93a0170 100644 --- a/src/HaveMessage.h +++ b/src/HaveMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HAVE_MESSAGE_H_ diff --git a/src/HaveNoneMessage.cc b/src/HaveNoneMessage.cc index 7cb81723..955e0621 100644 --- a/src/HaveNoneMessage.cc +++ b/src/HaveNoneMessage.cc @@ -1,6 +1,6 @@ /* */ #include "HaveNoneMessage.h" diff --git a/src/HaveNoneMessage.h b/src/HaveNoneMessage.h index b10c6a4c..f3e55499 100644 --- a/src/HaveNoneMessage.h +++ b/src/HaveNoneMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HAVE_NONE_MESSAGE_H_ diff --git a/src/HttpConnection.cc b/src/HttpConnection.cc index 47c0f6a0..1096e452 100644 --- a/src/HttpConnection.cc +++ b/src/HttpConnection.cc @@ -1,6 +1,6 @@ /* */ #include "HttpConnection.h" diff --git a/src/HttpConnection.h b/src/HttpConnection.h index 7207aa1f..925cf63d 100644 --- a/src/HttpConnection.h +++ b/src/HttpConnection.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_CONNECTION_H_ diff --git a/src/HttpDownloadCommand.cc b/src/HttpDownloadCommand.cc index 143e1923..fbd019ab 100644 --- a/src/HttpDownloadCommand.cc +++ b/src/HttpDownloadCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpDownloadCommand.h" diff --git a/src/HttpDownloadCommand.h b/src/HttpDownloadCommand.h index 8141d7ed..8e2408aa 100644 --- a/src/HttpDownloadCommand.h +++ b/src/HttpDownloadCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_DOWNLOAD_COMMAND_H_ diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 8df150c9..b9f97f16 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -1,6 +1,6 @@ /* */ #include "HttpHeader.h" diff --git a/src/HttpHeader.h b/src/HttpHeader.h index 20be3098..568bc1b4 100644 --- a/src/HttpHeader.h +++ b/src/HttpHeader.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_HEADER_H_ diff --git a/src/HttpInitiateConnectionCommand.cc b/src/HttpInitiateConnectionCommand.cc index 33fd74a9..28a824d5 100644 --- a/src/HttpInitiateConnectionCommand.cc +++ b/src/HttpInitiateConnectionCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpInitiateConnectionCommand.h" diff --git a/src/HttpInitiateConnectionCommand.h b/src/HttpInitiateConnectionCommand.h index fbaecfb5..f7e83829 100644 --- a/src/HttpInitiateConnectionCommand.h +++ b/src/HttpInitiateConnectionCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_INITIATE_CONNECTION_COMMAND_H_ diff --git a/src/HttpProxyRequestCommand.cc b/src/HttpProxyRequestCommand.cc index b9f660d8..37717b0b 100644 --- a/src/HttpProxyRequestCommand.cc +++ b/src/HttpProxyRequestCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpProxyRequestCommand.h" diff --git a/src/HttpProxyRequestCommand.h b/src/HttpProxyRequestCommand.h index 0d873cc3..9c87c5cb 100644 --- a/src/HttpProxyRequestCommand.h +++ b/src/HttpProxyRequestCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_PROXY_REQUEST_COMMAND_H_ diff --git a/src/HttpProxyResponseCommand.cc b/src/HttpProxyResponseCommand.cc index 17d16097..373887d9 100644 --- a/src/HttpProxyResponseCommand.cc +++ b/src/HttpProxyResponseCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpProxyResponseCommand.h" diff --git a/src/HttpProxyResponseCommand.h b/src/HttpProxyResponseCommand.h index 5f800e84..e26bee14 100644 --- a/src/HttpProxyResponseCommand.h +++ b/src/HttpProxyResponseCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_PROXY_RESPONSE_COMMAND_H_ diff --git a/src/HttpRequestCommand.cc b/src/HttpRequestCommand.cc index 522c6a1b..1230fe0d 100644 --- a/src/HttpRequestCommand.cc +++ b/src/HttpRequestCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpRequestCommand.h" diff --git a/src/HttpRequestCommand.h b/src/HttpRequestCommand.h index 2834ebb0..ef2253e9 100644 --- a/src/HttpRequestCommand.h +++ b/src/HttpRequestCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_REQUEST_COMMAND_H_ diff --git a/src/HttpResponseCommand.cc b/src/HttpResponseCommand.cc index 93187d6f..baeda574 100644 --- a/src/HttpResponseCommand.cc +++ b/src/HttpResponseCommand.cc @@ -1,6 +1,6 @@ /* */ #include "HttpResponseCommand.h" diff --git a/src/HttpResponseCommand.h b/src/HttpResponseCommand.h index 298085b7..bf5f1ace 100644 --- a/src/HttpResponseCommand.h +++ b/src/HttpResponseCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_HTTP_RESPONSE_COMMAND_H_ diff --git a/src/InitiateConnectionCommandFactory.cc b/src/InitiateConnectionCommandFactory.cc index 7f6e75f7..827e2ce8 100644 --- a/src/InitiateConnectionCommandFactory.cc +++ b/src/InitiateConnectionCommandFactory.cc @@ -1,6 +1,6 @@ /* */ #include "InitiateConnectionCommandFactory.h" diff --git a/src/InitiateConnectionCommandFactory.h b/src/InitiateConnectionCommandFactory.h index 57cfe1be..952252e2 100644 --- a/src/InitiateConnectionCommandFactory.h +++ b/src/InitiateConnectionCommandFactory.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_INITIATE_CONNECTION_COMMAND_FACTORY_H_ diff --git a/src/InterestedMessage.cc b/src/InterestedMessage.cc index 570c42f4..580e57e4 100644 --- a/src/InterestedMessage.cc +++ b/src/InterestedMessage.cc @@ -1,6 +1,6 @@ /* */ #include "InterestedMessage.h" diff --git a/src/InterestedMessage.h b/src/InterestedMessage.h index 5ce0a28c..527c38a0 100644 --- a/src/InterestedMessage.h +++ b/src/InterestedMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_INTERESTED_MESSAGE_H_ diff --git a/src/KeepAliveMessage.cc b/src/KeepAliveMessage.cc index f6a5b6b7..ca919fd9 100644 --- a/src/KeepAliveMessage.cc +++ b/src/KeepAliveMessage.cc @@ -1,6 +1,6 @@ /* */ #include "KeepAliveMessage.h" diff --git a/src/KeepAliveMessage.h b/src/KeepAliveMessage.h index b1a2e24a..b68ab2b5 100644 --- a/src/KeepAliveMessage.h +++ b/src/KeepAliveMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_KEEP_ALIVE_MESSAGE_H_ diff --git a/src/List.cc b/src/List.cc index be123769..cca4a51a 100644 --- a/src/List.cc +++ b/src/List.cc @@ -1,6 +1,6 @@ /* */ #include "List.h" diff --git a/src/List.h b/src/List.h index dee96a8c..738f56e0 100644 --- a/src/List.h +++ b/src/List.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_LIST_H_ diff --git a/src/LogFactory.cc b/src/LogFactory.cc index 7c274f4f..c48a4601 100644 --- a/src/LogFactory.cc +++ b/src/LogFactory.cc @@ -1,6 +1,6 @@ /* */ #include "LogFactory.h" diff --git a/src/LogFactory.h b/src/LogFactory.h index ecaaa9c8..b942a96f 100644 --- a/src/LogFactory.h +++ b/src/LogFactory.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_LOG_FACTORY_H_ diff --git a/src/Logger.h b/src/Logger.h index 11412bca..c4562111 100644 --- a/src/Logger.h +++ b/src/Logger.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_LOGGER_H_ diff --git a/src/MetaEntry.h b/src/MetaEntry.h index 7ebe9020..155d6bfa 100644 --- a/src/MetaEntry.h +++ b/src/MetaEntry.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_META_ENTRY_H_ diff --git a/src/MetaEntryVisitor.h b/src/MetaEntryVisitor.h index e4bfe42f..f5bebdc7 100644 --- a/src/MetaEntryVisitor.h +++ b/src/MetaEntryVisitor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_META_ENTRY_VISITOR_H_ diff --git a/src/MetaFileUtil.cc b/src/MetaFileUtil.cc index f64d72b3..4c217062 100644 --- a/src/MetaFileUtil.cc +++ b/src/MetaFileUtil.cc @@ -1,6 +1,6 @@ /* */ #include "MetaFileUtil.h" diff --git a/src/MetaFileUtil.h b/src/MetaFileUtil.h index 43d0cd71..593cc563 100644 --- a/src/MetaFileUtil.h +++ b/src/MetaFileUtil.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_META_FILE_UTIL_H_ diff --git a/src/MetalinkEntry.cc b/src/MetalinkEntry.cc index 4a4327a8..ce5068c5 100644 --- a/src/MetalinkEntry.cc +++ b/src/MetalinkEntry.cc @@ -1,6 +1,6 @@ /* */ #include "MetalinkEntry.h" diff --git a/src/MetalinkEntry.h b/src/MetalinkEntry.h index 2d6c3a96..4841745b 100644 --- a/src/MetalinkEntry.h +++ b/src/MetalinkEntry.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_METALINK_ENTRY_H_ diff --git a/src/MetalinkProcessor.h b/src/MetalinkProcessor.h index 15eace21..4097d5b6 100644 --- a/src/MetalinkProcessor.h +++ b/src/MetalinkProcessor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_METALINK_PROCESSOR_H_ diff --git a/src/MetalinkRequestInfo.cc b/src/MetalinkRequestInfo.cc index 6b58c102..f73cb11e 100644 --- a/src/MetalinkRequestInfo.cc +++ b/src/MetalinkRequestInfo.cc @@ -1,6 +1,6 @@ /* */ #include "MetalinkRequestInfo.h" diff --git a/src/MetalinkRequestInfo.h b/src/MetalinkRequestInfo.h index 67736c7c..6b9a68b5 100644 --- a/src/MetalinkRequestInfo.h +++ b/src/MetalinkRequestInfo.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_METALINK_REQUEST_INFO_H_ diff --git a/src/MetalinkResource.cc b/src/MetalinkResource.cc index 8b9e7c64..51b2c898 100644 --- a/src/MetalinkResource.cc +++ b/src/MetalinkResource.cc @@ -1,6 +1,6 @@ /* */ #include "MetalinkResource.h" diff --git a/src/MetalinkResource.h b/src/MetalinkResource.h index 44ddc23b..fdd7d737 100644 --- a/src/MetalinkResource.h +++ b/src/MetalinkResource.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_METALINK_RESOURCE_H_ diff --git a/src/Metalinker.cc b/src/Metalinker.cc index 303ce97b..335eaaca 100644 --- a/src/Metalinker.cc +++ b/src/Metalinker.cc @@ -1,6 +1,6 @@ /* */ #include "Metalinker.h" diff --git a/src/Metalinker.h b/src/Metalinker.h index 73cd220a..56c15f40 100644 --- a/src/Metalinker.h +++ b/src/Metalinker.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_METALINKER_H_ diff --git a/src/MultiDiskAdaptor.cc b/src/MultiDiskAdaptor.cc index 0f9f1695..835a11f3 100644 --- a/src/MultiDiskAdaptor.cc +++ b/src/MultiDiskAdaptor.cc @@ -1,6 +1,6 @@ /* */ #include "MultiDiskAdaptor.h" diff --git a/src/MultiDiskAdaptor.h b/src/MultiDiskAdaptor.h index 821c0ae3..0012779a 100644 --- a/src/MultiDiskAdaptor.h +++ b/src/MultiDiskAdaptor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_MULTI_DISK_ADAPTOR_H_ diff --git a/src/MultiDiskWriter.cc b/src/MultiDiskWriter.cc index d0a13776..f49db771 100644 --- a/src/MultiDiskWriter.cc +++ b/src/MultiDiskWriter.cc @@ -1,6 +1,6 @@ /* */ #include "MultiDiskWriter.h" diff --git a/src/MultiDiskWriter.h b/src/MultiDiskWriter.h index a903424d..d0ac9655 100644 --- a/src/MultiDiskWriter.h +++ b/src/MultiDiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_MULTI_DISK_WRITER_H_ diff --git a/src/NameResolver.cc b/src/NameResolver.cc index dc048549..eb03b660 100644 --- a/src/NameResolver.cc +++ b/src/NameResolver.cc @@ -1,6 +1,6 @@ /* */ #include "NameResolver.h" diff --git a/src/NameResolver.h b/src/NameResolver.h index cd12a4f9..2fcbdd25 100644 --- a/src/NameResolver.h +++ b/src/NameResolver.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_NAME_RESOLVER_H_ diff --git a/src/NotInterestedMessage.cc b/src/NotInterestedMessage.cc index f42790e0..d596a9d7 100644 --- a/src/NotInterestedMessage.cc +++ b/src/NotInterestedMessage.cc @@ -1,6 +1,6 @@ /* */ #include "NotInterestedMessage.h" diff --git a/src/NotInterestedMessage.h b/src/NotInterestedMessage.h index ead48b59..669fedc2 100644 --- a/src/NotInterestedMessage.h +++ b/src/NotInterestedMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_NOT_INTERESTED_MESSAGE_H_ diff --git a/src/NullLogger.h b/src/NullLogger.h index 657b10b1..94f5f667 100644 --- a/src/NullLogger.h +++ b/src/NullLogger.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_NULL_LOGGER_H_ diff --git a/src/Option.cc b/src/Option.cc index 1b319dee..9deecb2b 100644 --- a/src/Option.cc +++ b/src/Option.cc @@ -1,6 +1,6 @@ /* */ #include "Option.h" diff --git a/src/Option.h b/src/Option.h index 5b1ffbc5..dfc24963 100644 --- a/src/Option.h +++ b/src/Option.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_OPTION_H_ diff --git a/src/Peer.cc b/src/Peer.cc index 894834fd..9016c9cc 100644 --- a/src/Peer.cc +++ b/src/Peer.cc @@ -1,6 +1,6 @@ /* */ #include "Peer.h" diff --git a/src/Peer.h b/src/Peer.h index a94f958c..9dc9963b 100644 --- a/src/Peer.h +++ b/src/Peer.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_H_ diff --git a/src/PeerAbstractCommand.cc b/src/PeerAbstractCommand.cc index 3a8faa18..50e5d5d6 100644 --- a/src/PeerAbstractCommand.cc +++ b/src/PeerAbstractCommand.cc @@ -1,6 +1,6 @@ /* */ #include "PeerAbstractCommand.h" diff --git a/src/PeerAbstractCommand.h b/src/PeerAbstractCommand.h index f0a71a8b..96573d81 100644 --- a/src/PeerAbstractCommand.h +++ b/src/PeerAbstractCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_ABSTRACT_COMMAND_H_ diff --git a/src/PeerChokeCommand.cc b/src/PeerChokeCommand.cc index 4a2b2d99..4b0cd314 100644 --- a/src/PeerChokeCommand.cc +++ b/src/PeerChokeCommand.cc @@ -1,6 +1,6 @@ /* */ #include "PeerChokeCommand.h" diff --git a/src/PeerChokeCommand.h b/src/PeerChokeCommand.h index c3f9b242..8319a269 100644 --- a/src/PeerChokeCommand.h +++ b/src/PeerChokeCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_CHOKE_COMMAND_H_ diff --git a/src/PeerConnection.cc b/src/PeerConnection.cc index 104e65d6..e8a5257e 100644 --- a/src/PeerConnection.cc +++ b/src/PeerConnection.cc @@ -1,6 +1,6 @@ /* */ #include "PeerConnection.h" diff --git a/src/PeerConnection.h b/src/PeerConnection.h index f7c238a4..ab025ee9 100644 --- a/src/PeerConnection.h +++ b/src/PeerConnection.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_CONNECTION_H_ diff --git a/src/PeerInitiateConnectionCommand.cc b/src/PeerInitiateConnectionCommand.cc index 59056227..a578b40e 100644 --- a/src/PeerInitiateConnectionCommand.cc +++ b/src/PeerInitiateConnectionCommand.cc @@ -1,6 +1,6 @@ /* */ #include "PeerInitiateConnectionCommand.h" diff --git a/src/PeerInitiateConnectionCommand.h b/src/PeerInitiateConnectionCommand.h index 66313b95..15bad8d8 100644 --- a/src/PeerInitiateConnectionCommand.h +++ b/src/PeerInitiateConnectionCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_INITIATE_CONNECTION_H_ diff --git a/src/PeerInteraction.cc b/src/PeerInteraction.cc index 68a82532..50e6fe86 100644 --- a/src/PeerInteraction.cc +++ b/src/PeerInteraction.cc @@ -1,6 +1,6 @@ /* */ #include "PeerInteraction.h" diff --git a/src/PeerInteraction.h b/src/PeerInteraction.h index fd4049ae..342f99eb 100644 --- a/src/PeerInteraction.h +++ b/src/PeerInteraction.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_INTERACTION_H_ diff --git a/src/PeerInteractionCommand.cc b/src/PeerInteractionCommand.cc index 392d5756..30d934d9 100644 --- a/src/PeerInteractionCommand.cc +++ b/src/PeerInteractionCommand.cc @@ -1,6 +1,6 @@ /* */ #include "PeerInteractionCommand.h" diff --git a/src/PeerInteractionCommand.h b/src/PeerInteractionCommand.h index 8f1ae0ed..5b0e65cf 100644 --- a/src/PeerInteractionCommand.h +++ b/src/PeerInteractionCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_INTERACTION_COMMAND_H_ diff --git a/src/PeerListenCommand.cc b/src/PeerListenCommand.cc index d81e16a0..ae9bfd9b 100644 --- a/src/PeerListenCommand.cc +++ b/src/PeerListenCommand.cc @@ -1,6 +1,6 @@ /* */ #include "PeerListenCommand.h" diff --git a/src/PeerListenCommand.h b/src/PeerListenCommand.h index 03ddc84a..a83c1e01 100644 --- a/src/PeerListenCommand.h +++ b/src/PeerListenCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_LISTEN_COMMAND_H_ diff --git a/src/PeerMessage.cc b/src/PeerMessage.cc index 25b5b030..d7a16ff2 100644 --- a/src/PeerMessage.cc +++ b/src/PeerMessage.cc @@ -1,6 +1,6 @@ /* */ #include "PeerMessage.h" diff --git a/src/PeerMessage.h b/src/PeerMessage.h index d9ef9bfe..0ef772ff 100644 --- a/src/PeerMessage.h +++ b/src/PeerMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_MESSAGE_H_ diff --git a/src/PeerMessageFactory.cc b/src/PeerMessageFactory.cc index 6c2421e0..1c031075 100644 --- a/src/PeerMessageFactory.cc +++ b/src/PeerMessageFactory.cc @@ -1,6 +1,6 @@ /* */ #include "PeerMessageFactory.h" diff --git a/src/PeerMessageFactory.h b/src/PeerMessageFactory.h index afbfced5..147be5c4 100644 --- a/src/PeerMessageFactory.h +++ b/src/PeerMessageFactory.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_MESSAGE_FACTORY_H_ diff --git a/src/PeerMessageUtil.cc b/src/PeerMessageUtil.cc index b13cb401..58728a9c 100644 --- a/src/PeerMessageUtil.cc +++ b/src/PeerMessageUtil.cc @@ -1,6 +1,6 @@ /* */ #include "PeerMessageUtil.h" diff --git a/src/PeerMessageUtil.h b/src/PeerMessageUtil.h index 621f98e1..3d11b1b3 100644 --- a/src/PeerMessageUtil.h +++ b/src/PeerMessageUtil.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_MESSAGE_UTIL_H_ diff --git a/src/PeerStat.h b/src/PeerStat.h index da9a14a5..07666779 100644 --- a/src/PeerStat.h +++ b/src/PeerStat.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PEER_STAT_H_ diff --git a/src/Piece.cc b/src/Piece.cc index 424157bc..900a4a96 100644 --- a/src/Piece.cc +++ b/src/Piece.cc @@ -1,6 +1,6 @@ /* */ #include "Piece.h" diff --git a/src/Piece.h b/src/Piece.h index 0cde440d..4a7c2a6a 100644 --- a/src/Piece.h +++ b/src/Piece.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PIECE_H_ diff --git a/src/PieceMessage.cc b/src/PieceMessage.cc index b79e54fd..4c1f414c 100644 --- a/src/PieceMessage.cc +++ b/src/PieceMessage.cc @@ -1,6 +1,6 @@ /* */ #include "PieceMessage.h" diff --git a/src/PieceMessage.h b/src/PieceMessage.h index 492632e2..90f5b0b7 100644 --- a/src/PieceMessage.h +++ b/src/PieceMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PIECE_MESSAGE_H_ diff --git a/src/PortMessage.cc b/src/PortMessage.cc index 2358a82b..1bdbb54e 100644 --- a/src/PortMessage.cc +++ b/src/PortMessage.cc @@ -1,6 +1,6 @@ /* */ #include "PortMessage.h" diff --git a/src/PortMessage.h b/src/PortMessage.h index 2fa9de8d..525c66a0 100644 --- a/src/PortMessage.h +++ b/src/PortMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PORT_MESSAGE_H_ diff --git a/src/PreAllocationDiskWriter.cc b/src/PreAllocationDiskWriter.cc index c5dddea9..461adee3 100644 --- a/src/PreAllocationDiskWriter.cc +++ b/src/PreAllocationDiskWriter.cc @@ -1,6 +1,6 @@ /* */ #include "PreAllocationDiskWriter.h" diff --git a/src/PreAllocationDiskWriter.h b/src/PreAllocationDiskWriter.h index 176a37d9..08c5a2e5 100644 --- a/src/PreAllocationDiskWriter.h +++ b/src/PreAllocationDiskWriter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PRE_ALLOCATION_DISK_WRITER_H_ diff --git a/src/RejectMessage.cc b/src/RejectMessage.cc index a6edd978..84d55bf9 100644 --- a/src/RejectMessage.cc +++ b/src/RejectMessage.cc @@ -1,6 +1,6 @@ /* */ #include "RejectMessage.h" diff --git a/src/RejectMessage.h b/src/RejectMessage.h index 7e9466f3..7d2b43cf 100644 --- a/src/RejectMessage.h +++ b/src/RejectMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_REJECT_MESSAGE_H_ diff --git a/src/Request.cc b/src/Request.cc index 8dcabc16..1f7e4160 100644 --- a/src/Request.cc +++ b/src/Request.cc @@ -1,6 +1,6 @@ /* */ #include "Request.h" diff --git a/src/Request.h b/src/Request.h index 313044e1..fc0bfd8c 100644 --- a/src/Request.h +++ b/src/Request.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_REQUEST_H_ diff --git a/src/RequestInfo.h b/src/RequestInfo.h index a5fac18d..c0410c3b 100644 --- a/src/RequestInfo.h +++ b/src/RequestInfo.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_REQUEST_INFO_H_ diff --git a/src/RequestMessage.cc b/src/RequestMessage.cc index 5109d099..62c68427 100644 --- a/src/RequestMessage.cc +++ b/src/RequestMessage.cc @@ -1,6 +1,6 @@ /* */ #include "RequestMessage.h" diff --git a/src/RequestMessage.h b/src/RequestMessage.h index 07548e0a..68d20d77 100644 --- a/src/RequestMessage.h +++ b/src/RequestMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_REQUEST_MESSAGE_H_ diff --git a/src/RequestSlot.cc b/src/RequestSlot.cc index bab36447..4d595c3e 100644 --- a/src/RequestSlot.cc +++ b/src/RequestSlot.cc @@ -1,6 +1,6 @@ /* */ #include "RequestSlot.h" diff --git a/src/RequestSlot.h b/src/RequestSlot.h index 46d6a269..2fb6cdee 100644 --- a/src/RequestSlot.h +++ b/src/RequestSlot.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_REQUEST_SLOT_H_ diff --git a/src/SeedCheckCommand.cc b/src/SeedCheckCommand.cc index 6f94a979..51de429d 100644 --- a/src/SeedCheckCommand.cc +++ b/src/SeedCheckCommand.cc @@ -1,6 +1,6 @@ /* */ #include "SeedCheckCommand.h" diff --git a/src/SeedCheckCommand.h b/src/SeedCheckCommand.h index 3811e49b..5e4f92bb 100644 --- a/src/SeedCheckCommand.h +++ b/src/SeedCheckCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SEED_CHECK_COMMAND_H_ diff --git a/src/SeedCriteria.h b/src/SeedCriteria.h index fe681c66..e7547baa 100644 --- a/src/SeedCriteria.h +++ b/src/SeedCriteria.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SEED_CRITERIA_H_ diff --git a/src/Segment.cc b/src/Segment.cc index c909f194..b4881c1e 100644 --- a/src/Segment.cc +++ b/src/Segment.cc @@ -1,6 +1,6 @@ /* */ diff --git a/src/Segment.h b/src/Segment.h index 139a53b4..96972ae0 100644 --- a/src/Segment.h +++ b/src/Segment.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SEGMENT_H_ diff --git a/src/SegmentMan.cc b/src/SegmentMan.cc index f1db0c09..71469cf9 100644 --- a/src/SegmentMan.cc +++ b/src/SegmentMan.cc @@ -1,6 +1,6 @@ /* */ #include "SegmentMan.h" diff --git a/src/SegmentMan.h b/src/SegmentMan.h index 405fd891..e43df492 100644 --- a/src/SegmentMan.h +++ b/src/SegmentMan.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SEGMENT_MAN_H_ diff --git a/src/SegmentSplitter.cc b/src/SegmentSplitter.cc index 1dc42f75..d3c222fc 100644 --- a/src/SegmentSplitter.cc +++ b/src/SegmentSplitter.cc @@ -1,6 +1,6 @@ /* */ #include "SegmentSplitter.h" diff --git a/src/SegmentSplitter.h b/src/SegmentSplitter.h index 106fe089..b30de9f8 100644 --- a/src/SegmentSplitter.h +++ b/src/SegmentSplitter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SEGMENT_SPLITTER_H_ diff --git a/src/ShaVisitor.cc b/src/ShaVisitor.cc index e1cbc2c3..6cb711c8 100644 --- a/src/ShaVisitor.cc +++ b/src/ShaVisitor.cc @@ -1,6 +1,6 @@ /* */ #include "ShaVisitor.h" diff --git a/src/ShaVisitor.h b/src/ShaVisitor.h index cecced65..ea5ef33e 100644 --- a/src/ShaVisitor.h +++ b/src/ShaVisitor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SHA_VISITOR_H_ diff --git a/src/ShareRatioSeedCriteria.h b/src/ShareRatioSeedCriteria.h index 364c637d..72f32227 100644 --- a/src/ShareRatioSeedCriteria.h +++ b/src/ShareRatioSeedCriteria.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SHARE_RATIO_SEED_CRITERIA_H_ diff --git a/src/SharedHandle.h b/src/SharedHandle.h index 2d7e8c2c..2b01ee38 100644 --- a/src/SharedHandle.h +++ b/src/SharedHandle.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SHARED_HANDLE_H_ diff --git a/src/SimpleLogger.cc b/src/SimpleLogger.cc index 451613df..8494cf7c 100644 --- a/src/SimpleLogger.cc +++ b/src/SimpleLogger.cc @@ -1,6 +1,6 @@ /* */ #include "SimpleLogger.h" diff --git a/src/SimpleLogger.h b/src/SimpleLogger.h index 190adb0b..93ffea42 100644 --- a/src/SimpleLogger.h +++ b/src/SimpleLogger.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SIMPLE_LOGGER_H_ diff --git a/src/SimplePeerMessage.cc b/src/SimplePeerMessage.cc index 6c92bcf2..3e59b477 100644 --- a/src/SimplePeerMessage.cc +++ b/src/SimplePeerMessage.cc @@ -1,6 +1,6 @@ /* */ #include "SimplePeerMessage.h" diff --git a/src/SimplePeerMessage.h b/src/SimplePeerMessage.h index 13be6132..a608ba07 100644 --- a/src/SimplePeerMessage.h +++ b/src/SimplePeerMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SIMPLE_PEER_MESSAGE_H_ diff --git a/src/SleepCommand.cc b/src/SleepCommand.cc index 5a71593c..5390c70f 100644 --- a/src/SleepCommand.cc +++ b/src/SleepCommand.cc @@ -1,6 +1,6 @@ /* */ #include "SleepCommand.h" diff --git a/src/SleepCommand.h b/src/SleepCommand.h index ecf8e676..33d9f4d1 100644 --- a/src/SleepCommand.h +++ b/src/SleepCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SLEEP_COMMAND_H_ diff --git a/src/Socket.cc b/src/Socket.cc index a7840642..c94dc696 100644 --- a/src/Socket.cc +++ b/src/Socket.cc @@ -1,6 +1,6 @@ /* */ #include "Socket.h" diff --git a/src/Socket.h b/src/Socket.h index f909dcea..f14b6f32 100644 --- a/src/Socket.h +++ b/src/Socket.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SOCKET_H_ diff --git a/src/SocketCore.cc b/src/SocketCore.cc index ba3aa40c..2c67a66d 100644 --- a/src/SocketCore.cc +++ b/src/SocketCore.cc @@ -1,6 +1,6 @@ /* */ #include "SocketCore.h" diff --git a/src/SocketCore.h b/src/SocketCore.h index f917a92a..a5711191 100644 --- a/src/SocketCore.h +++ b/src/SocketCore.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SOCKET_CORE_H_ diff --git a/src/SocketIOException.h b/src/SocketIOException.h index 10c3df3d..b5fa03e6 100644 --- a/src/SocketIOException.h +++ b/src/SocketIOException.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SOCKET_IO_EXCEPTION_H_ diff --git a/src/SpeedCalc.cc b/src/SpeedCalc.cc index d61ddeb3..a15adc1e 100644 --- a/src/SpeedCalc.cc +++ b/src/SpeedCalc.cc @@ -1,6 +1,6 @@ /* */ #include "SpeedCalc.h" diff --git a/src/SpeedCalc.h b/src/SpeedCalc.h index 55936565..c5c891be 100644 --- a/src/SpeedCalc.h +++ b/src/SpeedCalc.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SPEED_CALC_H_ diff --git a/src/SplitFirstSegmentSplitter.cc b/src/SplitFirstSegmentSplitter.cc index 22e02da0..fea37f8f 100644 --- a/src/SplitFirstSegmentSplitter.cc +++ b/src/SplitFirstSegmentSplitter.cc @@ -1,6 +1,6 @@ /* */ #include "SplitFirstSegmentSplitter.h" diff --git a/src/SplitFirstSegmentSplitter.h b/src/SplitFirstSegmentSplitter.h index 73f76abd..4dd3d6d6 100644 --- a/src/SplitFirstSegmentSplitter.h +++ b/src/SplitFirstSegmentSplitter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SPLIT_FIRST_SEGMENT_SPLITTER_H_ diff --git a/src/SplitSlowestSegmentSplitter.cc b/src/SplitSlowestSegmentSplitter.cc index 1be620e8..735dfe3e 100644 --- a/src/SplitSlowestSegmentSplitter.cc +++ b/src/SplitSlowestSegmentSplitter.cc @@ -1,6 +1,6 @@ /* */ #include "SplitSlowestSegmentSplitter.h" diff --git a/src/SplitSlowestSegmentSplitter.h b/src/SplitSlowestSegmentSplitter.h index 90ff3753..f5cff2b1 100644 --- a/src/SplitSlowestSegmentSplitter.h +++ b/src/SplitSlowestSegmentSplitter.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SPLIT_SLOWEST_SEGMENT_SPLITTER_H_ diff --git a/src/SuggestPieceMessage.cc b/src/SuggestPieceMessage.cc index 28c687dd..3303ced7 100644 --- a/src/SuggestPieceMessage.cc +++ b/src/SuggestPieceMessage.cc @@ -1,6 +1,6 @@ /* */ #include "SuggestPieceMessage.h" diff --git a/src/SuggestPieceMessage.h b/src/SuggestPieceMessage.h index fc56b76d..0380c591 100644 --- a/src/SuggestPieceMessage.h +++ b/src/SuggestPieceMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_SUGGEST_PIECE_MESSAGE_H_ diff --git a/src/TimeA2.cc b/src/TimeA2.cc index 2d38b2ad..68b9bd12 100644 --- a/src/TimeA2.cc +++ b/src/TimeA2.cc @@ -1,6 +1,6 @@ /* */ #include "TimeA2.h" diff --git a/src/TimeA2.h b/src/TimeA2.h index c7cc1fad..14728c3c 100644 --- a/src/TimeA2.h +++ b/src/TimeA2.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TIME_H_ diff --git a/src/TimeSeedCriteria.h b/src/TimeSeedCriteria.h index 07c1776f..7dca9f37 100644 --- a/src/TimeSeedCriteria.h +++ b/src/TimeSeedCriteria.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TIME_SEED_CRITERIA_H_ diff --git a/src/TimeoutException.h b/src/TimeoutException.h index b1e03483..33744fc3 100644 --- a/src/TimeoutException.h +++ b/src/TimeoutException.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TIMEOUT_EXCEPTION_H_ diff --git a/src/TorrentAutoSaveCommand.cc b/src/TorrentAutoSaveCommand.cc index 9d500671..5d2154c3 100644 --- a/src/TorrentAutoSaveCommand.cc +++ b/src/TorrentAutoSaveCommand.cc @@ -1,6 +1,6 @@ /* */ #include "TorrentAutoSaveCommand.h" diff --git a/src/TorrentAutoSaveCommand.h b/src/TorrentAutoSaveCommand.h index cbf880a9..9c360020 100644 --- a/src/TorrentAutoSaveCommand.h +++ b/src/TorrentAutoSaveCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TORRENT_AUTO_SAVE_COMMAND_H_ diff --git a/src/TorrentConsoleDownloadEngine.cc b/src/TorrentConsoleDownloadEngine.cc index 74d02f03..3f6ab8b1 100644 --- a/src/TorrentConsoleDownloadEngine.cc +++ b/src/TorrentConsoleDownloadEngine.cc @@ -1,6 +1,6 @@ /* */ #include "TorrentConsoleDownloadEngine.h" diff --git a/src/TorrentConsoleDownloadEngine.h b/src/TorrentConsoleDownloadEngine.h index 686e0db4..2bbd1f0f 100644 --- a/src/TorrentConsoleDownloadEngine.h +++ b/src/TorrentConsoleDownloadEngine.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TORRENT_CONSOLE_DOWNLOAD_ENGINE_H_ diff --git a/src/TorrentDownloadEngine.cc b/src/TorrentDownloadEngine.cc index 7519a249..974c1995 100644 --- a/src/TorrentDownloadEngine.cc +++ b/src/TorrentDownloadEngine.cc @@ -1,6 +1,6 @@ /* */ #include "TorrentDownloadEngine.h" diff --git a/src/TorrentDownloadEngine.h b/src/TorrentDownloadEngine.h index 844e56fa..b9ac9f67 100644 --- a/src/TorrentDownloadEngine.h +++ b/src/TorrentDownloadEngine.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TORRENT_DOWNLOAD_ENGINE_H_ diff --git a/src/TorrentMan.cc b/src/TorrentMan.cc index 30d463bf..074b61cf 100644 --- a/src/TorrentMan.cc +++ b/src/TorrentMan.cc @@ -1,6 +1,6 @@ /* */ #include "TorrentMan.h" diff --git a/src/TorrentMan.h b/src/TorrentMan.h index b5e02e05..1b734ddd 100644 --- a/src/TorrentMan.h +++ b/src/TorrentMan.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TORRENT_MAN_H_ diff --git a/src/TorrentRequestInfo.cc b/src/TorrentRequestInfo.cc index 92316933..defcea83 100644 --- a/src/TorrentRequestInfo.cc +++ b/src/TorrentRequestInfo.cc @@ -1,6 +1,6 @@ /* */ #include "TorrentRequestInfo.h" diff --git a/src/TorrentRequestInfo.h b/src/TorrentRequestInfo.h index b00e0d53..4c6266c4 100644 --- a/src/TorrentRequestInfo.h +++ b/src/TorrentRequestInfo.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TORRENT_REQUEST_INFO_H_ diff --git a/src/TrackerUpdateCommand.cc b/src/TrackerUpdateCommand.cc index 09d44ec8..f13b5d4c 100644 --- a/src/TrackerUpdateCommand.cc +++ b/src/TrackerUpdateCommand.cc @@ -1,6 +1,6 @@ /* */ #include "TrackerUpdateCommand.h" diff --git a/src/TrackerUpdateCommand.h b/src/TrackerUpdateCommand.h index bd248387..0d0de5a5 100644 --- a/src/TrackerUpdateCommand.h +++ b/src/TrackerUpdateCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TRACKER_UPDATE_COMMAND_H_ diff --git a/src/TrackerWatcherCommand.cc b/src/TrackerWatcherCommand.cc index 7e4cbe67..e76701cf 100644 --- a/src/TrackerWatcherCommand.cc +++ b/src/TrackerWatcherCommand.cc @@ -1,6 +1,6 @@ /* */ #include "TrackerWatcherCommand.h" diff --git a/src/TrackerWatcherCommand.h b/src/TrackerWatcherCommand.h index c4da87f5..e32efdfa 100644 --- a/src/TrackerWatcherCommand.h +++ b/src/TrackerWatcherCommand.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TRACKER_WATCHER_COMMAND_H_ diff --git a/src/TransferEncoding.h b/src/TransferEncoding.h index 0bd141c7..00baae06 100644 --- a/src/TransferEncoding.h +++ b/src/TransferEncoding.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_TRANSFER_ENCODING_H_ diff --git a/src/UnchokeMessage.cc b/src/UnchokeMessage.cc index 5bd1bc31..51b2b8d3 100644 --- a/src/UnchokeMessage.cc +++ b/src/UnchokeMessage.cc @@ -1,6 +1,6 @@ /* */ #include "UnchokeMessage.h" diff --git a/src/UnchokeMessage.h b/src/UnchokeMessage.h index 14f80807..3abf252c 100644 --- a/src/UnchokeMessage.h +++ b/src/UnchokeMessage.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_UNCHOKE_MESSAGE_H_ diff --git a/src/UnionSeedCriteria.h b/src/UnionSeedCriteria.h index 04f4c403..68f88d4b 100644 --- a/src/UnionSeedCriteria.h +++ b/src/UnionSeedCriteria.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_UNION_SEED_CRITERIA_H_ diff --git a/src/UrlRequestInfo.cc b/src/UrlRequestInfo.cc index 986dbc97..f3645a50 100644 --- a/src/UrlRequestInfo.cc +++ b/src/UrlRequestInfo.cc @@ -1,6 +1,6 @@ /* */ #include "UrlRequestInfo.h" diff --git a/src/UrlRequestInfo.h b/src/UrlRequestInfo.h index 85dde6c0..1a4d5227 100644 --- a/src/UrlRequestInfo.h +++ b/src/UrlRequestInfo.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_URL_REQUEST_INFO_H_ diff --git a/src/Util.cc b/src/Util.cc index dc3c99cd..0f47f8ee 100644 --- a/src/Util.cc +++ b/src/Util.cc @@ -1,6 +1,6 @@ /* */ #include "Util.h" diff --git a/src/Util.h b/src/Util.h index d9315396..7379b35f 100644 --- a/src/Util.h +++ b/src/Util.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_UTIL_H_ diff --git a/src/Xml2MetalinkProcessor.cc b/src/Xml2MetalinkProcessor.cc index f68f2da2..cd98eb23 100644 --- a/src/Xml2MetalinkProcessor.cc +++ b/src/Xml2MetalinkProcessor.cc @@ -1,6 +1,6 @@ /* */ #include "Xml2MetalinkProcessor.h" diff --git a/src/Xml2MetalinkProcessor.h b/src/Xml2MetalinkProcessor.h index 65358a6f..668a30bf 100644 --- a/src/Xml2MetalinkProcessor.h +++ b/src/Xml2MetalinkProcessor.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_XML2_METALINK_PROCESSOR_H_ diff --git a/src/common.h b/src/common.h index 81889b82..2013fdf3 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_COMMON_H_ diff --git a/src/main.cc b/src/main.cc index 51b985d4..4fec8b76 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* */ #include "HttpInitiateConnectionCommand.h" diff --git a/src/message.h b/src/message.h index 7c925d74..6cbf5c88 100644 --- a/src/message.h +++ b/src/message.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_MESSAGE_H_ diff --git a/src/messageDigest.h b/src/messageDigest.h index c14c4600..7e05f9bb 100644 --- a/src/messageDigest.h +++ b/src/messageDigest.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_MESSAGE_DIGEST_H_ diff --git a/src/prefs.h b/src/prefs.h index ed2776a2..ff147a4d 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -1,6 +1,6 @@ /* */ #ifndef _D_PREFS_H_ diff --git a/src/right.txt b/src/right.txt index 0d54e187..a25df173 100644 --- a/src/right.txt +++ b/src/right.txt @@ -1,5 +1,5 @@ /* - * aria2 - a simple utility for downloading files faster + * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * @@ -15,5 +15,18 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * In addition, as a special exception, the copyright holders give + * permission to link the code of portions of this program with the + * OpenSSL library under certain conditions as described in each + * individual source file, and distribute linked combinations + * including the two. + * You must obey the GNU General Public License in all respects + * for all of the code used other than OpenSSL. If you modify + * file(s) with this exception, you may extend this exception to your + * version of the file(s), but you are not obligated to do so. If you + * do not wish to do so, delete this exception statement from your + * version. If you delete this exception statement from all source + * files in the program, then also delete it here. */