diff --git a/AUTHORS b/AUTHORS index 1c4dffbac..a02387442 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Written by Arvid Norberg. Copyright (c) 2003-2015 +Written by Arvid Norberg. Copyright (c) 2003-2016 Contributions by: Andrei Kurushin diff --git a/COPYING b/COPYING index b62c3610a..d20e56942 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ChangeLog b/ChangeLog index e4c213bf6..12ca36971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -80,6 +80,8 @@ * almost completely changed the storage interface (for custom storage) * added support for hashing pieces in multiple threads +1.0.8 release + * fix bug where web seeds were not used for torrents added by URL * fix support for symlinks on windows * fix long filename issue (on unixes) diff --git a/LICENSE b/LICENSE index 70c6c1546..80aa2da68 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/add_torrent_params.hpp b/include/libtorrent/add_torrent_params.hpp index 7ea2f1363..31eedd278 100644 --- a/include/libtorrent/add_torrent_params.hpp +++ b/include/libtorrent/add_torrent_params.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/address.hpp b/include/libtorrent/address.hpp index e33757814..0682991b5 100644 --- a/include/libtorrent/address.hpp +++ b/include/libtorrent/address.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/alert.hpp b/include/libtorrent/alert.hpp index 836287da7..7b0487f0e 100644 --- a/include/libtorrent/alert.hpp +++ b/include/libtorrent/alert.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2003-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/alert_manager.hpp b/include/libtorrent/alert_manager.hpp index 36238223d..41e883a41 100644 --- a/include/libtorrent/alert_manager.hpp +++ b/include/libtorrent/alert_manager.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2003-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/alert_observer.hpp b/include/libtorrent/alert_observer.hpp index ec6723de8..a0d3141d9 100644 --- a/include/libtorrent/alert_observer.hpp +++ b/include/libtorrent/alert_observer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index b180063d8..50d2d26ba 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/alloca.hpp b/include/libtorrent/alloca.hpp index 2884787ff..984c773da 100644 --- a/include/libtorrent/alloca.hpp +++ b/include/libtorrent/alloca.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/allocator.hpp b/include/libtorrent/allocator.hpp index 6fd442fe4..bee417229 100644 --- a/include/libtorrent/allocator.hpp +++ b/include/libtorrent/allocator.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/announce_entry.hpp b/include/libtorrent/announce_entry.hpp index c4308d986..056a6b730 100644 --- a/include/libtorrent/announce_entry.hpp +++ b/include/libtorrent/announce_entry.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/assert.hpp b/include/libtorrent/assert.hpp index 737761c09..28ec64dd6 100644 --- a/include/libtorrent/assert.hpp +++ b/include/libtorrent/assert.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bandwidth_limit.hpp b/include/libtorrent/bandwidth_limit.hpp index b937b47e3..cc21d715b 100644 --- a/include/libtorrent/bandwidth_limit.hpp +++ b/include/libtorrent/bandwidth_limit.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bandwidth_manager.hpp b/include/libtorrent/bandwidth_manager.hpp index d8d11f7f2..26b99b14e 100644 --- a/include/libtorrent/bandwidth_manager.hpp +++ b/include/libtorrent/bandwidth_manager.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bandwidth_queue_entry.hpp b/include/libtorrent/bandwidth_queue_entry.hpp index 9fb60cb14..61af5c2b8 100644 --- a/include/libtorrent/bandwidth_queue_entry.hpp +++ b/include/libtorrent/bandwidth_queue_entry.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bandwidth_socket.hpp b/include/libtorrent/bandwidth_socket.hpp index 80e8602b3..9bf7f3230 100644 --- a/include/libtorrent/bandwidth_socket.hpp +++ b/include/libtorrent/bandwidth_socket.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bdecode.hpp b/include/libtorrent/bdecode.hpp index d8e10adc7..34dea075a 100644 --- a/include/libtorrent/bdecode.hpp +++ b/include/libtorrent/bdecode.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bencode.hpp b/include/libtorrent/bencode.hpp index 1de991ceb..44a3e48f1 100644 --- a/include/libtorrent/bencode.hpp +++ b/include/libtorrent/bencode.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bitfield.hpp b/include/libtorrent/bitfield.hpp index 9d8dd5ed7..938de163b 100644 --- a/include/libtorrent/bitfield.hpp +++ b/include/libtorrent/bitfield.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/block_cache.hpp b/include/libtorrent/block_cache.hpp index 5348c327a..34ac09d64 100644 --- a/include/libtorrent/block_cache.hpp +++ b/include/libtorrent/block_cache.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bloom_filter.hpp b/include/libtorrent/bloom_filter.hpp index 699350db7..582a34280 100644 --- a/include/libtorrent/bloom_filter.hpp +++ b/include/libtorrent/bloom_filter.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/broadcast_socket.hpp b/include/libtorrent/broadcast_socket.hpp index d484c30ad..24babb8f2 100644 --- a/include/libtorrent/broadcast_socket.hpp +++ b/include/libtorrent/broadcast_socket.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/bt_peer_connection.hpp b/include/libtorrent/bt_peer_connection.hpp index bc2628730..cc568cd6a 100644 --- a/include/libtorrent/bt_peer_connection.hpp +++ b/include/libtorrent/bt_peer_connection.hpp @@ -1,7 +1,7 @@ /* -Copyright (c) 2003-2015, Arvid Norberg -Copyright (c) 2007-2015, Arvid Norberg, Un Shyam +Copyright (c) 2003-2016, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg, Un Shyam All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/buffer.hpp b/include/libtorrent/buffer.hpp index 0d0ceb8c6..e5393b380 100644 --- a/include/libtorrent/buffer.hpp +++ b/include/libtorrent/buffer.hpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/build_config.hpp b/include/libtorrent/build_config.hpp index 23f3eae72..aade5e247 100644 --- a/include/libtorrent/build_config.hpp +++ b/include/libtorrent/build_config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/chained_buffer.hpp b/include/libtorrent/chained_buffer.hpp index e1ecdb6e5..d68cf0de3 100644 --- a/include/libtorrent/chained_buffer.hpp +++ b/include/libtorrent/chained_buffer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/choker.hpp b/include/libtorrent/choker.hpp index ef3e60a2e..880820729 100644 --- a/include/libtorrent/choker.hpp +++ b/include/libtorrent/choker.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/close_reason.hpp b/include/libtorrent/close_reason.hpp index a4678b537..0be54e067 100644 --- a/include/libtorrent/close_reason.hpp +++ b/include/libtorrent/close_reason.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 70a005309..35853c16a 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2005-2015, Arvid Norberg +Copyright (c) 2005-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/copy_ptr.hpp b/include/libtorrent/copy_ptr.hpp index da57f052a..1149f4b87 100644 --- a/include/libtorrent/copy_ptr.hpp +++ b/include/libtorrent/copy_ptr.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/crc32c.hpp b/include/libtorrent/crc32c.hpp index 2f7298d10..46741d3f4 100644 --- a/include/libtorrent/crc32c.hpp +++ b/include/libtorrent/crc32c.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/create_torrent.hpp b/include/libtorrent/create_torrent.hpp index 0c0829d8a..905386d0a 100644 --- a/include/libtorrent/create_torrent.hpp +++ b/include/libtorrent/create_torrent.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/deadline_timer.hpp b/include/libtorrent/deadline_timer.hpp index 74d239fa9..8ba2707f2 100644 --- a/include/libtorrent/deadline_timer.hpp +++ b/include/libtorrent/deadline_timer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/debug.hpp b/include/libtorrent/debug.hpp index fd796bd83..8f3f89fa9 100644 --- a/include/libtorrent/debug.hpp +++ b/include/libtorrent/debug.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_buffer_holder.hpp b/include/libtorrent/disk_buffer_holder.hpp index 161f234cb..f4d660059 100644 --- a/include/libtorrent/disk_buffer_holder.hpp +++ b/include/libtorrent/disk_buffer_holder.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_buffer_pool.hpp b/include/libtorrent/disk_buffer_pool.hpp index 9ce17ebac..ba62d695b 100644 --- a/include/libtorrent/disk_buffer_pool.hpp +++ b/include/libtorrent/disk_buffer_pool.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_interface.hpp b/include/libtorrent/disk_interface.hpp index 0aea0a213..eb6cd8f51 100644 --- a/include/libtorrent/disk_interface.hpp +++ b/include/libtorrent/disk_interface.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_io_job.hpp b/include/libtorrent/disk_io_job.hpp index 28c2b6919..fdb693f2c 100644 --- a/include/libtorrent/disk_io_job.hpp +++ b/include/libtorrent/disk_io_job.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 8febbcc96..2bd64d2d8 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_job_pool.hpp b/include/libtorrent/disk_job_pool.hpp index c67fbe002..3b6915cc2 100644 --- a/include/libtorrent/disk_job_pool.hpp +++ b/include/libtorrent/disk_job_pool.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/disk_observer.hpp b/include/libtorrent/disk_observer.hpp index c91810c41..6478f01f2 100644 --- a/include/libtorrent/disk_observer.hpp +++ b/include/libtorrent/disk_observer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/entry.hpp b/include/libtorrent/entry.hpp index 5603b5d52..5cbe4c269 100644 --- a/include/libtorrent/entry.hpp +++ b/include/libtorrent/entry.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/enum_net.hpp b/include/libtorrent/enum_net.hpp index 3e176b188..c07d04a88 100644 --- a/include/libtorrent/enum_net.hpp +++ b/include/libtorrent/enum_net.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/error.hpp b/include/libtorrent/error.hpp index de92211a3..2f3dfccb9 100644 --- a/include/libtorrent/error.hpp +++ b/include/libtorrent/error.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/error_code.hpp b/include/libtorrent/error_code.hpp index b299e79e0..e8c9f63d8 100644 --- a/include/libtorrent/error_code.hpp +++ b/include/libtorrent/error_code.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp index 618ab51c9..87536af2a 100644 --- a/include/libtorrent/export.hpp +++ b/include/libtorrent/export.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2005-2015, Arvid Norberg +Copyright (c) 2005-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/extensions.hpp b/include/libtorrent/extensions.hpp index 48de9890e..086695a8c 100644 --- a/include/libtorrent/extensions.hpp +++ b/include/libtorrent/extensions.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/extensions/lt_trackers.hpp b/include/libtorrent/extensions/lt_trackers.hpp index 963fff8d8..3e3e21be8 100644 --- a/include/libtorrent/extensions/lt_trackers.hpp +++ b/include/libtorrent/extensions/lt_trackers.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/extensions/metadata_transfer.hpp b/include/libtorrent/extensions/metadata_transfer.hpp index 72681b3ab..18090c84a 100644 --- a/include/libtorrent/extensions/metadata_transfer.hpp +++ b/include/libtorrent/extensions/metadata_transfer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/extensions/smart_ban.hpp b/include/libtorrent/extensions/smart_ban.hpp index a2a5e35c9..73147c8a9 100644 --- a/include/libtorrent/extensions/smart_ban.hpp +++ b/include/libtorrent/extensions/smart_ban.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/extensions/ut_metadata.hpp b/include/libtorrent/extensions/ut_metadata.hpp index 7080ee76a..8c03d8967 100644 --- a/include/libtorrent/extensions/ut_metadata.hpp +++ b/include/libtorrent/extensions/ut_metadata.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/file.hpp b/include/libtorrent/file.hpp index 56140ab8b..c147ff599 100644 --- a/include/libtorrent/file.hpp +++ b/include/libtorrent/file.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/file_pool.hpp b/include/libtorrent/file_pool.hpp index be463e9e6..27f495ed0 100644 --- a/include/libtorrent/file_pool.hpp +++ b/include/libtorrent/file_pool.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/file_storage.hpp b/include/libtorrent/file_storage.hpp index 6a09ef484..6a415d828 100644 --- a/include/libtorrent/file_storage.hpp +++ b/include/libtorrent/file_storage.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/fingerprint.hpp b/include/libtorrent/fingerprint.hpp index f7341243b..78f302661 100644 --- a/include/libtorrent/fingerprint.hpp +++ b/include/libtorrent/fingerprint.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/gzip.hpp b/include/libtorrent/gzip.hpp index 4242230a3..11ea1c443 100644 --- a/include/libtorrent/gzip.hpp +++ b/include/libtorrent/gzip.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/hasher.hpp b/include/libtorrent/hasher.hpp index 961432bf3..9bdbac22c 100644 --- a/include/libtorrent/hasher.hpp +++ b/include/libtorrent/hasher.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/heterogeneous_queue.hpp b/include/libtorrent/heterogeneous_queue.hpp index 7b9d951d3..ffdf33181 100644 --- a/include/libtorrent/heterogeneous_queue.hpp +++ b/include/libtorrent/heterogeneous_queue.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/hex.hpp b/include/libtorrent/hex.hpp index 6869e9961..e7dce8979 100644 --- a/include/libtorrent/hex.hpp +++ b/include/libtorrent/hex.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/http_connection.hpp b/include/libtorrent/http_connection.hpp index 750d92fdd..b48c5e02c 100644 --- a/include/libtorrent/http_connection.hpp +++ b/include/libtorrent/http_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/http_parser.hpp b/include/libtorrent/http_parser.hpp index dfbde41bd..2a0fe2b42 100644 --- a/include/libtorrent/http_parser.hpp +++ b/include/libtorrent/http_parser.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/http_seed_connection.hpp b/include/libtorrent/http_seed_connection.hpp index f3d7806c5..92cca8e8c 100644 --- a/include/libtorrent/http_seed_connection.hpp +++ b/include/libtorrent/http_seed_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/http_stream.hpp b/include/libtorrent/http_stream.hpp index ad8648e25..efc30feba 100644 --- a/include/libtorrent/http_stream.hpp +++ b/include/libtorrent/http_stream.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/http_tracker_connection.hpp b/include/libtorrent/http_tracker_connection.hpp index 48d0be021..7abf1ed06 100644 --- a/include/libtorrent/http_tracker_connection.hpp +++ b/include/libtorrent/http_tracker_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/i2p_stream.hpp b/include/libtorrent/i2p_stream.hpp index f55e68f4c..39c5e3747 100644 --- a/include/libtorrent/i2p_stream.hpp +++ b/include/libtorrent/i2p_stream.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/identify_client.hpp b/include/libtorrent/identify_client.hpp index 9e397f1c5..e1816a7d5 100644 --- a/include/libtorrent/identify_client.hpp +++ b/include/libtorrent/identify_client.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/instantiate_connection.hpp b/include/libtorrent/instantiate_connection.hpp index 78ee64698..3998344b3 100644 --- a/include/libtorrent/instantiate_connection.hpp +++ b/include/libtorrent/instantiate_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/io.hpp b/include/libtorrent/io.hpp index 289a60261..8d6aaa31b 100644 --- a/include/libtorrent/io.hpp +++ b/include/libtorrent/io.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/io_service.hpp b/include/libtorrent/io_service.hpp index f6d970bfa..4fc3931cd 100644 --- a/include/libtorrent/io_service.hpp +++ b/include/libtorrent/io_service.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/io_service_fwd.hpp b/include/libtorrent/io_service_fwd.hpp index 86755001b..c14997d82 100644 --- a/include/libtorrent/io_service_fwd.hpp +++ b/include/libtorrent/io_service_fwd.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/ip_filter.hpp b/include/libtorrent/ip_filter.hpp index 12d18daf3..88131e87f 100644 --- a/include/libtorrent/ip_filter.hpp +++ b/include/libtorrent/ip_filter.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2005-2015, Arvid Norberg +Copyright (c) 2005-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/ip_voter.hpp b/include/libtorrent/ip_voter.hpp index 0c21f2e30..c60cd2ac1 100644 --- a/include/libtorrent/ip_voter.hpp +++ b/include/libtorrent/ip_voter.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/dht_observer.hpp b/include/libtorrent/kademlia/dht_observer.hpp index 6bf067183..9ea84eee7 100644 --- a/include/libtorrent/kademlia/dht_observer.hpp +++ b/include/libtorrent/kademlia/dht_observer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/dht_storage.hpp b/include/libtorrent/kademlia/dht_storage.hpp index 6ed8bfb1f..8bffb9bcb 100644 --- a/include/libtorrent/kademlia/dht_storage.hpp +++ b/include/libtorrent/kademlia/dht_storage.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg, Alden Torres +Copyright (c) 2012-2016, Arvid Norberg, Alden Torres All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/dht_tracker.hpp b/include/libtorrent/kademlia/dht_tracker.hpp index d34932322..7474b6204 100644 --- a/include/libtorrent/kademlia/dht_tracker.hpp +++ b/include/libtorrent/kademlia/dht_tracker.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/dos_blocker.hpp b/include/libtorrent/kademlia/dos_blocker.hpp index 0550dbd5f..830950202 100644 --- a/include/libtorrent/kademlia/dos_blocker.hpp +++ b/include/libtorrent/kademlia/dos_blocker.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/find_data.hpp b/include/libtorrent/kademlia/find_data.hpp index c8228971d..9fea0f1dc 100644 --- a/include/libtorrent/kademlia/find_data.hpp +++ b/include/libtorrent/kademlia/find_data.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/get_peers.hpp b/include/libtorrent/kademlia/get_peers.hpp index 6b665156d..e71265c64 100644 --- a/include/libtorrent/kademlia/get_peers.hpp +++ b/include/libtorrent/kademlia/get_peers.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/msg.hpp b/include/libtorrent/kademlia/msg.hpp index 9b852c253..607eab4f8 100644 --- a/include/libtorrent/kademlia/msg.hpp +++ b/include/libtorrent/kademlia/msg.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/node.hpp b/include/libtorrent/kademlia/node.hpp index b344594e1..c55503e98 100644 --- a/include/libtorrent/kademlia/node.hpp +++ b/include/libtorrent/kademlia/node.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/node_entry.hpp b/include/libtorrent/kademlia/node_entry.hpp index ad03f17b2..41b7acf07 100644 --- a/include/libtorrent/kademlia/node_entry.hpp +++ b/include/libtorrent/kademlia/node_entry.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/node_id.hpp b/include/libtorrent/kademlia/node_id.hpp index a5c299636..affdba502 100644 --- a/include/libtorrent/kademlia/node_id.hpp +++ b/include/libtorrent/kademlia/node_id.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/observer.hpp b/include/libtorrent/kademlia/observer.hpp index 61ca26d33..59089da76 100644 --- a/include/libtorrent/kademlia/observer.hpp +++ b/include/libtorrent/kademlia/observer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/put_data.hpp b/include/libtorrent/kademlia/put_data.hpp index 09f2a6234..1c4ece733 100644 --- a/include/libtorrent/kademlia/put_data.hpp +++ b/include/libtorrent/kademlia/put_data.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg, Thomas Yuan +Copyright (c) 2006-2016, Arvid Norberg, Thomas Yuan All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/refresh.hpp b/include/libtorrent/kademlia/refresh.hpp index 2437f77ac..e0d9a46e2 100644 --- a/include/libtorrent/kademlia/refresh.hpp +++ b/include/libtorrent/kademlia/refresh.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/routing_table.hpp b/include/libtorrent/kademlia/routing_table.hpp index ca1e33bd1..24d8b0271 100644 --- a/include/libtorrent/kademlia/routing_table.hpp +++ b/include/libtorrent/kademlia/routing_table.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/rpc_manager.hpp b/include/libtorrent/kademlia/rpc_manager.hpp index c590fc161..55c40c3ae 100644 --- a/include/libtorrent/kademlia/rpc_manager.hpp +++ b/include/libtorrent/kademlia/rpc_manager.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/kademlia/traversal_algorithm.hpp b/include/libtorrent/kademlia/traversal_algorithm.hpp index 9da0c8c11..d04828619 100644 --- a/include/libtorrent/kademlia/traversal_algorithm.hpp +++ b/include/libtorrent/kademlia/traversal_algorithm.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/lazy_entry.hpp b/include/libtorrent/lazy_entry.hpp index cf8af3e2e..94fdfe485 100644 --- a/include/libtorrent/lazy_entry.hpp +++ b/include/libtorrent/lazy_entry.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/link.hpp b/include/libtorrent/link.hpp index 072200de8..3f9eda432 100644 --- a/include/libtorrent/link.hpp +++ b/include/libtorrent/link.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/linked_list.hpp b/include/libtorrent/linked_list.hpp index 036ee5db1..10f939021 100644 --- a/include/libtorrent/linked_list.hpp +++ b/include/libtorrent/linked_list.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/lsd.hpp b/include/libtorrent/lsd.hpp index e2efb0cc3..e1e9738b7 100644 --- a/include/libtorrent/lsd.hpp +++ b/include/libtorrent/lsd.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/magnet_uri.hpp b/include/libtorrent/magnet_uri.hpp index 65d5c4837..fdda46255 100644 --- a/include/libtorrent/magnet_uri.hpp +++ b/include/libtorrent/magnet_uri.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/max.hpp b/include/libtorrent/max.hpp index f824dd078..5ac1ab136 100644 --- a/include/libtorrent/max.hpp +++ b/include/libtorrent/max.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/natpmp.hpp b/include/libtorrent/natpmp.hpp index 8f636c692..6cb9927f9 100644 --- a/include/libtorrent/natpmp.hpp +++ b/include/libtorrent/natpmp.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/network_thread_pool.hpp b/include/libtorrent/network_thread_pool.hpp index e2f69c264..23af939d1 100644 --- a/include/libtorrent/network_thread_pool.hpp +++ b/include/libtorrent/network_thread_pool.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/operations.hpp b/include/libtorrent/operations.hpp index 6bb263ba0..9cb0bad45 100644 --- a/include/libtorrent/operations.hpp +++ b/include/libtorrent/operations.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/packet_buffer.hpp b/include/libtorrent/packet_buffer.hpp index f2dce951a..e713a71b9 100644 --- a/include/libtorrent/packet_buffer.hpp +++ b/include/libtorrent/packet_buffer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg, Daniel Wallin. +Copyright (c) 2010-2016, Arvid Norberg, Daniel Wallin. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/parse_url.hpp b/include/libtorrent/parse_url.hpp index 1dc3b0d25..902de8464 100644 --- a/include/libtorrent/parse_url.hpp +++ b/include/libtorrent/parse_url.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/part_file.hpp b/include/libtorrent/part_file.hpp index b64ee4758..87c8e2297 100644 --- a/include/libtorrent/part_file.hpp +++ b/include/libtorrent/part_file.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/pe_crypto.hpp b/include/libtorrent/pe_crypto.hpp index a6087a1ac..7f6307e7e 100644 --- a/include/libtorrent/pe_crypto.hpp +++ b/include/libtorrent/pe_crypto.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Un Shyam & Arvid Norberg +Copyright (c) 2007-2016, Un Shyam & Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer.hpp b/include/libtorrent/peer.hpp index fd5aaf906..defdc3f52 100644 --- a/include/libtorrent/peer.hpp +++ b/include/libtorrent/peer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_class.hpp b/include/libtorrent/peer_class.hpp index 946795fe0..a7bc61cc1 100644 --- a/include/libtorrent/peer_class.hpp +++ b/include/libtorrent/peer_class.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_class_set.hpp b/include/libtorrent/peer_class_set.hpp index db4d0f8e5..e1e51605b 100644 --- a/include/libtorrent/peer_class_set.hpp +++ b/include/libtorrent/peer_class_set.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_class_type_filter.hpp b/include/libtorrent/peer_class_type_filter.hpp index 7e4d41558..3f45097ec 100644 --- a/include/libtorrent/peer_class_type_filter.hpp +++ b/include/libtorrent/peer_class_type_filter.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_connection.hpp b/include/libtorrent/peer_connection.hpp index d92cc771e..6b7edfd3a 100644 --- a/include/libtorrent/peer_connection.hpp +++ b/include/libtorrent/peer_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_connection_handle.hpp b/include/libtorrent/peer_connection_handle.hpp index a9cafce68..3037c6938 100644 --- a/include/libtorrent/peer_connection_handle.hpp +++ b/include/libtorrent/peer_connection_handle.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg, Steven Siloti +Copyright (c) 2015-2016, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_connection_interface.hpp b/include/libtorrent/peer_connection_interface.hpp index 9bee7867e..da8005300 100644 --- a/include/libtorrent/peer_connection_interface.hpp +++ b/include/libtorrent/peer_connection_interface.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_id.hpp b/include/libtorrent/peer_id.hpp index f8c17bd87..0614b9fca 100644 --- a/include/libtorrent/peer_id.hpp +++ b/include/libtorrent/peer_id.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_info.hpp b/include/libtorrent/peer_info.hpp index 88f1e133e..849b38fde 100644 --- a/include/libtorrent/peer_info.hpp +++ b/include/libtorrent/peer_info.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_list.hpp b/include/libtorrent/peer_list.hpp index e8426c2cb..ae7d9d010 100644 --- a/include/libtorrent/peer_list.hpp +++ b/include/libtorrent/peer_list.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/peer_request.hpp b/include/libtorrent/peer_request.hpp index 9c95e3779..64e49ca71 100644 --- a/include/libtorrent/peer_request.hpp +++ b/include/libtorrent/peer_request.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/performance_counters.hpp b/include/libtorrent/performance_counters.hpp index d9bd72696..09c8d0278 100644 --- a/include/libtorrent/performance_counters.hpp +++ b/include/libtorrent/performance_counters.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/piece_block_progress.hpp b/include/libtorrent/piece_block_progress.hpp index 60866383a..80a0112b3 100644 --- a/include/libtorrent/piece_block_progress.hpp +++ b/include/libtorrent/piece_block_progress.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/piece_picker.hpp b/include/libtorrent/piece_picker.hpp index 1c55ab72a..626d527fd 100644 --- a/include/libtorrent/piece_picker.hpp +++ b/include/libtorrent/piece_picker.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/proxy_base.hpp b/include/libtorrent/proxy_base.hpp index 37e3d0cf1..8bed55e6e 100644 --- a/include/libtorrent/proxy_base.hpp +++ b/include/libtorrent/proxy_base.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/random.hpp b/include/libtorrent/random.hpp index d33d1a1cc..884acc35a 100644 --- a/include/libtorrent/random.hpp +++ b/include/libtorrent/random.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/receive_buffer.hpp b/include/libtorrent/receive_buffer.hpp index ba808844b..b35a6cdd0 100644 --- a/include/libtorrent/receive_buffer.hpp +++ b/include/libtorrent/receive_buffer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg, Steven Siloti +Copyright (c) 2014-2016, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/request_blocks.hpp b/include/libtorrent/request_blocks.hpp index 6f9dfd018..a5070d8d2 100644 --- a/include/libtorrent/request_blocks.hpp +++ b/include/libtorrent/request_blocks.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/resolve_links.hpp b/include/libtorrent/resolve_links.hpp index 8484c8205..2449a396d 100644 --- a/include/libtorrent/resolve_links.hpp +++ b/include/libtorrent/resolve_links.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/resolver.hpp b/include/libtorrent/resolver.hpp index 65702d0d4..152f4309a 100644 --- a/include/libtorrent/resolver.hpp +++ b/include/libtorrent/resolver.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/resolver_interface.hpp b/include/libtorrent/resolver_interface.hpp index 66ade6c9c..b410465c6 100644 --- a/include/libtorrent/resolver_interface.hpp +++ b/include/libtorrent/resolver_interface.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/rss.hpp b/include/libtorrent/rss.hpp index e9f5efe39..78b7b33ab 100644 --- a/include/libtorrent/rss.hpp +++ b/include/libtorrent/rss.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/session.hpp b/include/libtorrent/session.hpp index 6897b9d49..f2f107780 100644 --- a/include/libtorrent/session.hpp +++ b/include/libtorrent/session.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/session_handle.hpp b/include/libtorrent/session_handle.hpp index 9ee073264..bd5f816a7 100644 --- a/include/libtorrent/session_handle.hpp +++ b/include/libtorrent/session_handle.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index 2acbb5dd9..a65b73826 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/session_stats.hpp b/include/libtorrent/session_stats.hpp index 6333c0187..e3921edf4 100644 --- a/include/libtorrent/session_stats.hpp +++ b/include/libtorrent/session_stats.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/session_status.hpp b/include/libtorrent/session_status.hpp index 0fcb2a4c7..f6aa24760 100644 --- a/include/libtorrent/session_status.hpp +++ b/include/libtorrent/session_status.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/settings_pack.hpp b/include/libtorrent/settings_pack.hpp index 0c3bde6ac..9531ecb9c 100644 --- a/include/libtorrent/settings_pack.hpp +++ b/include/libtorrent/settings_pack.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/sha1_hash.hpp b/include/libtorrent/sha1_hash.hpp index 3e694e206..b1d53b7a5 100644 --- a/include/libtorrent/sha1_hash.hpp +++ b/include/libtorrent/sha1_hash.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/sliding_average.hpp b/include/libtorrent/sliding_average.hpp index 9b5f54e93..e87efee0e 100644 --- a/include/libtorrent/sliding_average.hpp +++ b/include/libtorrent/sliding_average.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/socket.hpp b/include/libtorrent/socket.hpp index c026a5d53..1f06db42c 100644 --- a/include/libtorrent/socket.hpp +++ b/include/libtorrent/socket.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/socket_io.hpp b/include/libtorrent/socket_io.hpp index 0631952ee..9e6646866 100644 --- a/include/libtorrent/socket_io.hpp +++ b/include/libtorrent/socket_io.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/socket_type.hpp b/include/libtorrent/socket_type.hpp index a1ad28dc4..0b5815971 100644 --- a/include/libtorrent/socket_type.hpp +++ b/include/libtorrent/socket_type.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/socket_type_fwd.hpp b/include/libtorrent/socket_type_fwd.hpp index bbee7e9a0..a2d16ad79 100644 --- a/include/libtorrent/socket_type_fwd.hpp +++ b/include/libtorrent/socket_type_fwd.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/socks5_stream.hpp b/include/libtorrent/socks5_stream.hpp index dc94e6c9f..d3cd6b3ab 100644 --- a/include/libtorrent/socks5_stream.hpp +++ b/include/libtorrent/socks5_stream.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/ssl_stream.hpp b/include/libtorrent/ssl_stream.hpp index b58ef7e99..48fe11128 100644 --- a/include/libtorrent/ssl_stream.hpp +++ b/include/libtorrent/ssl_stream.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/stack_allocator.hpp b/include/libtorrent/stack_allocator.hpp index 23d8335f8..f12f4cb91 100644 --- a/include/libtorrent/stack_allocator.hpp +++ b/include/libtorrent/stack_allocator.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/stat.hpp b/include/libtorrent/stat.hpp index cc8199f21..a1e209456 100644 --- a/include/libtorrent/stat.hpp +++ b/include/libtorrent/stat.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/stat_cache.hpp b/include/libtorrent/stat_cache.hpp index e2480093b..e260e4dd5 100644 --- a/include/libtorrent/stat_cache.hpp +++ b/include/libtorrent/stat_cache.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2012-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index f4ae1e3f6..a84907a3c 100644 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/storage_defs.hpp b/include/libtorrent/storage_defs.hpp index bce009363..3d47280ad 100644 --- a/include/libtorrent/storage_defs.hpp +++ b/include/libtorrent/storage_defs.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/string_util.hpp b/include/libtorrent/string_util.hpp index bfe315b03..e8d90d427 100644 --- a/include/libtorrent/string_util.hpp +++ b/include/libtorrent/string_util.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/tailqueue.hpp b/include/libtorrent/tailqueue.hpp index 85f63b888..ca57d360a 100644 --- a/include/libtorrent/tailqueue.hpp +++ b/include/libtorrent/tailqueue.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/thread.hpp b/include/libtorrent/thread.hpp index 8731f32a0..4ef92bb8f 100644 --- a/include/libtorrent/thread.hpp +++ b/include/libtorrent/thread.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/thread_pool.hpp b/include/libtorrent/thread_pool.hpp index 78daaef41..a66a78207 100644 --- a/include/libtorrent/thread_pool.hpp +++ b/include/libtorrent/thread_pool.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/time.hpp b/include/libtorrent/time.hpp index 84abce1d6..a63cefd34 100644 --- a/include/libtorrent/time.hpp +++ b/include/libtorrent/time.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/timestamp_history.hpp b/include/libtorrent/timestamp_history.hpp index 4dfaf9269..d0961a067 100644 --- a/include/libtorrent/timestamp_history.hpp +++ b/include/libtorrent/timestamp_history.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent.hpp b/include/libtorrent/torrent.hpp index 64258f044..68c994bc9 100644 --- a/include/libtorrent/torrent.hpp +++ b/include/libtorrent/torrent.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent_handle.hpp b/include/libtorrent/torrent_handle.hpp index b9b908162..36a9d3f63 100644 --- a/include/libtorrent/torrent_handle.hpp +++ b/include/libtorrent/torrent_handle.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 6f0edb335..4e4fa5ab9 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent_peer.hpp b/include/libtorrent/torrent_peer.hpp index 2643a81ad..853f9a0e0 100644 --- a/include/libtorrent/torrent_peer.hpp +++ b/include/libtorrent/torrent_peer.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent_peer_allocator.hpp b/include/libtorrent/torrent_peer_allocator.hpp index af0ca9249..697e10ea4 100644 --- a/include/libtorrent/torrent_peer_allocator.hpp +++ b/include/libtorrent/torrent_peer_allocator.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/torrent_status.hpp b/include/libtorrent/torrent_status.hpp index 873d46399..a40938f0a 100644 --- a/include/libtorrent/torrent_status.hpp +++ b/include/libtorrent/torrent_status.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/tracker_manager.hpp b/include/libtorrent/tracker_manager.hpp index c863785a0..6df86b00c 100644 --- a/include/libtorrent/tracker_manager.hpp +++ b/include/libtorrent/tracker_manager.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/udp_socket.hpp b/include/libtorrent/udp_socket.hpp index 23f6c8a07..1b21cde01 100644 --- a/include/libtorrent/udp_socket.hpp +++ b/include/libtorrent/udp_socket.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/udp_tracker_connection.hpp b/include/libtorrent/udp_tracker_connection.hpp index 2a0042701..fe41b886e 100644 --- a/include/libtorrent/udp_tracker_connection.hpp +++ b/include/libtorrent/udp_tracker_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/uncork_interface.hpp b/include/libtorrent/uncork_interface.hpp index ce01e10a7..8772d07f6 100644 --- a/include/libtorrent/uncork_interface.hpp +++ b/include/libtorrent/uncork_interface.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/union_endpoint.hpp b/include/libtorrent/union_endpoint.hpp index 3a9f6c8a2..457c05839 100644 --- a/include/libtorrent/union_endpoint.hpp +++ b/include/libtorrent/union_endpoint.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/upnp.hpp b/include/libtorrent/upnp.hpp index 2237eca8d..42ce868ec 100644 --- a/include/libtorrent/upnp.hpp +++ b/include/libtorrent/upnp.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/utf8.hpp b/include/libtorrent/utf8.hpp index d5b5d6152..50856f334 100644 --- a/include/libtorrent/utf8.hpp +++ b/include/libtorrent/utf8.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/utp_socket_manager.hpp b/include/libtorrent/utp_socket_manager.hpp index 31f6c8f04..b622701f1 100644 --- a/include/libtorrent/utp_socket_manager.hpp +++ b/include/libtorrent/utp_socket_manager.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/utp_stream.hpp b/include/libtorrent/utp_stream.hpp index f98bd5254..2728f77f5 100644 --- a/include/libtorrent/utp_stream.hpp +++ b/include/libtorrent/utp_stream.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/vector_utils.hpp b/include/libtorrent/vector_utils.hpp index d4ce64dae..42892e766 100644 --- a/include/libtorrent/vector_utils.hpp +++ b/include/libtorrent/vector_utils.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index 9b79509fd..afc218cff 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/web_connection_base.hpp b/include/libtorrent/web_connection_base.hpp index 84d54ec33..c102294a3 100644 --- a/include/libtorrent/web_connection_base.hpp +++ b/include/libtorrent/web_connection_base.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/web_peer_connection.hpp b/include/libtorrent/web_peer_connection.hpp index cceff8b1e..4bbb1dfc2 100644 --- a/include/libtorrent/web_peer_connection.hpp +++ b/include/libtorrent/web_peer_connection.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/include/libtorrent/xml_parse.hpp b/include/libtorrent/xml_parse.hpp index e91c0b34d..c2024ad15 100644 --- a/include/libtorrent/xml_parse.hpp +++ b/include/libtorrent/xml_parse.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/alert.cpp b/src/alert.cpp index c8bbb0309..49cfe6250 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2003-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/alert_manager.cpp b/src/alert_manager.cpp index c084db238..ddb661986 100644 --- a/src/alert_manager.cpp +++ b/src/alert_manager.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2003-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/allocator.cpp b/src/allocator.cpp index 58a4f7390..a21ac74a9 100644 --- a/src/allocator.cpp +++ b/src/allocator.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/announce_entry.cpp b/src/announce_entry.cpp index 719aa3d77..d94e17f29 100644 --- a/src/announce_entry.cpp +++ b/src/announce_entry.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/assert.cpp b/src/assert.cpp index df8d4412d..5b208fc7e 100644 --- a/src/assert.cpp +++ b/src/assert.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bandwidth_limit.cpp b/src/bandwidth_limit.cpp index 84823bc0b..ea1cd33fb 100644 --- a/src/bandwidth_limit.cpp +++ b/src/bandwidth_limit.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bandwidth_manager.cpp b/src/bandwidth_manager.cpp index c3f095f04..25cad66c8 100644 --- a/src/bandwidth_manager.cpp +++ b/src/bandwidth_manager.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bandwidth_queue_entry.cpp b/src/bandwidth_queue_entry.cpp index 73d257dc7..718de558f 100644 --- a/src/bandwidth_queue_entry.cpp +++ b/src/bandwidth_queue_entry.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bdecode.cpp b/src/bdecode.cpp index e251b5ba8..5df475b00 100644 --- a/src/bdecode.cpp +++ b/src/bdecode.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 46290bf14..d68964a10 100644 --- a/src/block_cache.cpp +++ b/src/block_cache.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bloom_filter.cpp b/src/bloom_filter.cpp index 3b05aa625..29a0da1b0 100644 --- a/src/bloom_filter.cpp +++ b/src/bloom_filter.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/broadcast_socket.cpp b/src/broadcast_socket.cpp index 0cc108bd4..2cac0dfa7 100644 --- a/src/broadcast_socket.cpp +++ b/src/broadcast_socket.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/bt_peer_connection.cpp b/src/bt_peer_connection.cpp index 46914eaa8..a42631c50 100644 --- a/src/bt_peer_connection.cpp +++ b/src/bt_peer_connection.cpp @@ -1,7 +1,7 @@ /* -Copyright (c) 2003-2015, Arvid Norberg -Copyright (c) 2007-2015, Arvid Norberg, Un Shyam +Copyright (c) 2003-2016, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg, Un Shyam All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/chained_buffer.cpp b/src/chained_buffer.cpp index c20543ebf..789cdb243 100644 --- a/src/chained_buffer.cpp +++ b/src/chained_buffer.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/choker.cpp b/src/choker.cpp index 856c1fae4..d3cf88071 100644 --- a/src/choker.cpp +++ b/src/choker.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/close_reason.cpp b/src/close_reason.cpp index 83ee92759..bb4cbe595 100644 --- a/src/close_reason.cpp +++ b/src/close_reason.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/cpuid.cpp b/src/cpuid.cpp index ee97b9ecc..c3869ae01 100644 --- a/src/cpuid.cpp +++ b/src/cpuid.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crc32c.cpp b/src/crc32c.cpp index 62213cabf..6fdff9e43 100644 --- a/src/crc32c.cpp +++ b/src/crc32c.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/create_torrent.cpp b/src/create_torrent.cpp index 0fada5114..5ae63f89c 100644 --- a/src/create_torrent.cpp +++ b/src/create_torrent.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/disk_buffer_holder.cpp b/src/disk_buffer_holder.cpp index 94ea7a89d..83e784369 100644 --- a/src/disk_buffer_holder.cpp +++ b/src/disk_buffer_holder.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/disk_buffer_pool.cpp b/src/disk_buffer_pool.cpp index 25e927c8c..769783ebc 100644 --- a/src/disk_buffer_pool.cpp +++ b/src/disk_buffer_pool.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/disk_io_job.cpp b/src/disk_io_job.cpp index 9b6c1b4ed..0b11605a0 100644 --- a/src/disk_io_job.cpp +++ b/src/disk_io_job.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/disk_io_thread.cpp b/src/disk_io_thread.cpp index 76151c1cb..fce117f05 100644 --- a/src/disk_io_thread.cpp +++ b/src/disk_io_thread.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/disk_job_pool.cpp b/src/disk_job_pool.cpp index 66a186662..2b0d4b193 100644 --- a/src/disk_job_pool.cpp +++ b/src/disk_job_pool.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/entry.cpp b/src/entry.cpp index ea83bd9c2..97f08d5a9 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/enum_net.cpp b/src/enum_net.cpp index 34b68c65d..cd0cace76 100644 --- a/src/enum_net.cpp +++ b/src/enum_net.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/error_code.cpp b/src/error_code.cpp index c6a7e3603..c6b017596 100644 --- a/src/error_code.cpp +++ b/src/error_code.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/escape_string.cpp b/src/escape_string.cpp index cc08cb864..c910d446c 100644 --- a/src/escape_string.cpp +++ b/src/escape_string.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/file.cpp b/src/file.cpp index e127f418f..40aec5939 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/file_pool.cpp b/src/file_pool.cpp index c5443a51f..370842422 100644 --- a/src/file_pool.cpp +++ b/src/file_pool.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/file_progress.cpp b/src/file_progress.cpp index 5f82647bb..7aaa8f45a 100644 --- a/src/file_progress.cpp +++ b/src/file_progress.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/file_storage.cpp b/src/file_storage.cpp index 40186a07e..987b2bb61 100644 --- a/src/file_storage.cpp +++ b/src/file_storage.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/gzip.cpp b/src/gzip.cpp index c262e6b23..d458e08f7 100644 --- a/src/gzip.cpp +++ b/src/gzip.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/hasher.cpp b/src/hasher.cpp index f08b6a593..17b810dc3 100644 --- a/src/hasher.cpp +++ b/src/hasher.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/hex.cpp b/src/hex.cpp index 6597615c2..eecf3dbf8 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/http_connection.cpp b/src/http_connection.cpp index 6d2fc6035..bcf4f5521 100644 --- a/src/http_connection.cpp +++ b/src/http_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/http_parser.cpp b/src/http_parser.cpp index 2671a79d7..a9497f80f 100644 --- a/src/http_parser.cpp +++ b/src/http_parser.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/http_seed_connection.cpp b/src/http_seed_connection.cpp index 2479b3a75..ac84d7136 100644 --- a/src/http_seed_connection.cpp +++ b/src/http_seed_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/http_stream.cpp b/src/http_stream.cpp index c08af849f..5cfc983dd 100644 --- a/src/http_stream.cpp +++ b/src/http_stream.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/http_tracker_connection.cpp b/src/http_tracker_connection.cpp index 1d8486a5c..89fd0be7a 100644 --- a/src/http_tracker_connection.cpp +++ b/src/http_tracker_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/i2p_stream.cpp b/src/i2p_stream.cpp index efac7b964..09377c264 100644 --- a/src/i2p_stream.cpp +++ b/src/i2p_stream.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 19214268c..a04444be0 100644 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/instantiate_connection.cpp b/src/instantiate_connection.cpp index 97271540d..0512b6cf8 100644 --- a/src/instantiate_connection.cpp +++ b/src/instantiate_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/ip_filter.cpp b/src/ip_filter.cpp index 5672c6f42..fa3f78b28 100644 --- a/src/ip_filter.cpp +++ b/src/ip_filter.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2005-2015, Arvid Norberg +Copyright (c) 2005-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/ip_voter.cpp b/src/ip_voter.cpp index 7745d57f9..8d0697f51 100644 --- a/src/ip_voter.cpp +++ b/src/ip_voter.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/dht_storage.cpp b/src/kademlia/dht_storage.cpp index 37fbad3a1..ddf8e26fd 100644 --- a/src/kademlia/dht_storage.cpp +++ b/src/kademlia/dht_storage.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg, Alden Torres +Copyright (c) 2012-2016, Arvid Norberg, Alden Torres All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/dht_tracker.cpp b/src/kademlia/dht_tracker.cpp index 348327020..2f8d7e67c 100644 --- a/src/kademlia/dht_tracker.cpp +++ b/src/kademlia/dht_tracker.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/dos_blocker.cpp b/src/kademlia/dos_blocker.cpp index 8eeb1e953..7221e66cd 100644 --- a/src/kademlia/dos_blocker.cpp +++ b/src/kademlia/dos_blocker.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/find_data.cpp b/src/kademlia/find_data.cpp index e9d04f11d..17092ae42 100644 --- a/src/kademlia/find_data.cpp +++ b/src/kademlia/find_data.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/get_peers.cpp b/src/kademlia/get_peers.cpp index 041c5c4e7..05a72375d 100644 --- a/src/kademlia/get_peers.cpp +++ b/src/kademlia/get_peers.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/msg.cpp b/src/kademlia/msg.cpp index b4a6f9710..53d1c7b85 100644 --- a/src/kademlia/msg.cpp +++ b/src/kademlia/msg.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/node.cpp b/src/kademlia/node.cpp index 0489c05e1..efeb77016 100644 --- a/src/kademlia/node.cpp +++ b/src/kademlia/node.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/node_entry.cpp b/src/kademlia/node_entry.cpp index ecfdbcc74..00ac3b01c 100644 --- a/src/kademlia/node_entry.cpp +++ b/src/kademlia/node_entry.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/node_id.cpp b/src/kademlia/node_id.cpp index 52a26119a..e74d60c19 100644 --- a/src/kademlia/node_id.cpp +++ b/src/kademlia/node_id.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/put_data.cpp b/src/kademlia/put_data.cpp index 45bd38491..393e3406a 100644 --- a/src/kademlia/put_data.cpp +++ b/src/kademlia/put_data.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/refresh.cpp b/src/kademlia/refresh.cpp index 39a12c6af..998e6efd1 100644 --- a/src/kademlia/refresh.cpp +++ b/src/kademlia/refresh.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/routing_table.cpp b/src/kademlia/routing_table.cpp index 8c38d75b3..faeb0c9c8 100644 --- a/src/kademlia/routing_table.cpp +++ b/src/kademlia/routing_table.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/rpc_manager.cpp b/src/kademlia/rpc_manager.cpp index 4f46cad71..63aaa4a8d 100644 --- a/src/kademlia/rpc_manager.cpp +++ b/src/kademlia/rpc_manager.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/kademlia/traversal_algorithm.cpp b/src/kademlia/traversal_algorithm.cpp index e84973f2c..40f4a8cd7 100644 --- a/src/kademlia/traversal_algorithm.cpp +++ b/src/kademlia/traversal_algorithm.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg & Daniel Wallin +Copyright (c) 2006-2016, Arvid Norberg & Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/lazy_bdecode.cpp b/src/lazy_bdecode.cpp index 94569ca08..fc3461bec 100644 --- a/src/lazy_bdecode.cpp +++ b/src/lazy_bdecode.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/lsd.cpp b/src/lsd.cpp index 48fc29551..312c90af7 100644 --- a/src/lsd.cpp +++ b/src/lsd.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/lt_trackers.cpp b/src/lt_trackers.cpp index 06f8cf564..e6f78781e 100644 --- a/src/lt_trackers.cpp +++ b/src/lt_trackers.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/magnet_uri.cpp b/src/magnet_uri.cpp index 1d01ec546..e962f199c 100644 --- a/src/magnet_uri.cpp +++ b/src/magnet_uri.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/merkle.cpp b/src/merkle.cpp index 3671d77e3..71771a203 100644 --- a/src/merkle.cpp +++ b/src/merkle.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/metadata_transfer.cpp b/src/metadata_transfer.cpp index 9de18f527..153a90483 100644 --- a/src/metadata_transfer.cpp +++ b/src/metadata_transfer.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg +Copyright (c) 2006-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/natpmp.cpp b/src/natpmp.cpp index 2f5407f14..f9338c12f 100644 --- a/src/natpmp.cpp +++ b/src/natpmp.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/packet_buffer.cpp b/src/packet_buffer.cpp index a309f5ad1..bc073b396 100644 --- a/src/packet_buffer.cpp +++ b/src/packet_buffer.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/parse_url.cpp b/src/parse_url.cpp index fbee0c5b1..81ae6224d 100644 --- a/src/parse_url.cpp +++ b/src/parse_url.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2008-2015, Arvid Norberg +Copyright (c) 2008-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/part_file.cpp b/src/part_file.cpp index a8a93e94f..0ca5b3951 100644 --- a/src/part_file.cpp +++ b/src/part_file.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/pe_crypto.cpp b/src/pe_crypto.cpp index 0dbebc7c9..64f223f79 100644 --- a/src/pe_crypto.cpp +++ b/src/pe_crypto.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Un Shyam, Arvid Norberg, Steven Siloti +Copyright (c) 2007-2016, Un Shyam, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer_class.cpp b/src/peer_class.cpp index 07b957a1d..9a1dd9f7d 100644 --- a/src/peer_class.cpp +++ b/src/peer_class.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer_class_set.cpp b/src/peer_class_set.cpp index 56fac8ecf..65f7ca8f3 100644 --- a/src/peer_class_set.cpp +++ b/src/peer_class_set.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer_connection.cpp b/src/peer_connection.cpp index 2b81e7091..615f119e3 100644 --- a/src/peer_connection.cpp +++ b/src/peer_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer_connection_handle.cpp b/src/peer_connection_handle.cpp index b54cd1ab1..9137f5f92 100644 --- a/src/peer_connection_handle.cpp +++ b/src/peer_connection_handle.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg, Steven Siloti +Copyright (c) 2015-2016, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer_list.cpp b/src/peer_list.cpp index 7e90e565d..afd96796d 100644 --- a/src/peer_list.cpp +++ b/src/peer_list.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/performance_counters.cpp b/src/performance_counters.cpp index 83f2cf254..cc737d720 100644 --- a/src/performance_counters.cpp +++ b/src/performance_counters.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/piece_picker.cpp b/src/piece_picker.cpp index 57980c93f..4cfd34796 100644 --- a/src/piece_picker.cpp +++ b/src/piece_picker.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/platform_util.cpp b/src/platform_util.cpp index fd9e31a76..5e22cec9e 100644 --- a/src/platform_util.cpp +++ b/src/platform_util.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/proxy_base.cpp b/src/proxy_base.cpp index b596dad07..36c1580d0 100644 --- a/src/proxy_base.cpp +++ b/src/proxy_base.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/proxy_settings.cpp b/src/proxy_settings.cpp index 85e1bda6d..807896d3c 100644 --- a/src/proxy_settings.cpp +++ b/src/proxy_settings.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/random.cpp b/src/random.cpp index f2e91bbbc..484d71f2e 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2011-2015, Arvid Norberg +Copyright (c) 2011-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/receive_buffer.cpp b/src/receive_buffer.cpp index 65cc1c641..e37aa051c 100644 --- a/src/receive_buffer.cpp +++ b/src/receive_buffer.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg, Steven Siloti +Copyright (c) 2014-2016, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/request_blocks.cpp b/src/request_blocks.cpp index eb7002404..fbd8f183d 100644 --- a/src/request_blocks.cpp +++ b/src/request_blocks.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/resolve_links.cpp b/src/resolve_links.cpp index fc186193b..9512f6e52 100644 --- a/src/resolve_links.cpp +++ b/src/resolve_links.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg +Copyright (c) 2014-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/resolver.cpp b/src/resolver.cpp index ebea31952..a493386eb 100644 --- a/src/resolver.cpp +++ b/src/resolver.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2013-2015, Arvid Norberg +Copyright (c) 2013-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/rss.cpp b/src/rss.cpp index abaf12a7c..9f909383b 100644 --- a/src/rss.cpp +++ b/src/rss.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session.cpp b/src/session.cpp index a28fab367..adacc0eb5 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg, Magnus Jonsson +Copyright (c) 2006-2016, Arvid Norberg, Magnus Jonsson All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session_call.cpp b/src/session_call.cpp index 8d81a641c..e6bf859a5 100644 --- a/src/session_call.cpp +++ b/src/session_call.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014-2015, Arvid Norberg, Steven Siloti +Copyright (c) 2014-2016, Arvid Norberg, Steven Siloti All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session_handle.cpp b/src/session_handle.cpp index ea76f96bb..6e160f4df 100644 --- a/src/session_handle.cpp +++ b/src/session_handle.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 7753a45be..fc128f79c 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, Arvid Norberg, Magnus Jonsson +Copyright (c) 2006-2016, Arvid Norberg, Magnus Jonsson All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session_settings.cpp b/src/session_settings.cpp index 75f751143..cd506422d 100644 --- a/src/session_settings.cpp +++ b/src/session_settings.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/session_stats.cpp b/src/session_stats.cpp index 044530b87..8bcf801a2 100644 --- a/src/session_stats.cpp +++ b/src/session_stats.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/settings_pack.cpp b/src/settings_pack.cpp index a86e71264..9d34fa9f6 100644 --- a/src/settings_pack.cpp +++ b/src/settings_pack.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/smart_ban.cpp b/src/smart_ban.cpp index ae3abc54d..65b15d392 100644 --- a/src/smart_ban.cpp +++ b/src/smart_ban.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/socket_io.cpp b/src/socket_io.cpp index 3a0c2de66..ba387b38e 100644 --- a/src/socket_io.cpp +++ b/src/socket_io.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/socket_type.cpp b/src/socket_type.cpp index 89b5324ce..580ae20ec 100644 --- a/src/socket_type.cpp +++ b/src/socket_type.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/socks5_stream.cpp b/src/socks5_stream.cpp index 2d53736fe..61646c61b 100644 --- a/src/socks5_stream.cpp +++ b/src/socks5_stream.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/stat.cpp b/src/stat.cpp index 451ffcaa9..e96b3b64c 100644 --- a/src/stat.cpp +++ b/src/stat.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/stat_cache.cpp b/src/stat_cache.cpp index 7e5508e60..289cbf97e 100644 --- a/src/stat_cache.cpp +++ b/src/stat_cache.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2012-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/storage.cpp b/src/storage.cpp index e315c454c..026b1b77d 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg, Daniel Wallin +Copyright (c) 2003-2016, Arvid Norberg, Daniel Wallin All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/string_util.cpp b/src/string_util.cpp index d3249656a..2bea4ff41 100644 --- a/src/string_util.cpp +++ b/src/string_util.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/tailqueue.cpp b/src/tailqueue.cpp index 3f3731cf3..5fceae539 100644 --- a/src/tailqueue.cpp +++ b/src/tailqueue.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/thread.cpp b/src/thread.cpp index 42736c69d..3dc2726b7 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2010-2015, Arvid Norberg +Copyright (c) 2010-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/time.cpp b/src/time.cpp index 79996a1cf..8975cb0ea 100644 --- a/src/time.cpp +++ b/src/time.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/timestamp_history.cpp b/src/timestamp_history.cpp index 2f46211da..670049b85 100644 --- a/src/timestamp_history.cpp +++ b/src/timestamp_history.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/torrent.cpp b/src/torrent.cpp index ec4438119..5239b841b 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/torrent_handle.cpp b/src/torrent_handle.cpp index 14bb9994f..623e1792d 100644 --- a/src/torrent_handle.cpp +++ b/src/torrent_handle.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/torrent_info.cpp b/src/torrent_info.cpp index f58db0e09..5babb828b 100644 --- a/src/torrent_info.cpp +++ b/src/torrent_info.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/torrent_peer.cpp b/src/torrent_peer.cpp index d60df55dc..a90933e88 100644 --- a/src/torrent_peer.cpp +++ b/src/torrent_peer.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/torrent_peer_allocator.cpp b/src/torrent_peer_allocator.cpp index 91ea692ee..98a567ead 100644 --- a/src/torrent_peer_allocator.cpp +++ b/src/torrent_peer_allocator.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/tracker_manager.cpp b/src/tracker_manager.cpp index 44fcf9fab..592eed842 100644 --- a/src/tracker_manager.cpp +++ b/src/tracker_manager.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/udp_socket.cpp b/src/udp_socket.cpp index 5703fbc5b..c3726b5ca 100644 --- a/src/udp_socket.cpp +++ b/src/udp_socket.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/udp_tracker_connection.cpp b/src/udp_tracker_connection.cpp index eb23a2ab3..7da664ac8 100644 --- a/src/udp_tracker_connection.cpp +++ b/src/udp_tracker_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/upnp.cpp b/src/upnp.cpp index a1db478a8..c769476f6 100644 --- a/src/upnp.cpp +++ b/src/upnp.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/ut_metadata.cpp b/src/ut_metadata.cpp index f485b6e58..25a534372 100644 --- a/src/ut_metadata.cpp +++ b/src/ut_metadata.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/ut_pex.cpp b/src/ut_pex.cpp index 5bcd0506a..fb5e95bf5 100644 --- a/src/ut_pex.cpp +++ b/src/ut_pex.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006-2015, MassaRoddel, Arvid Norberg +Copyright (c) 2006-2016, MassaRoddel, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/utf8.cpp b/src/utf8.cpp index c51e0d941..13d717a2b 100644 --- a/src/utf8.cpp +++ b/src/utf8.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2012-2015, Arvid Norberg +Copyright (c) 2012-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/utp_socket_manager.cpp b/src/utp_socket_manager.cpp index d5705c01e..2392ad365 100644 --- a/src/utp_socket_manager.cpp +++ b/src/utp_socket_manager.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/utp_stream.cpp b/src/utp_stream.cpp index b99c18296..f1311df1e 100644 --- a/src/utp_stream.cpp +++ b/src/utp_stream.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2009-2015, Arvid Norberg +Copyright (c) 2009-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/version.cpp b/src/version.cpp index e1c1ca309..dc4722b39 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Arvid Norberg +Copyright (c) 2015-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/web_connection_base.cpp b/src/web_connection_base.cpp index 679d5fcd1..b531cc411 100644 --- a/src/web_connection_base.cpp +++ b/src/web_connection_base.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/web_peer_connection.cpp b/src/web_peer_connection.cpp index 022da0b29..8726ee3ca 100644 --- a/src/web_peer_connection.cpp +++ b/src/web_peer_connection.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2015, Arvid Norberg +Copyright (c) 2003-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/xml_parse.cpp b/src/xml_parse.cpp index 5bfbf9a5c..d917bf8cc 100644 --- a/src/xml_parse.cpp +++ b/src/xml_parse.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2007-2015, Arvid Norberg +Copyright (c) 2007-2016, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without