From 62e057dc8b448390a7f1481d45847fdbb1c83ab1 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 26 Sep 2021 07:00:10 +0200 Subject: [PATCH 01/12] Convert license headers to SPDX --- LICENSES/BSD-3-Clause.txt | 26 ++ LICENSES/GPL-2.0-or-later.txt | 311 ++++++++++++++++++++++ cmake/FindLibGMP.cmake | 27 +- cmake/FindLibGcrypt.cmake | 29 +- examples/ktcli/ktcli.cpp | 35 ++- examples/ktcli/ktcli.h | 35 ++- examples/ktcli/main.cpp | 35 ++- src/bcodec/bdecoder.cpp | 35 ++- src/bcodec/bdecoder.h | 35 ++- src/bcodec/bencoder.cpp | 35 ++- src/bcodec/bencoder.h | 35 ++- src/bcodec/bnode.cpp | 35 ++- src/bcodec/bnode.h | 35 ++- src/bcodec/value.cpp | 35 ++- src/bcodec/value.h | 35 ++- src/datachecker/datachecker.cpp | 35 ++- src/datachecker/datachecker.h | 35 ++- src/datachecker/datacheckerjob.cpp | 35 ++- src/datachecker/datacheckerjob.h | 35 ++- src/datachecker/datacheckerthread.cpp | 35 ++- src/datachecker/datacheckerthread.h | 35 ++- src/datachecker/multidatachecker.cpp | 37 ++- src/datachecker/multidatachecker.h | 35 ++- src/datachecker/singledatachecker.cpp | 35 ++- src/datachecker/singledatachecker.h | 35 ++- src/dht/announcereq.cpp | 35 ++- src/dht/announcereq.h | 35 ++- src/dht/announcersp.cpp | 35 ++- src/dht/announcersp.h | 35 ++- src/dht/announcetask.cpp | 35 ++- src/dht/announcetask.h | 35 ++- src/dht/database.cpp | 35 ++- src/dht/database.h | 35 ++- src/dht/dht.cpp | 35 ++- src/dht/dht.h | 35 ++- src/dht/dhtbase.cpp | 35 ++- src/dht/dhtbase.h | 35 ++- src/dht/dhtpeersource.cpp | 35 ++- src/dht/dhtpeersource.h | 35 ++- src/dht/errmsg.cpp | 35 ++- src/dht/errmsg.h | 35 ++- src/dht/findnodereq.cpp | 35 ++- src/dht/findnodereq.h | 35 ++- src/dht/findnodersp.cpp | 35 ++- src/dht/findnodersp.h | 35 ++- src/dht/getpeersreq.cpp | 35 ++- src/dht/getpeersreq.h | 35 ++- src/dht/getpeersrsp.cpp | 35 ++- src/dht/getpeersrsp.h | 35 ++- src/dht/kbucket.cpp | 35 ++- src/dht/kbucket.h | 35 ++- src/dht/kbucketentry.cpp | 35 ++- src/dht/kbucketentry.h | 35 ++- src/dht/kbuckettable.cpp | 35 ++- src/dht/kbuckettable.h | 35 ++- src/dht/kclosestnodessearch.cpp | 35 ++- src/dht/kclosestnodessearch.h | 35 ++- src/dht/key.cpp | 35 ++- src/dht/key.h | 35 ++- src/dht/node.cpp | 35 ++- src/dht/node.h | 35 ++- src/dht/nodelookup.cpp | 35 ++- src/dht/nodelookup.h | 35 ++- src/dht/pack.cpp | 35 ++- src/dht/pack.h | 35 ++- src/dht/packednodecontainer.cpp | 35 ++- src/dht/packednodecontainer.h | 35 ++- src/dht/pingreq.cpp | 35 ++- src/dht/pingreq.h | 35 ++- src/dht/pingrsp.cpp | 35 ++- src/dht/pingrsp.h | 35 ++- src/dht/rpccall.cpp | 35 ++- src/dht/rpccall.h | 35 ++- src/dht/rpcmsg.cpp | 35 ++- src/dht/rpcmsg.h | 35 ++- src/dht/rpcmsgfactory.cpp | 35 ++- src/dht/rpcmsgfactory.h | 35 ++- src/dht/rpcserver.cpp | 35 ++- src/dht/rpcserver.h | 35 ++- src/dht/rpcserverinterface.cpp | 35 ++- src/dht/rpcserverinterface.h | 35 ++- src/dht/task.cpp | 35 ++- src/dht/task.h | 35 ++- src/dht/taskmanager.cpp | 35 ++- src/dht/taskmanager.h | 35 ++- src/dht/tests/keytest.cpp | 35 ++- src/dht/tests/rpcmsgtest.cpp | 35 ++- src/diskio/cache.cpp | 35 ++- src/diskio/cache.h | 35 ++- src/diskio/cachefile.cpp | 35 ++- src/diskio/cachefile.h | 35 ++- src/diskio/chunk.cpp | 35 ++- src/diskio/chunk.h | 35 ++- src/diskio/chunkmanager.cpp | 37 ++- src/diskio/chunkmanager.h | 35 ++- src/diskio/deletedatafilesjob.cpp | 37 ++- src/diskio/deletedatafilesjob.h | 37 ++- src/diskio/dndfile.cpp | 35 ++- src/diskio/dndfile.h | 35 ++- src/diskio/movedatafilesjob.cpp | 35 ++- src/diskio/movedatafilesjob.h | 35 ++- src/diskio/multifilecache.cpp | 35 ++- src/diskio/multifilecache.h | 35 ++- src/diskio/piecedata.cpp | 37 ++- src/diskio/piecedata.h | 37 ++- src/diskio/preallocationjob.cpp | 35 ++- src/diskio/preallocationjob.h | 35 ++- src/diskio/preallocationthread.cpp | 35 ++- src/diskio/preallocationthread.h | 35 ++- src/diskio/singlefilecache.cpp | 35 ++- src/diskio/singlefilecache.h | 35 ++- src/diskio/tests/chunkmanagertest.cpp | 35 ++- src/diskio/tests/preallocationtest.cpp | 35 ++- src/download/chunkdownload.cpp | 35 ++- src/download/chunkdownload.h | 35 ++- src/download/chunkselector.cpp | 35 ++- src/download/chunkselector.h | 35 ++- src/download/downloader.cpp | 35 ++- src/download/downloader.h | 35 ++- src/download/httpconnection.cpp | 37 ++- src/download/httpconnection.h | 37 ++- src/download/httpresponseheader.cpp | 35 ++- src/download/httpresponseheader.h | 35 ++- src/download/packet.cpp | 35 ++- src/download/packet.h | 35 ++- src/download/piece.cpp | 35 ++- src/download/piece.h | 35 ++- src/download/request.cpp | 35 ++- src/download/request.h | 35 ++- src/download/streamingchunkselector.cpp | 35 ++- src/download/streamingchunkselector.h | 35 ++- src/download/webseed.cpp | 37 ++- src/download/webseed.h | 37 ++- src/interfaces/blocklistinterface.cpp | 37 ++- src/interfaces/blocklistinterface.h | 37 ++- src/interfaces/cachefactory.cpp | 37 ++- src/interfaces/cachefactory.h | 37 ++- src/interfaces/chunkdownloadinterface.cpp | 35 ++- src/interfaces/chunkdownloadinterface.h | 35 ++- src/interfaces/chunkselectorinterface.cpp | 37 ++- src/interfaces/chunkselectorinterface.h | 37 ++- src/interfaces/exitoperation.cpp | 35 ++- src/interfaces/exitoperation.h | 35 ++- src/interfaces/logmonitorinterface.cpp | 35 ++- src/interfaces/logmonitorinterface.h | 35 ++- src/interfaces/monitorinterface.cpp | 35 ++- src/interfaces/monitorinterface.h | 35 ++- src/interfaces/peerinterface.cpp | 35 ++- src/interfaces/peerinterface.h | 35 ++- src/interfaces/peersource.cpp | 35 ++- src/interfaces/peersource.h | 35 ++- src/interfaces/piecedownloader.cpp | 37 ++- src/interfaces/piecedownloader.h | 37 ++- src/interfaces/queuemanagerinterface.cpp | 37 ++- src/interfaces/queuemanagerinterface.h | 37 ++- src/interfaces/serverinterface.cpp | 35 ++- src/interfaces/serverinterface.h | 35 ++- src/interfaces/torrentfileinterface.cpp | 35 ++- src/interfaces/torrentfileinterface.h | 35 ++- src/interfaces/torrentinterface.cpp | 35 ++- src/interfaces/torrentinterface.h | 35 ++- src/interfaces/trackerinterface.cpp | 35 ++- src/interfaces/trackerinterface.h | 35 ++- src/interfaces/trackerslist.cpp | 35 ++- src/interfaces/trackerslist.h | 35 ++- src/interfaces/webseedinterface.cpp | 37 ++- src/interfaces/webseedinterface.h | 37 ++- src/magnet/magnetdownloader.cpp | 35 ++- src/magnet/magnetdownloader.h | 35 ++- src/magnet/magnetlink.cpp | 35 ++- src/magnet/magnetlink.h | 35 ++- src/magnet/metadatadownload.cpp | 35 ++- src/magnet/metadatadownload.h | 35 ++- src/mse/bigint.cpp | 35 ++- src/mse/bigint.h | 35 ++- src/mse/encryptedauthenticate.cpp | 35 ++- src/mse/encryptedauthenticate.h | 35 ++- src/mse/encryptedpacketsocket.cpp | 35 ++- src/mse/encryptedpacketsocket.h | 35 ++- src/mse/encryptedserverauthenticate.cpp | 35 ++- src/mse/encryptedserverauthenticate.h | 35 ++- src/mse/functions.cpp | 35 ++- src/mse/functions.h | 35 ++- src/mse/rc4encryptor.cpp | 35 ++- src/mse/rc4encryptor.h | 35 ++- src/mse/tests/rc4encryptortest.cpp | 35 ++- src/net/address.cpp | 35 ++- src/net/address.h | 35 ++- src/net/addressresolver.cpp | 35 ++- src/net/addressresolver.h | 35 ++- src/net/downloadthread.cpp | 35 ++- src/net/downloadthread.h | 35 ++- src/net/networkthread.cpp | 35 ++- src/net/networkthread.h | 35 ++- src/net/packetsocket.cpp | 35 ++- src/net/packetsocket.h | 35 ++- src/net/poll.cpp | 35 ++- src/net/poll.h | 35 ++- src/net/portlist.cpp | 35 ++- src/net/portlist.h | 35 ++- src/net/reverseresolver.cpp | 35 ++- src/net/reverseresolver.h | 35 ++- src/net/serversocket.cpp | 35 ++- src/net/serversocket.h | 35 ++- src/net/socket.cpp | 35 ++- src/net/socket.h | 35 ++- src/net/socketdevice.cpp | 35 ++- src/net/socketdevice.h | 35 ++- src/net/socketgroup.cpp | 35 ++- src/net/socketgroup.h | 35 ++- src/net/socketmonitor.cpp | 35 ++- src/net/socketmonitor.h | 35 ++- src/net/socks.cpp | 37 ++- src/net/socks.h | 37 ++- src/net/speed.cpp | 35 ++- src/net/speed.h | 35 ++- src/net/streamsocket.cpp | 35 ++- src/net/streamsocket.h | 35 ++- src/net/tests/polltest.cpp | 35 ++- src/net/tests/wakeuppipetest.cpp | 35 ++- src/net/trafficshapedsocket.cpp | 35 ++- src/net/trafficshapedsocket.h | 35 ++- src/net/uploadthread.cpp | 35 ++- src/net/uploadthread.h | 35 ++- src/net/wakeuppipe.cpp | 35 ++- src/net/wakeuppipe.h | 35 ++- src/peer/accessmanager.cpp | 37 ++- src/peer/accessmanager.h | 37 ++- src/peer/authenticate.cpp | 35 ++- src/peer/authenticate.h | 35 ++- src/peer/authenticatebase.cpp | 35 ++- src/peer/authenticatebase.h | 35 ++- src/peer/authenticationmonitor.cpp | 35 ++- src/peer/authenticationmonitor.h | 35 ++- src/peer/badpeerslist.cpp | 37 ++- src/peer/badpeerslist.h | 37 ++- src/peer/chunkcounter.cpp | 35 ++- src/peer/chunkcounter.h | 35 ++- src/peer/connectionlimit.cpp | 35 ++- src/peer/connectionlimit.h | 35 ++- src/peer/packetreader.cpp | 35 ++- src/peer/packetreader.h | 35 ++- src/peer/peer.cpp | 35 ++- src/peer/peer.h | 35 ++- src/peer/peerconnector.cpp | 35 ++- src/peer/peerconnector.h | 35 ++- src/peer/peerdownloader.cpp | 35 ++- src/peer/peerdownloader.h | 35 ++- src/peer/peerid.cpp | 35 ++- src/peer/peerid.h | 35 ++- src/peer/peermanager.cpp | 35 ++- src/peer/peermanager.h | 35 ++- src/peer/peerprotocolextension.cpp | 35 ++- src/peer/peerprotocolextension.h | 35 ++- src/peer/peeruploader.cpp | 35 ++- src/peer/peeruploader.h | 35 ++- src/peer/serverauthenticate.cpp | 35 ++- src/peer/serverauthenticate.h | 35 ++- src/peer/superseeder.cpp | 35 ++- src/peer/superseeder.h | 35 ++- src/peer/tests/accessmanagertest.cpp | 35 ++- src/peer/tests/connectionlimittest.cpp | 35 ++- src/peer/tests/packetreadertest.cpp | 35 ++- src/peer/tests/superseedtest.cpp | 35 ++- src/peer/utmetadata.cpp | 35 ++- src/peer/utmetadata.h | 35 ++- src/peer/utpex.cpp | 35 ++- src/peer/utpex.h | 35 ++- src/torrent/advancedchokealgorithm.cpp | 35 ++- src/torrent/advancedchokealgorithm.h | 35 ++- src/torrent/choker.cpp | 35 ++- src/torrent/choker.h | 35 ++- src/torrent/globals.cpp | 35 ++- src/torrent/globals.h | 35 ++- src/torrent/job.cpp | 35 ++- src/torrent/job.h | 35 ++- src/torrent/jobqueue.cpp | 35 ++- src/torrent/jobqueue.h | 35 ++- src/torrent/peersourcemanager.cpp | 35 ++- src/torrent/peersourcemanager.h | 35 ++- src/torrent/server.cpp | 35 ++- src/torrent/server.h | 35 ++- src/torrent/statsfile.cpp | 35 ++- src/torrent/statsfile.h | 35 ++- src/torrent/tests/statsfiletest.cpp | 35 ++- src/torrent/timeestimator.cpp | 35 ++- src/torrent/timeestimator.h | 35 ++- src/torrent/torrent.cpp | 37 ++- src/torrent/torrent.h | 37 ++- src/torrent/torrentcontrol.cpp | 37 ++- src/torrent/torrentcontrol.h | 37 ++- src/torrent/torrentcreator.cpp | 35 ++- src/torrent/torrentcreator.h | 35 ++- src/torrent/torrentfile.cpp | 37 ++- src/torrent/torrentfile.h | 37 ++- src/torrent/torrentfilestream.cpp | 35 ++- src/torrent/torrentfilestream.h | 35 ++- src/torrent/torrentstats.cpp | 35 ++- src/torrent/torrentstats.h | 35 ++- src/torrent/uploader.cpp | 35 ++- src/torrent/uploader.h | 35 ++- src/tracker/httptracker.cpp | 35 ++- src/tracker/httptracker.h | 35 ++- src/tracker/kioannouncejob.cpp | 35 ++- src/tracker/kioannouncejob.h | 35 ++- src/tracker/tracker.cpp | 35 ++- src/tracker/tracker.h | 35 ++- src/tracker/trackermanager.cpp | 35 ++- src/tracker/trackermanager.h | 35 ++- src/tracker/udptracker.cpp | 35 ++- src/tracker/udptracker.h | 35 ++- src/tracker/udptrackersocket.cpp | 35 ++- src/tracker/udptrackersocket.h | 35 ++- src/upnp/httprequest.cpp | 35 ++- src/upnp/httprequest.h | 35 ++- src/upnp/soap.cpp | 35 ++- src/upnp/soap.h | 35 ++- src/upnp/upnpdescriptionparser.cpp | 35 ++- src/upnp/upnpdescriptionparser.h | 35 ++- src/upnp/upnpmcastsocket.cpp | 35 ++- src/upnp/upnpmcastsocket.h | 35 ++- src/upnp/upnprouter.cpp | 35 ++- src/upnp/upnprouter.h | 35 ++- src/util/array.cpp | 35 ++- src/util/array.h | 35 ++- src/util/autorotatelogjob.cpp | 35 ++- src/util/autorotatelogjob.h | 35 ++- src/util/bitset.cpp | 35 ++- src/util/bitset.h | 35 ++- src/util/bufferpool.cpp | 35 ++- src/util/bufferpool.h | 35 ++- src/util/circularbuffer.cpp | 35 ++- src/util/circularbuffer.h | 35 ++- src/util/compressfilejob.cpp | 37 ++- src/util/compressfilejob.h | 37 ++- src/util/constants.h | 35 ++- src/util/decompressfilejob.cpp | 35 ++- src/util/decompressfilejob.h | 35 ++- src/util/error.cpp | 35 ++- src/util/error.h | 35 ++- src/util/extractfilejob.cpp | 35 ++- src/util/extractfilejob.h | 35 ++- src/util/file.cpp | 35 ++- src/util/file.h | 35 ++- src/util/fileops.cpp | 35 ++- src/util/fileops.h | 35 ++- src/util/functions.cpp | 35 ++- src/util/functions.h | 35 ++- src/util/log.cpp | 35 ++- src/util/log.h | 35 ++- src/util/logsystemmanager.cpp | 37 ++- src/util/logsystemmanager.h | 37 ++- src/util/pipe.cpp | 35 ++- src/util/pipe.h | 35 ++- src/util/ptrmap.cpp | 35 ++- src/util/ptrmap.h | 35 ++- src/util/resourcemanager.cpp | 35 ++- src/util/resourcemanager.h | 35 ++- src/util/sha1hash.cpp | 35 ++- src/util/sha1hash.h | 35 ++- src/util/sha1hashgen.cpp | 35 ++- src/util/sha1hashgen.h | 35 ++- src/util/signalcatcher.cpp | 35 ++- src/util/signalcatcher.h | 35 ++- src/util/tests/bufferpooltest.cpp | 35 ++- src/util/tests/circularbuffertest.cpp | 35 ++- src/util/tests/fileopstest.cpp | 35 ++- src/util/tests/resourcemanagertest.cpp | 35 ++- src/util/tests/signalcatchertest.cpp | 35 ++- src/util/timer.cpp | 35 ++- src/util/timer.h | 35 ++- src/util/urlencoder.cpp | 35 ++- src/util/urlencoder.h | 35 ++- src/util/waitjob.cpp | 35 ++- src/util/waitjob.h | 35 ++- src/util/win32.cpp | 4 +- src/util/win32.h | 4 +- src/utp/connection.cpp | 35 ++- src/utp/connection.h | 35 ++- src/utp/delaywindow.cpp | 35 ++- src/utp/delaywindow.h | 35 ++- src/utp/localwindow.cpp | 35 ++- src/utp/localwindow.h | 35 ++- src/utp/outputqueue.cpp | 35 ++- src/utp/outputqueue.h | 35 ++- src/utp/packetbuffer.cpp | 35 ++- src/utp/packetbuffer.h | 35 ++- src/utp/pollpipe.cpp | 35 ++- src/utp/pollpipe.h | 35 ++- src/utp/remotewindow.cpp | 35 ++- src/utp/remotewindow.h | 35 ++- src/utp/tests/congestiontest.cpp | 35 ++- src/utp/tests/connectiontest.cpp | 35 ++- src/utp/tests/connecttest.cpp | 35 ++- src/utp/tests/delaywindowtest.cpp | 35 ++- src/utp/tests/fintest.cpp | 35 ++- src/utp/tests/localwindowtest.cpp | 35 ++- src/utp/tests/packetbuffertest.cpp | 35 ++- src/utp/tests/packetlosstest.cpp | 35 ++- src/utp/tests/remotewindowtest.cpp | 35 ++- src/utp/tests/sendtest.cpp | 35 ++- src/utp/tests/sockettest.cpp | 35 ++- src/utp/tests/timevaluetest.cpp | 35 ++- src/utp/tests/transmittest.cpp | 35 ++- src/utp/tests/utppolltest.cpp | 35 ++- src/utp/timevalue.cpp | 35 ++- src/utp/timevalue.h | 35 ++- src/utp/utpprotocol.cpp | 35 ++- src/utp/utpprotocol.h | 35 ++- src/utp/utpserver.cpp | 35 ++- src/utp/utpserver.h | 35 ++- src/utp/utpserver_p.h | 35 ++- src/utp/utpserverthread.cpp | 35 ++- src/utp/utpserverthread.h | 35 ++- src/utp/utpsocket.cpp | 35 ++- src/utp/utpsocket.h | 35 ++- src/version.cpp | 37 ++- src/version.h | 37 ++- testlib/dummytorrentcreator.cpp | 35 ++- testlib/dummytorrentcreator.h | 35 ++- testlib/utils.cpp | 35 ++- testlib/utils.h | 35 ++- 422 files changed, 7044 insertions(+), 7997 deletions(-) create mode 100644 LICENSES/BSD-3-Clause.txt create mode 100644 LICENSES/GPL-2.0-or-later.txt diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 0000000..0741db7 --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,26 @@ +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/GPL-2.0-or-later.txt b/LICENSES/GPL-2.0-or-later.txt new file mode 100644 index 0000000..3b6070f --- /dev/null +++ b/LICENSES/GPL-2.0-or-later.txt @@ -0,0 +1,311 @@ +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software +is covered by the GNU Lesser General Public License instead.) You can apply +it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its recipients +to know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms +of this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or translated +into another language. (Hereinafter, translation is included without limitation +in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running the Program +is not restricted, and the output from the Program is covered only if its +contents constitute a work based on the Program (independent of having been +made by running the Program). Whether that is true depends on what the Program +does. + +1. You may copy and distribute verbatim copies of the Program's source code +as you receive it, in any medium, provided that you conspicuously and appropriately +publish on each copy an appropriate copyright notice and disclaimer of warranty; +keep intact all the notices that refer to this License and to the absence +of any warranty; and give any other recipients of the Program a copy of this +License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + +a) You must cause the modified files to carry prominent notices stating that +you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or +in part contains or is derived from the Program or any part thereof, to be +licensed as a whole at no charge to all third parties under the terms of this +License. + +c) If the modified program normally reads commands interactively when run, +you must cause it, when started running for such interactive use in the most +ordinary way, to print or display an announcement including an appropriate +copyright notice and a notice that there is no warranty (or else, saying that +you provide a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this License. +(Exception: if the Program itself is interactive but does not normally print +such an announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Program. + +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under Section +2) in object code or executable form under the terms of Sections 1 and 2 above +provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, +which must be distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give +any third party, for a charge no more than your cost of physically performing +source distribution, a complete machine-readable copy of the corresponding +source code, to be distributed under the terms of Sections 1 and 2 above on +a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute +corresponding source code. (This alternative is allowed only for noncommercial +distribution and only if you received the program in object code or executable +form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to +copy from a designated place, then offering equivalent access to copy the +source code from the same place counts as distribution of the source code, +even though third parties are not compelled to copy the source along with +the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses terminated +so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Program +(or any work based on the Program), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor +to copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of +the rights granted herein. You are not responsible for enforcing compliance +by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Program at all. For example, if a +patent license would not permit royalty-free redistribution of the Program +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system, which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose +any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing and reuse +of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + +one line to give the program's name and an idea of what it does. Copyright +(C) yyyy name of author + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 Franklin +Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how +to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when +it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes +with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, +and you are welcome to redistribute it under certain conditions; type `show +c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c'; they could even be mouse-clicks +or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' +(which makes passes at compilers) written by James Hacker. + +signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice diff --git a/cmake/FindLibGMP.cmake b/cmake/FindLibGMP.cmake index 1da1292..850c997 100644 --- a/cmake/FindLibGMP.cmake +++ b/cmake/FindLibGMP.cmake @@ -29,31 +29,10 @@ # Since 1.9.50. #============================================================================= -# Copyright 2006 Laurent Montel, -# Copyright 2016 Christophe Giboudeaux +# SPDX-FileCopyrightText: 2006 Laurent Montel +# SPDX-FileCopyrightText: 2016 Christophe Giboudeaux # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= find_path(LibGMP_INCLUDE_DIRS NAMES gmp.h) diff --git a/cmake/FindLibGcrypt.cmake b/cmake/FindLibGcrypt.cmake index dcf1c98..d927c87 100644 --- a/cmake/FindLibGcrypt.cmake +++ b/cmake/FindLibGcrypt.cmake @@ -29,32 +29,11 @@ # Since 1.9.50. #============================================================================= -# Copyright 2007 Charles Connell (This was based upon FindKopete.cmake) -# Copyright 2010 Joris Guisson -# Copyright 2016 Christophe Giboudeaux +# SPDX-FileCopyrightText: 2007 Charles Connell (This was based upon FindKopete.cmake) +# SPDX-FileCopyrightText: 2010 Joris Guisson +# SPDX-FileCopyrightText: 2016 Christophe Giboudeaux # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= find_path(LibGcrypt_INCLUDE_DIRS diff --git a/examples/ktcli/ktcli.cpp b/examples/ktcli/ktcli.cpp index 1c3357c..b7871d5 100644 --- a/examples/ktcli/ktcli.cpp +++ b/examples/ktcli/ktcli.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "ktcli.h" diff --git a/examples/ktcli/ktcli.h b/examples/ktcli/ktcli.h index 6f8e540..2bab441 100644 --- a/examples/ktcli/ktcli.h +++ b/examples/ktcli/ktcli.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTCLI_H #define KTCLI_H diff --git a/examples/ktcli/main.cpp b/examples/ktcli/main.cpp index d723363..c34f2e2 100644 --- a/examples/ktcli/main.cpp +++ b/examples/ktcli/main.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "ktcli.h" #include diff --git a/src/bcodec/bdecoder.cpp b/src/bcodec/bdecoder.cpp index 37bf7c0..0982036 100644 --- a/src/bcodec/bdecoder.cpp +++ b/src/bcodec/bdecoder.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bdecoder.h" #include "bnode.h" #include diff --git a/src/bcodec/bdecoder.h b/src/bcodec/bdecoder.h index 2a1a3db..1f28faf 100644 --- a/src/bcodec/bdecoder.h +++ b/src/bcodec/bdecoder.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTBDECODER_H #define BTBDECODER_H diff --git a/src/bcodec/bencoder.cpp b/src/bcodec/bencoder.cpp index 5edeedc..053cfcb 100644 --- a/src/bcodec/bencoder.cpp +++ b/src/bcodec/bencoder.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bencoder.h" #include diff --git a/src/bcodec/bencoder.h b/src/bcodec/bencoder.h index 0eaaec5..b72cfa6 100644 --- a/src/bcodec/bencoder.h +++ b/src/bcodec/bencoder.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTBENCODER_H #define BTBENCODER_H diff --git a/src/bcodec/bnode.cpp b/src/bcodec/bnode.cpp index 81f1b68..2c76414 100644 --- a/src/bcodec/bnode.cpp +++ b/src/bcodec/bnode.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bnode.h" #include #include diff --git a/src/bcodec/bnode.h b/src/bcodec/bnode.h index cec9492..2006a63 100644 --- a/src/bcodec/bnode.h +++ b/src/bcodec/bnode.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTBNODE_H #define BTBNODE_H diff --git a/src/bcodec/value.cpp b/src/bcodec/value.cpp index d3e31ed..a93f029 100644 --- a/src/bcodec/value.cpp +++ b/src/bcodec/value.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "value.h" #include diff --git a/src/bcodec/value.h b/src/bcodec/value.h index 2337572..342f0fc 100644 --- a/src/bcodec/value.h +++ b/src/bcodec/value.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTVALUE_H #define BTVALUE_H diff --git a/src/datachecker/datachecker.cpp b/src/datachecker/datachecker.cpp index 7a9b855..e97a347 100644 --- a/src/datachecker/datachecker.cpp +++ b/src/datachecker/datachecker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "datachecker.h" namespace bt diff --git a/src/datachecker/datachecker.h b/src/datachecker/datachecker.h index 8e00595..c6d73b2 100644 --- a/src/datachecker/datachecker.h +++ b/src/datachecker/datachecker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTDATACHECKER_H #define BTDATACHECKER_H diff --git a/src/datachecker/datacheckerjob.cpp b/src/datachecker/datacheckerjob.cpp index 3818aa8..34f50c4 100644 --- a/src/datachecker/datacheckerjob.cpp +++ b/src/datachecker/datacheckerjob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "datacheckerjob.h" #include "datacheckerthread.h" diff --git a/src/datachecker/datacheckerjob.h b/src/datachecker/datacheckerjob.h index 3b8191e..3eabe70 100644 --- a/src/datachecker/datacheckerjob.h +++ b/src/datachecker/datacheckerjob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_DATACHECKERJOB_H #define BT_DATACHECKERJOB_H diff --git a/src/datachecker/datacheckerthread.cpp b/src/datachecker/datacheckerthread.cpp index 8bd8edd..2e5d374 100644 --- a/src/datachecker/datacheckerthread.cpp +++ b/src/datachecker/datacheckerthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "datacheckerthread.h" #include "datachecker.h" #include diff --git a/src/datachecker/datacheckerthread.h b/src/datachecker/datacheckerthread.h index f06bbad..911b8af 100644 --- a/src/datachecker/datacheckerthread.h +++ b/src/datachecker/datacheckerthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTDATACHECKERTHREAD_H #define BTDATACHECKERTHREAD_H diff --git a/src/datachecker/multidatachecker.cpp b/src/datachecker/multidatachecker.cpp index ed30e81..c1814a9 100644 --- a/src/datachecker/multidatachecker.cpp +++ b/src/datachecker/multidatachecker.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson & Maggioni Marcello * - * joris.guisson@gmail.com * - * marcello.maggioni@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson & Maggioni Marcello + joris.guisson@gmail.com + marcello.maggioni@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "multidatachecker.h" #include #include diff --git a/src/datachecker/multidatachecker.h b/src/datachecker/multidatachecker.h index 9226f4b..ff7c304 100644 --- a/src/datachecker/multidatachecker.h +++ b/src/datachecker/multidatachecker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTMULTIDATACHECKER_H #define BTMULTIDATACHECKER_H diff --git a/src/datachecker/singledatachecker.cpp b/src/datachecker/singledatachecker.cpp index 1305cdd..a14a931 100644 --- a/src/datachecker/singledatachecker.cpp +++ b/src/datachecker/singledatachecker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "singledatachecker.h" #include #include diff --git a/src/datachecker/singledatachecker.h b/src/datachecker/singledatachecker.h index ee88b8d..f42a32a 100644 --- a/src/datachecker/singledatachecker.h +++ b/src/datachecker/singledatachecker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSINGLEDATACHECKER_H #define BTSINGLEDATACHECKER_H diff --git a/src/dht/announcereq.cpp b/src/dht/announcereq.cpp index 57029dd..e0d76f3 100644 --- a/src/dht/announcereq.cpp +++ b/src/dht/announcereq.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "announcereq.h" #include "dht.h" diff --git a/src/dht/announcereq.h b/src/dht/announcereq.h index 9cdbfef..b819dbc 100644 --- a/src/dht/announcereq.h +++ b/src/dht/announcereq.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_ANNOUNCEREQ_H #define DHT_ANNOUNCEREQ_H diff --git a/src/dht/announcersp.cpp b/src/dht/announcersp.cpp index e3d30a2..4ba7a8e 100644 --- a/src/dht/announcersp.cpp +++ b/src/dht/announcersp.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "announcersp.h" #include "dht.h" diff --git a/src/dht/announcersp.h b/src/dht/announcersp.h index 779b599..00f2876 100644 --- a/src/dht/announcersp.h +++ b/src/dht/announcersp.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_ANNOUNCERSP_H #define DHT_ANNOUNCERSP_H diff --git a/src/dht/announcetask.cpp b/src/dht/announcetask.cpp index 1312aed..68c452d 100644 --- a/src/dht/announcetask.cpp +++ b/src/dht/announcetask.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "announcetask.h" #include "announcereq.h" #include "getpeersrsp.h" diff --git a/src/dht/announcetask.h b/src/dht/announcetask.h index 653a0fe..c08258b 100644 --- a/src/dht/announcetask.h +++ b/src/dht/announcetask.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTANNOUNCETASK_H #define DHTANNOUNCETASK_H diff --git a/src/dht/database.cpp b/src/dht/database.cpp index 70cb662..dd5c4b8 100644 --- a/src/dht/database.cpp +++ b/src/dht/database.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "database.h" #include #include diff --git a/src/dht/database.h b/src/dht/database.h index b33e6b8..2e15898 100644 --- a/src/dht/database.h +++ b/src/dht/database.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTDATABASE_H #define DHTDATABASE_H diff --git a/src/dht/dht.cpp b/src/dht/dht.cpp index 1d0813c..135253a 100644 --- a/src/dht/dht.cpp +++ b/src/dht/dht.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "dht.h" #include "announcereq.h" #include "announcersp.h" diff --git a/src/dht/dht.h b/src/dht/dht.h index 3ab5ac1..3c18f80 100644 --- a/src/dht/dht.h +++ b/src/dht/dht.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTDHT_H #define DHTDHT_H diff --git a/src/dht/dhtbase.cpp b/src/dht/dhtbase.cpp index f815c58..d635e26 100644 --- a/src/dht/dhtbase.cpp +++ b/src/dht/dhtbase.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "dhtbase.h" namespace dht diff --git a/src/dht/dhtbase.h b/src/dht/dhtbase.h index eb1150a..5c06527 100644 --- a/src/dht/dhtbase.h +++ b/src/dht/dhtbase.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTDHTBASE_H #define DHTDHTBASE_H diff --git a/src/dht/dhtpeersource.cpp b/src/dht/dhtpeersource.cpp index 1fb589a..b99c1c5 100644 --- a/src/dht/dhtpeersource.cpp +++ b/src/dht/dhtpeersource.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "dhtpeersource.h" #include "announcetask.h" #include "dht.h" diff --git a/src/dht/dhtpeersource.h b/src/dht/dhtpeersource.h index 7f1a68d..c07ce11 100644 --- a/src/dht/dhtpeersource.h +++ b/src/dht/dhtpeersource.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTDHTPEERSOURCE_H #define DHTDHTPEERSOURCE_H diff --git a/src/dht/errmsg.cpp b/src/dht/errmsg.cpp index 14b9226..a9871e3 100644 --- a/src/dht/errmsg.cpp +++ b/src/dht/errmsg.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "errmsg.h" #include "dht.h" diff --git a/src/dht/errmsg.h b/src/dht/errmsg.h index 2777940..d794f2e 100644 --- a/src/dht/errmsg.h +++ b/src/dht/errmsg.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_ERRMSG_H #define DHT_ERRMSG_H diff --git a/src/dht/findnodereq.cpp b/src/dht/findnodereq.cpp index 7c9c94d..ef85125 100644 --- a/src/dht/findnodereq.cpp +++ b/src/dht/findnodereq.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "findnodereq.h" #include "dht.h" diff --git a/src/dht/findnodereq.h b/src/dht/findnodereq.h index ccb2257..3e68efa 100644 --- a/src/dht/findnodereq.h +++ b/src/dht/findnodereq.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_FINDNODEREQ_H #define DHT_FINDNODEREQ_H diff --git a/src/dht/findnodersp.cpp b/src/dht/findnodersp.cpp index 8293ba6..858a819 100644 --- a/src/dht/findnodersp.cpp +++ b/src/dht/findnodersp.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "findnodersp.h" #include "dht.h" diff --git a/src/dht/findnodersp.h b/src/dht/findnodersp.h index 1c67deb..75cb5cd 100644 --- a/src/dht/findnodersp.h +++ b/src/dht/findnodersp.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_FINDNODERSP_H #define DHT_FINDNODERSP_H diff --git a/src/dht/getpeersreq.cpp b/src/dht/getpeersreq.cpp index 20c5910..f56a98c 100644 --- a/src/dht/getpeersreq.cpp +++ b/src/dht/getpeersreq.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "getpeersreq.h" #include "dht.h" diff --git a/src/dht/getpeersreq.h b/src/dht/getpeersreq.h index ba38ff6..dfc8474 100644 --- a/src/dht/getpeersreq.h +++ b/src/dht/getpeersreq.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_GETPEERSREQ_H #define DHT_GETPEERSREQ_H diff --git a/src/dht/getpeersrsp.cpp b/src/dht/getpeersrsp.cpp index 9c10e0f..571909a 100644 --- a/src/dht/getpeersrsp.cpp +++ b/src/dht/getpeersrsp.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "getpeersrsp.h" #include "dht.h" diff --git a/src/dht/getpeersrsp.h b/src/dht/getpeersrsp.h index b1156bc..fa1474f 100644 --- a/src/dht/getpeersrsp.h +++ b/src/dht/getpeersrsp.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_GETPEERSRSP_H #define DHT_GETPEERSRSP_H diff --git a/src/dht/kbucket.cpp b/src/dht/kbucket.cpp index 1d8493d..e709569 100644 --- a/src/dht/kbucket.cpp +++ b/src/dht/kbucket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "kbucket.h" #include "kclosestnodessearch.h" #include "pingreq.h" diff --git a/src/dht/kbucket.h b/src/dht/kbucket.h index be595ff..e9dc455 100644 --- a/src/dht/kbucket.h +++ b/src/dht/kbucket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTKBUCKET_H #define DHTKBUCKET_H diff --git a/src/dht/kbucketentry.cpp b/src/dht/kbucketentry.cpp index 567be55..db004c3 100644 --- a/src/dht/kbucketentry.cpp +++ b/src/dht/kbucketentry.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "kbucketentry.h" #include diff --git a/src/dht/kbucketentry.h b/src/dht/kbucketentry.h index a4dfc54..1d7f774 100644 --- a/src/dht/kbucketentry.h +++ b/src/dht/kbucketentry.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_KBUCKETENTRY_H #define DHT_KBUCKETENTRY_H diff --git a/src/dht/kbuckettable.cpp b/src/dht/kbuckettable.cpp index 42b0263..51564f4 100644 --- a/src/dht/kbuckettable.cpp +++ b/src/dht/kbuckettable.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "kbuckettable.h" #include "dht.h" diff --git a/src/dht/kbuckettable.h b/src/dht/kbuckettable.h index 39241f7..12f15a3 100644 --- a/src/dht/kbuckettable.h +++ b/src/dht/kbuckettable.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_KBUCKETTABLE_H #define DHT_KBUCKETTABLE_H diff --git a/src/dht/kclosestnodessearch.cpp b/src/dht/kclosestnodessearch.cpp index f5ddb8f..f0370e7 100644 --- a/src/dht/kclosestnodessearch.cpp +++ b/src/dht/kclosestnodessearch.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "kclosestnodessearch.h" #include "pack.h" #include "packednodecontainer.h" diff --git a/src/dht/kclosestnodessearch.h b/src/dht/kclosestnodessearch.h index 407bdea..1d40593 100644 --- a/src/dht/kclosestnodessearch.h +++ b/src/dht/kclosestnodessearch.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTKCLOSESTNODESSEARCH_H #define DHTKCLOSESTNODESSEARCH_H diff --git a/src/dht/key.cpp b/src/dht/key.cpp index e97f978..d3ba858 100644 --- a/src/dht/key.cpp +++ b/src/dht/key.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "key.h" #include diff --git a/src/dht/key.h b/src/dht/key.h index 57b94b2..370aabe 100644 --- a/src/dht/key.h +++ b/src/dht/key.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTKEY_H #define DHTKEY_H diff --git a/src/dht/node.cpp b/src/dht/node.cpp index 7f00e73..1dd6a25 100644 --- a/src/dht/node.cpp +++ b/src/dht/node.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "node.h" #include "dht.h" diff --git a/src/dht/node.h b/src/dht/node.h index 16d1970..3f4357d 100644 --- a/src/dht/node.h +++ b/src/dht/node.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTNODE_H #define DHTNODE_H diff --git a/src/dht/nodelookup.cpp b/src/dht/nodelookup.cpp index c2b26e5..8a26e9c 100644 --- a/src/dht/nodelookup.cpp +++ b/src/dht/nodelookup.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "nodelookup.h" #include "findnodereq.h" #include "findnodersp.h" diff --git a/src/dht/nodelookup.h b/src/dht/nodelookup.h index ae38cab..cee2216 100644 --- a/src/dht/nodelookup.h +++ b/src/dht/nodelookup.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTNODELOOKUP_H #define DHTNODELOOKUP_H diff --git a/src/dht/pack.cpp b/src/dht/pack.cpp index f942fe1..16f4907 100644 --- a/src/dht/pack.cpp +++ b/src/dht/pack.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "pack.h" #include #include diff --git a/src/dht/pack.h b/src/dht/pack.h index f041113..2cedd46 100644 --- a/src/dht/pack.h +++ b/src/dht/pack.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTPACK_H #define DHTPACK_H diff --git a/src/dht/packednodecontainer.cpp b/src/dht/packednodecontainer.cpp index d182b37..0caa182 100644 --- a/src/dht/packednodecontainer.cpp +++ b/src/dht/packednodecontainer.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "packednodecontainer.h" diff --git a/src/dht/packednodecontainer.h b/src/dht/packednodecontainer.h index aaa8607..6df01e2 100644 --- a/src/dht/packednodecontainer.h +++ b/src/dht/packednodecontainer.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_PACKEDNODECONTAINER_H #define DHT_PACKEDNODECONTAINER_H diff --git a/src/dht/pingreq.cpp b/src/dht/pingreq.cpp index 73c820e..be52468 100644 --- a/src/dht/pingreq.cpp +++ b/src/dht/pingreq.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "pingreq.h" #include "dht.h" diff --git a/src/dht/pingreq.h b/src/dht/pingreq.h index 3dc057a..df4485d 100644 --- a/src/dht/pingreq.h +++ b/src/dht/pingreq.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_PINGREQ_H #define DHT_PINGREQ_H diff --git a/src/dht/pingrsp.cpp b/src/dht/pingrsp.cpp index d2bb378..99970f7 100644 --- a/src/dht/pingrsp.cpp +++ b/src/dht/pingrsp.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "pingrsp.h" #include "dht.h" diff --git a/src/dht/pingrsp.h b/src/dht/pingrsp.h index f1a473c..ac9be41 100644 --- a/src/dht/pingrsp.h +++ b/src/dht/pingrsp.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_PINGRSP_H #define DHT_PINGRSP_H diff --git a/src/dht/rpccall.cpp b/src/dht/rpccall.cpp index 39be610..ecf98a4 100644 --- a/src/dht/rpccall.cpp +++ b/src/dht/rpccall.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rpccall.h" #include "dht.h" #include "rpcmsg.h" diff --git a/src/dht/rpccall.h b/src/dht/rpccall.h index 5067f41..3c85eac 100644 --- a/src/dht/rpccall.h +++ b/src/dht/rpccall.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTRPCCALL_H #define DHTRPCCALL_H diff --git a/src/dht/rpcmsg.cpp b/src/dht/rpcmsg.cpp index 6d0b1ec..2b79629 100644 --- a/src/dht/rpcmsg.cpp +++ b/src/dht/rpcmsg.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rpcmsg.h" #include #include diff --git a/src/dht/rpcmsg.h b/src/dht/rpcmsg.h index c884851..9ecbe83 100644 --- a/src/dht/rpcmsg.h +++ b/src/dht/rpcmsg.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTRPCMSG_H #define DHTRPCMSG_H diff --git a/src/dht/rpcmsgfactory.cpp b/src/dht/rpcmsgfactory.cpp index 33d9254..fc9500b 100644 --- a/src/dht/rpcmsgfactory.cpp +++ b/src/dht/rpcmsgfactory.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rpcmsgfactory.h" #include "announcereq.h" diff --git a/src/dht/rpcmsgfactory.h b/src/dht/rpcmsgfactory.h index 62e4211..570738c 100644 --- a/src/dht/rpcmsgfactory.h +++ b/src/dht/rpcmsgfactory.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_RPCMSGFACTORY_H #define DHT_RPCMSGFACTORY_H diff --git a/src/dht/rpcserver.cpp b/src/dht/rpcserver.cpp index b700604..3c53ff4 100644 --- a/src/dht/rpcserver.cpp +++ b/src/dht/rpcserver.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rpcserver.h" #include "dht.h" #include "kbucket.h" diff --git a/src/dht/rpcserver.h b/src/dht/rpcserver.h index 0dcaec4..1864442 100644 --- a/src/dht/rpcserver.h +++ b/src/dht/rpcserver.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTRPCSERVER_H #define DHTRPCSERVER_H diff --git a/src/dht/rpcserverinterface.cpp b/src/dht/rpcserverinterface.cpp index 6b8afa4..63b9743 100644 --- a/src/dht/rpcserverinterface.cpp +++ b/src/dht/rpcserverinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rpcserverinterface.h" diff --git a/src/dht/rpcserverinterface.h b/src/dht/rpcserverinterface.h index 50af668..73900fb 100644 --- a/src/dht/rpcserverinterface.h +++ b/src/dht/rpcserverinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHT_RPCSERVERINTERFACE_H #define DHT_RPCSERVERINTERFACE_H diff --git a/src/dht/task.cpp b/src/dht/task.cpp index 6bce39b..6e58461 100644 --- a/src/dht/task.cpp +++ b/src/dht/task.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "task.h" #include "kclosestnodessearch.h" #include "rpcserver.h" diff --git a/src/dht/task.h b/src/dht/task.h index bdeadf0..3f0fc8b 100644 --- a/src/dht/task.h +++ b/src/dht/task.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTTASK_H #define DHTTASK_H diff --git a/src/dht/taskmanager.cpp b/src/dht/taskmanager.cpp index 6dc2f01..e4c1ffb 100644 --- a/src/dht/taskmanager.cpp +++ b/src/dht/taskmanager.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "taskmanager.h" #include "dht.h" #include "nodelookup.h" diff --git a/src/dht/taskmanager.h b/src/dht/taskmanager.h index 5a21221..5a111ef 100644 --- a/src/dht/taskmanager.h +++ b/src/dht/taskmanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DHTTASKMANAGER_H #define DHTTASKMANAGER_H diff --git a/src/dht/tests/keytest.cpp b/src/dht/tests/keytest.cpp index 98a4847..ce4b4c3 100644 --- a/src/dht/tests/keytest.cpp +++ b/src/dht/tests/keytest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/dht/tests/rpcmsgtest.cpp b/src/dht/tests/rpcmsgtest.cpp index 0114c46..c1399d3 100644 --- a/src/dht/tests/rpcmsgtest.cpp +++ b/src/dht/tests/rpcmsgtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/diskio/cache.cpp b/src/diskio/cache.cpp index ab911a9..7bcb140 100644 --- a/src/diskio/cache.cpp +++ b/src/diskio/cache.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "cache.h" #include "cachefile.h" #include "chunk.h" diff --git a/src/diskio/cache.h b/src/diskio/cache.h index f4af363..96d43ea 100644 --- a/src/diskio/cache.h +++ b/src/diskio/cache.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCACHE_H #define BTCACHE_H diff --git a/src/diskio/cachefile.cpp b/src/diskio/cachefile.cpp index 23863fd..05bb0d8 100644 --- a/src/diskio/cachefile.cpp +++ b/src/diskio/cachefile.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "cachefile.h" #include diff --git a/src/diskio/cachefile.h b/src/diskio/cachefile.h index 3f387c7..2ed4eb0 100644 --- a/src/diskio/cachefile.h +++ b/src/diskio/cachefile.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCACHEFILE_H #define BTCACHEFILE_H diff --git a/src/diskio/chunk.cpp b/src/diskio/chunk.cpp index 969b204..352af66 100644 --- a/src/diskio/chunk.cpp +++ b/src/diskio/chunk.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunk.h" #include "cache.h" diff --git a/src/diskio/chunk.h b/src/diskio/chunk.h index a5d8049..9659bf2 100644 --- a/src/diskio/chunk.h +++ b/src/diskio/chunk.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNK_H #define BTCHUNK_H diff --git a/src/diskio/chunkmanager.cpp b/src/diskio/chunkmanager.cpp index f014246..3d1337e 100644 --- a/src/diskio/chunkmanager.cpp +++ b/src/diskio/chunkmanager.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkmanager.h" #include diff --git a/src/diskio/chunkmanager.h b/src/diskio/chunkmanager.h index f0bf758..14de467 100644 --- a/src/diskio/chunkmanager.h +++ b/src/diskio/chunkmanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKMANAGER_H #define BTCHUNKMANAGER_H diff --git a/src/diskio/deletedatafilesjob.cpp b/src/diskio/deletedatafilesjob.cpp index c7dcffd..3a74ea3 100644 --- a/src/diskio/deletedatafilesjob.cpp +++ b/src/diskio/deletedatafilesjob.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "deletedatafilesjob.h" #include #include diff --git a/src/diskio/deletedatafilesjob.h b/src/diskio/deletedatafilesjob.h index 4d43a0d..d2b2c64 100644 --- a/src/diskio/deletedatafilesjob.h +++ b/src/diskio/deletedatafilesjob.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTDELETEDATAFILESJOB_H #define BTDELETEDATAFILESJOB_H diff --git a/src/diskio/dndfile.cpp b/src/diskio/dndfile.cpp index 91b9354..a3b8f99 100644 --- a/src/diskio/dndfile.cpp +++ b/src/diskio/dndfile.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "dndfile.h" #include #include diff --git a/src/diskio/dndfile.h b/src/diskio/dndfile.h index bbf71c1..9b63241 100644 --- a/src/diskio/dndfile.h +++ b/src/diskio/dndfile.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTDNDFILE_H #define BTDNDFILE_H diff --git a/src/diskio/movedatafilesjob.cpp b/src/diskio/movedatafilesjob.cpp index cd61969..20a7137 100644 --- a/src/diskio/movedatafilesjob.cpp +++ b/src/diskio/movedatafilesjob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "movedatafilesjob.h" #include #include diff --git a/src/diskio/movedatafilesjob.h b/src/diskio/movedatafilesjob.h index ac5b594..6767e17 100644 --- a/src/diskio/movedatafilesjob.h +++ b/src/diskio/movedatafilesjob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTMOVEDATAFILESJOB_H #define BTMOVEDATAFILESJOB_H diff --git a/src/diskio/multifilecache.cpp b/src/diskio/multifilecache.cpp index 9ac9b00..8ba86dc 100644 --- a/src/diskio/multifilecache.cpp +++ b/src/diskio/multifilecache.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "multifilecache.h" #include #include diff --git a/src/diskio/multifilecache.h b/src/diskio/multifilecache.h index d5a2953..92c6f44 100644 --- a/src/diskio/multifilecache.h +++ b/src/diskio/multifilecache.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTMULTIFILECACHE_H #define BTMULTIFILECACHE_H diff --git a/src/diskio/piecedata.cpp b/src/diskio/piecedata.cpp index d2c1f36..16443f0 100644 --- a/src/diskio/piecedata.cpp +++ b/src/diskio/piecedata.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "piecedata.h" #include #include diff --git a/src/diskio/piecedata.h b/src/diskio/piecedata.h index 1bf0044..417268c 100644 --- a/src/diskio/piecedata.h +++ b/src/diskio/piecedata.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPIECEDATA_H #define BTPIECEDATA_H diff --git a/src/diskio/preallocationjob.cpp b/src/diskio/preallocationjob.cpp index bc96efc..3fdcd97 100644 --- a/src/diskio/preallocationjob.cpp +++ b/src/diskio/preallocationjob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "preallocationjob.h" #include "chunkmanager.h" diff --git a/src/diskio/preallocationjob.h b/src/diskio/preallocationjob.h index 19b5f88..f7e2543 100644 --- a/src/diskio/preallocationjob.h +++ b/src/diskio/preallocationjob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_PREALLOCATIONJOB_H #define BT_PREALLOCATIONJOB_H diff --git a/src/diskio/preallocationthread.cpp b/src/diskio/preallocationthread.cpp index 52966ab..f5e315a 100644 --- a/src/diskio/preallocationthread.cpp +++ b/src/diskio/preallocationthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "preallocationthread.h" #include #include diff --git a/src/diskio/preallocationthread.h b/src/diskio/preallocationthread.h index e088c42..a78acb9 100644 --- a/src/diskio/preallocationthread.h +++ b/src/diskio/preallocationthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPREALLOCATIONTHREAD_H #define BTPREALLOCATIONTHREAD_H diff --git a/src/diskio/singlefilecache.cpp b/src/diskio/singlefilecache.cpp index 38d8adc..9b65059 100644 --- a/src/diskio/singlefilecache.cpp +++ b/src/diskio/singlefilecache.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "singlefilecache.h" #include #include diff --git a/src/diskio/singlefilecache.h b/src/diskio/singlefilecache.h index 814bba8..150c2c4 100644 --- a/src/diskio/singlefilecache.h +++ b/src/diskio/singlefilecache.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSINGLEFILECACHE_H #define BTSINGLEFILECACHE_H diff --git a/src/diskio/tests/chunkmanagertest.cpp b/src/diskio/tests/chunkmanagertest.cpp index 1a39460..3827fcb 100644 --- a/src/diskio/tests/chunkmanagertest.cpp +++ b/src/diskio/tests/chunkmanagertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/diskio/tests/preallocationtest.cpp b/src/diskio/tests/preallocationtest.cpp index 81c9a36..5ad6ee3 100644 --- a/src/diskio/tests/preallocationtest.cpp +++ b/src/diskio/tests/preallocationtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/download/chunkdownload.cpp b/src/download/chunkdownload.cpp index 4f1ea6f..37f7be8 100644 --- a/src/download/chunkdownload.cpp +++ b/src/download/chunkdownload.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkdownload.h" diff --git a/src/download/chunkdownload.h b/src/download/chunkdownload.h index 283be34..058cd71 100644 --- a/src/download/chunkdownload.h +++ b/src/download/chunkdownload.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKDOWNLOAD_H #define BTCHUNKDOWNLOAD_H diff --git a/src/download/chunkselector.cpp b/src/download/chunkselector.cpp index 064c972..3694ee4 100644 --- a/src/download/chunkselector.cpp +++ b/src/download/chunkselector.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkselector.h" #include "chunkdownload.h" #include "downloader.h" diff --git a/src/download/chunkselector.h b/src/download/chunkselector.h index 9c6fd37..3b02e6c 100644 --- a/src/download/chunkselector.h +++ b/src/download/chunkselector.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKSELECTOR_H #define BTCHUNKSELECTOR_H diff --git a/src/download/downloader.cpp b/src/download/downloader.cpp index a80e98a..b0f143f 100644 --- a/src/download/downloader.cpp +++ b/src/download/downloader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "downloader.h" #include diff --git a/src/download/downloader.h b/src/download/downloader.h index ebdd7cc..bc4c65d 100644 --- a/src/download/downloader.h +++ b/src/download/downloader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTDOWNLOADER_H #define BTDOWNLOADER_H diff --git a/src/download/httpconnection.cpp b/src/download/httpconnection.cpp index 91fce88..52a6f3a 100644 --- a/src/download/httpconnection.cpp +++ b/src/download/httpconnection.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "httpconnection.h" #include "httpresponseheader.h" #include diff --git a/src/download/httpconnection.h b/src/download/httpconnection.h index ca9a76e..82e4a26 100644 --- a/src/download/httpconnection.h +++ b/src/download/httpconnection.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTHTTPCONNECTION_H #define BTHTTPCONNECTION_H diff --git a/src/download/httpresponseheader.cpp b/src/download/httpresponseheader.cpp index 1ccfcd3..22f0031 100644 --- a/src/download/httpresponseheader.cpp +++ b/src/download/httpresponseheader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). * - * Contact: http://www.qt-project.org/legal * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Digia Plc and /or its subsidiary(-ies). + Contact: http://www.qt-project.org/legal + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "httpresponseheader.h" diff --git a/src/download/httpresponseheader.h b/src/download/httpresponseheader.h index f1a0b8b..bf7d533 100644 --- a/src/download/httpresponseheader.h +++ b/src/download/httpresponseheader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). * - * Contact: http://www.qt-project.org/legal * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Digia Plc and /or its subsidiary(-ies). + Contact: http://www.qt-project.org/legal + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/download/packet.cpp b/src/download/packet.cpp index af1df26..9be9a3f 100644 --- a/src/download/packet.cpp +++ b/src/download/packet.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "packet.h" #include "request.h" #include diff --git a/src/download/packet.h b/src/download/packet.h index 69f7a68..824be9b 100644 --- a/src/download/packet.h +++ b/src/download/packet.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPACKET_H #define BTPACKET_H diff --git a/src/download/piece.cpp b/src/download/piece.cpp index a7f137f..fde3b3d 100644 --- a/src/download/piece.cpp +++ b/src/download/piece.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "piece.h" #if 0 namespace bt diff --git a/src/download/piece.h b/src/download/piece.h index e75ef4d..7053ef3 100644 --- a/src/download/piece.h +++ b/src/download/piece.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPIECE_H #define BTPIECE_H diff --git a/src/download/request.cpp b/src/download/request.cpp index c31f4c2..ce3dc06 100644 --- a/src/download/request.cpp +++ b/src/download/request.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "request.h" #include #if 0 diff --git a/src/download/request.h b/src/download/request.h index 6d1907a..c8b2880 100644 --- a/src/download/request.h +++ b/src/download/request.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTREQUEST_H #define BTREQUEST_H diff --git a/src/download/streamingchunkselector.cpp b/src/download/streamingchunkselector.cpp index 53d54e6..13b418e 100644 --- a/src/download/streamingchunkselector.cpp +++ b/src/download/streamingchunkselector.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "streamingchunkselector.h" #include "downloader.h" diff --git a/src/download/streamingchunkselector.h b/src/download/streamingchunkselector.h index e26b74b..cf64d97 100644 --- a/src/download/streamingchunkselector.h +++ b/src/download/streamingchunkselector.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_STREAMINGCHUNKSELECTOR_H #define BT_STREAMINGCHUNKSELECTOR_H diff --git a/src/download/webseed.cpp b/src/download/webseed.cpp index 0a76848..82b7f51 100644 --- a/src/download/webseed.cpp +++ b/src/download/webseed.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "webseed.h" diff --git a/src/download/webseed.h b/src/download/webseed.h index 354fe73..3bebbf7 100644 --- a/src/download/webseed.h +++ b/src/download/webseed.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTWEBSEED_H #define BTWEBSEED_H diff --git a/src/interfaces/blocklistinterface.cpp b/src/interfaces/blocklistinterface.cpp index 7fa9e4e..012db2b 100644 --- a/src/interfaces/blocklistinterface.cpp +++ b/src/interfaces/blocklistinterface.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "blocklistinterface.h" namespace bt diff --git a/src/interfaces/blocklistinterface.h b/src/interfaces/blocklistinterface.h index 74252e7..118d77d 100644 --- a/src/interfaces/blocklistinterface.h +++ b/src/interfaces/blocklistinterface.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef IPBLOCKINGINTERFACE_H #define IPBLOCKINGINTERFACE_H diff --git a/src/interfaces/cachefactory.cpp b/src/interfaces/cachefactory.cpp index 7bdf6f3..711a468 100644 --- a/src/interfaces/cachefactory.cpp +++ b/src/interfaces/cachefactory.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "cachefactory.h" namespace bt diff --git a/src/interfaces/cachefactory.h b/src/interfaces/cachefactory.h index 08160c5..17f9e26 100644 --- a/src/interfaces/cachefactory.h +++ b/src/interfaces/cachefactory.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCACHEFACTORY_H #define BTCACHEFACTORY_H diff --git a/src/interfaces/chunkdownloadinterface.cpp b/src/interfaces/chunkdownloadinterface.cpp index ff7738f..2a2d1e0 100644 --- a/src/interfaces/chunkdownloadinterface.cpp +++ b/src/interfaces/chunkdownloadinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkdownloadinterface.h" namespace bt diff --git a/src/interfaces/chunkdownloadinterface.h b/src/interfaces/chunkdownloadinterface.h index 6990e8e..953167e 100644 --- a/src/interfaces/chunkdownloadinterface.h +++ b/src/interfaces/chunkdownloadinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKDOWNLOADINTERFACE_H #define BTCHUNKDOWNLOADINTERFACE_H diff --git a/src/interfaces/chunkselectorinterface.cpp b/src/interfaces/chunkselectorinterface.cpp index 6b0a344..40652ae 100644 --- a/src/interfaces/chunkselectorinterface.cpp +++ b/src/interfaces/chunkselectorinterface.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkselectorinterface.h" #include diff --git a/src/interfaces/chunkselectorinterface.h b/src/interfaces/chunkselectorinterface.h index 13c0397..9dd0c40 100644 --- a/src/interfaces/chunkselectorinterface.h +++ b/src/interfaces/chunkselectorinterface.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKSELECTORINTERFACE_H #define BTCHUNKSELECTORINTERFACE_H diff --git a/src/interfaces/exitoperation.cpp b/src/interfaces/exitoperation.cpp index bc92b2b..037bb40 100644 --- a/src/interfaces/exitoperation.cpp +++ b/src/interfaces/exitoperation.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "exitoperation.h" namespace bt diff --git a/src/interfaces/exitoperation.h b/src/interfaces/exitoperation.h index 881465e..a881214 100644 --- a/src/interfaces/exitoperation.h +++ b/src/interfaces/exitoperation.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTEXITOPERATION_H #define BTEXITOPERATION_H diff --git a/src/interfaces/logmonitorinterface.cpp b/src/interfaces/logmonitorinterface.cpp index de70978..9979e79 100644 --- a/src/interfaces/logmonitorinterface.cpp +++ b/src/interfaces/logmonitorinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "logmonitorinterface.h" namespace bt diff --git a/src/interfaces/logmonitorinterface.h b/src/interfaces/logmonitorinterface.h index 2a546c1..f6d4e4b 100644 --- a/src/interfaces/logmonitorinterface.h +++ b/src/interfaces/logmonitorinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTLOGMONITORINTERFACE_H #define BTLOGMONITORINTERFACE_H diff --git a/src/interfaces/monitorinterface.cpp b/src/interfaces/monitorinterface.cpp index 3de8025..f5ed06d 100644 --- a/src/interfaces/monitorinterface.cpp +++ b/src/interfaces/monitorinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "monitorinterface.h" namespace bt diff --git a/src/interfaces/monitorinterface.h b/src/interfaces/monitorinterface.h index d90ce94..9291cda 100644 --- a/src/interfaces/monitorinterface.h +++ b/src/interfaces/monitorinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTMONITORINTERFACE_H #define BTMONITORINTERFACE_H diff --git a/src/interfaces/peerinterface.cpp b/src/interfaces/peerinterface.cpp index 409e2d8..5d62e0c 100644 --- a/src/interfaces/peerinterface.cpp +++ b/src/interfaces/peerinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peerinterface.h" #include diff --git a/src/interfaces/peerinterface.h b/src/interfaces/peerinterface.h index 1b5e3e8..b6cdf43 100644 --- a/src/interfaces/peerinterface.h +++ b/src/interfaces/peerinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERINTERFACE_H #define BTPEERINTERFACE_H diff --git a/src/interfaces/peersource.cpp b/src/interfaces/peersource.cpp index 445a670..42ffb00 100644 --- a/src/interfaces/peersource.cpp +++ b/src/interfaces/peersource.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peersource.h" namespace bt diff --git a/src/interfaces/peersource.h b/src/interfaces/peersource.h index daf7177..8575955 100644 --- a/src/interfaces/peersource.h +++ b/src/interfaces/peersource.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERSOURCE_H #define BTPEERSOURCE_H diff --git a/src/interfaces/piecedownloader.cpp b/src/interfaces/piecedownloader.cpp index 33c64c6..cd8f680 100644 --- a/src/interfaces/piecedownloader.cpp +++ b/src/interfaces/piecedownloader.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "piecedownloader.h" namespace bt diff --git a/src/interfaces/piecedownloader.h b/src/interfaces/piecedownloader.h index eb12e32..ae1d7f3 100644 --- a/src/interfaces/piecedownloader.h +++ b/src/interfaces/piecedownloader.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPIECEDOWNLOADER_H #define BTPIECEDOWNLOADER_H diff --git a/src/interfaces/queuemanagerinterface.cpp b/src/interfaces/queuemanagerinterface.cpp index e559a50..966ddcb 100644 --- a/src/interfaces/queuemanagerinterface.cpp +++ b/src/interfaces/queuemanagerinterface.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "queuemanagerinterface.h" #include diff --git a/src/interfaces/queuemanagerinterface.h b/src/interfaces/queuemanagerinterface.h index 6906294..65e2434 100644 --- a/src/interfaces/queuemanagerinterface.h +++ b/src/interfaces/queuemanagerinterface.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTQUEUEMANAGERINTERFACE_H #define BTQUEUEMANAGERINTERFACE_H diff --git a/src/interfaces/serverinterface.cpp b/src/interfaces/serverinterface.cpp index 10588d9..7b9b099 100644 --- a/src/interfaces/serverinterface.cpp +++ b/src/interfaces/serverinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "serverinterface.h" #include diff --git a/src/interfaces/serverinterface.h b/src/interfaces/serverinterface.h index c971940..95b5063 100644 --- a/src/interfaces/serverinterface.h +++ b/src/interfaces/serverinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_SERVERINTERFACE_H #define BT_SERVERINTERFACE_H diff --git a/src/interfaces/torrentfileinterface.cpp b/src/interfaces/torrentfileinterface.cpp index 893a4fb..9c80ccb 100644 --- a/src/interfaces/torrentfileinterface.cpp +++ b/src/interfaces/torrentfileinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentfileinterface.h" #include #include diff --git a/src/interfaces/torrentfileinterface.h b/src/interfaces/torrentfileinterface.h index 86c9d10..7373d29 100644 --- a/src/interfaces/torrentfileinterface.h +++ b/src/interfaces/torrentfileinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENTFILEINTERFACE_H #define BTTORRENTFILEINTERFACE_H diff --git a/src/interfaces/torrentinterface.cpp b/src/interfaces/torrentinterface.cpp index 671b100..4da7a8c 100644 --- a/src/interfaces/torrentinterface.cpp +++ b/src/interfaces/torrentinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentinterface.h" namespace bt diff --git a/src/interfaces/torrentinterface.h b/src/interfaces/torrentinterface.h index a350712..1bdd4ce 100644 --- a/src/interfaces/torrentinterface.h +++ b/src/interfaces/torrentinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENTINTERFACE_H #define BTTORRENTINTERFACE_H diff --git a/src/interfaces/trackerinterface.cpp b/src/interfaces/trackerinterface.cpp index d398805..64df474 100644 --- a/src/interfaces/trackerinterface.cpp +++ b/src/interfaces/trackerinterface.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "trackerinterface.h" #include diff --git a/src/interfaces/trackerinterface.h b/src/interfaces/trackerinterface.h index b93a945..3e5d710 100644 --- a/src/interfaces/trackerinterface.h +++ b/src/interfaces/trackerinterface.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_TRACKERINTERFACE_H #define BT_TRACKERINTERFACE_H diff --git a/src/interfaces/trackerslist.cpp b/src/interfaces/trackerslist.cpp index 52d8fbb..b0add34 100644 --- a/src/interfaces/trackerslist.cpp +++ b/src/interfaces/trackerslist.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "trackerslist.h" #include diff --git a/src/interfaces/trackerslist.h b/src/interfaces/trackerslist.h index ddb21d8..5f39feb 100644 --- a/src/interfaces/trackerslist.h +++ b/src/interfaces/trackerslist.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Ivan Vasic * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Ivan Vasic + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTRACKERSLIST_H #define BTTRACKERSLIST_H diff --git a/src/interfaces/webseedinterface.cpp b/src/interfaces/webseedinterface.cpp index 2d89438..5c865f3 100644 --- a/src/interfaces/webseedinterface.cpp +++ b/src/interfaces/webseedinterface.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "webseedinterface.h" namespace bt diff --git a/src/interfaces/webseedinterface.h b/src/interfaces/webseedinterface.h index 1455c06..d7ac69d 100644 --- a/src/interfaces/webseedinterface.h +++ b/src/interfaces/webseedinterface.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTWEBSEEDINTERFACE_H #define BTWEBSEEDINTERFACE_H diff --git a/src/magnet/magnetdownloader.cpp b/src/magnet/magnetdownloader.cpp index 93142ee..20d22bc 100644 --- a/src/magnet/magnetdownloader.cpp +++ b/src/magnet/magnetdownloader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "magnetdownloader.h" #include diff --git a/src/magnet/magnetdownloader.h b/src/magnet/magnetdownloader.h index 1b32282..38f0624 100644 --- a/src/magnet/magnetdownloader.h +++ b/src/magnet/magnetdownloader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_MAGNETDOWNLOADER_H #define BT_MAGNETDOWNLOADER_H diff --git a/src/magnet/magnetlink.cpp b/src/magnet/magnetlink.cpp index 1ec3a1b..1a909d4 100644 --- a/src/magnet/magnetlink.cpp +++ b/src/magnet/magnetlink.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "magnetlink.h" #include diff --git a/src/magnet/magnetlink.h b/src/magnet/magnetlink.h index 0079e83..0c655d2 100644 --- a/src/magnet/magnetlink.h +++ b/src/magnet/magnetlink.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_MAGNETLINK_H #define BT_MAGNETLINK_H diff --git a/src/magnet/metadatadownload.cpp b/src/magnet/metadatadownload.cpp index 33df9c6..42bffab 100644 --- a/src/magnet/metadatadownload.cpp +++ b/src/magnet/metadatadownload.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "metadatadownload.h" #include diff --git a/src/magnet/metadatadownload.h b/src/magnet/metadatadownload.h index caf4684..d2d1017 100644 --- a/src/magnet/metadatadownload.h +++ b/src/magnet/metadatadownload.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_METADATADOWNLOAD_H #define BT_METADATADOWNLOAD_H diff --git a/src/mse/bigint.cpp b/src/mse/bigint.cpp index 35ff5dd..f535904 100644 --- a/src/mse/bigint.cpp +++ b/src/mse/bigint.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bigint.h" #include diff --git a/src/mse/bigint.h b/src/mse/bigint.h index fe08af3..4f652fb 100644 --- a/src/mse/bigint.h +++ b/src/mse/bigint.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSEBIGINT_H #define MSEBIGINT_H diff --git a/src/mse/encryptedauthenticate.cpp b/src/mse/encryptedauthenticate.cpp index b80eb03..dfe415a 100644 --- a/src/mse/encryptedauthenticate.cpp +++ b/src/mse/encryptedauthenticate.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "encryptedauthenticate.h" #include diff --git a/src/mse/encryptedauthenticate.h b/src/mse/encryptedauthenticate.h index 5ae1b68..1e9a4c6 100644 --- a/src/mse/encryptedauthenticate.h +++ b/src/mse/encryptedauthenticate.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSEENCRYPTEDAUTHENTICATE_H #define MSEENCRYPTEDAUTHENTICATE_H diff --git a/src/mse/encryptedpacketsocket.cpp b/src/mse/encryptedpacketsocket.cpp index f011e93..fcb6f04 100644 --- a/src/mse/encryptedpacketsocket.cpp +++ b/src/mse/encryptedpacketsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "encryptedpacketsocket.h" #include #include diff --git a/src/mse/encryptedpacketsocket.h b/src/mse/encryptedpacketsocket.h index 3204c6b..a0b6abd 100644 --- a/src/mse/encryptedpacketsocket.h +++ b/src/mse/encryptedpacketsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSESTREAMSOCKET_H #define MSESTREAMSOCKET_H diff --git a/src/mse/encryptedserverauthenticate.cpp b/src/mse/encryptedserverauthenticate.cpp index 3c98de7..d03f793 100644 --- a/src/mse/encryptedserverauthenticate.cpp +++ b/src/mse/encryptedserverauthenticate.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "encryptedserverauthenticate.h" #include "encryptedpacketsocket.h" #include "functions.h" diff --git a/src/mse/encryptedserverauthenticate.h b/src/mse/encryptedserverauthenticate.h index 9e1087b..52f781f 100644 --- a/src/mse/encryptedserverauthenticate.h +++ b/src/mse/encryptedserverauthenticate.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSEENCRYPTEDSERVERAUTHENTICATE_H #define MSEENCRYPTEDSERVERAUTHENTICATE_H diff --git a/src/mse/functions.cpp b/src/mse/functions.cpp index d3ba006..9ccb6cb 100644 --- a/src/mse/functions.cpp +++ b/src/mse/functions.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "functions.h" #include "bigint.h" #include diff --git a/src/mse/functions.h b/src/mse/functions.h index 119c1e0..e1d779f 100644 --- a/src/mse/functions.h +++ b/src/mse/functions.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSEFUNCTIONS_H #define MSEFUNCTIONS_H diff --git a/src/mse/rc4encryptor.cpp b/src/mse/rc4encryptor.cpp index a81af9d..6d1211e 100644 --- a/src/mse/rc4encryptor.cpp +++ b/src/mse/rc4encryptor.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "rc4encryptor.h" #include #include diff --git a/src/mse/rc4encryptor.h b/src/mse/rc4encryptor.h index f4335ef..248c614 100644 --- a/src/mse/rc4encryptor.h +++ b/src/mse/rc4encryptor.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef MSERC4ENCRYPTOR_H #define MSERC4ENCRYPTOR_H diff --git a/src/mse/tests/rc4encryptortest.cpp b/src/mse/tests/rc4encryptortest.cpp index 9650a73..cb2eb93 100644 --- a/src/mse/tests/rc4encryptortest.cpp +++ b/src/mse/tests/rc4encryptortest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/net/address.cpp b/src/net/address.cpp index fa0af9b..018f6b1 100644 --- a/src/net/address.cpp +++ b/src/net/address.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "address.h" #include diff --git a/src/net/address.h b/src/net/address.h index 51f85ee..77121b8 100644 --- a/src/net/address.h +++ b/src/net/address.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETADDRESS_H #define NETADDRESS_H diff --git a/src/net/addressresolver.cpp b/src/net/addressresolver.cpp index df3791d..cc7f19a 100644 --- a/src/net/addressresolver.cpp +++ b/src/net/addressresolver.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "addressresolver.h" diff --git a/src/net/addressresolver.h b/src/net/addressresolver.h index 1bff77c..c15bf1d 100644 --- a/src/net/addressresolver.h +++ b/src/net/addressresolver.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_ADDRESSRESOLVER_H #define NET_ADDRESSRESOLVER_H diff --git a/src/net/downloadthread.cpp b/src/net/downloadthread.cpp index 06e3fa8..7258390 100644 --- a/src/net/downloadthread.cpp +++ b/src/net/downloadthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "downloadthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/downloadthread.h b/src/net/downloadthread.h index 2e05b08..7f9dc3a 100644 --- a/src/net/downloadthread.h +++ b/src/net/downloadthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETDOWNLOADTHREAD_H #define NETDOWNLOADTHREAD_H diff --git a/src/net/networkthread.cpp b/src/net/networkthread.cpp index 66e7149..f57535c 100644 --- a/src/net/networkthread.cpp +++ b/src/net/networkthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "networkthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/networkthread.h b/src/net/networkthread.h index 03d503b..fe06d9c 100644 --- a/src/net/networkthread.h +++ b/src/net/networkthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETNETWORKTHREAD_H #define NETNETWORKTHREAD_H diff --git a/src/net/packetsocket.cpp b/src/net/packetsocket.cpp index 87f75a8..92f7c8a 100644 --- a/src/net/packetsocket.cpp +++ b/src/net/packetsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "packetsocket.h" #include "speed.h" #include diff --git a/src/net/packetsocket.h b/src/net/packetsocket.h index 52b1449..b45f151 100644 --- a/src/net/packetsocket.h +++ b/src/net/packetsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETBUFFEREDSOCKET_H #define NETBUFFEREDSOCKET_H diff --git a/src/net/poll.cpp b/src/net/poll.cpp index 4d36eca..d2a92f3 100644 --- a/src/net/poll.cpp +++ b/src/net/poll.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "poll.h" #include diff --git a/src/net/poll.h b/src/net/poll.h index b723258..55ee946 100644 --- a/src/net/poll.h +++ b/src/net/poll.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_POLL_H #define NET_POLL_H diff --git a/src/net/portlist.cpp b/src/net/portlist.cpp index 9230dc1..f5ae024 100644 --- a/src/net/portlist.cpp +++ b/src/net/portlist.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "portlist.h" #include diff --git a/src/net/portlist.h b/src/net/portlist.h index 62e26f1..868f3a1 100644 --- a/src/net/portlist.h +++ b/src/net/portlist.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETPORTLIST_H #define NETPORTLIST_H diff --git a/src/net/reverseresolver.cpp b/src/net/reverseresolver.cpp index 8679449..1edf02e 100644 --- a/src/net/reverseresolver.cpp +++ b/src/net/reverseresolver.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "reverseresolver.h" #include diff --git a/src/net/reverseresolver.h b/src/net/reverseresolver.h index 19c3730..a8bc98f 100644 --- a/src/net/reverseresolver.h +++ b/src/net/reverseresolver.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_REVERSERESOLVER_H #define NET_REVERSERESOLVER_H diff --git a/src/net/serversocket.cpp b/src/net/serversocket.cpp index 6b0b273..ac4f70d 100644 --- a/src/net/serversocket.cpp +++ b/src/net/serversocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "serversocket.h" diff --git a/src/net/serversocket.h b/src/net/serversocket.h index b2b10f7..6ca8a67 100644 --- a/src/net/serversocket.h +++ b/src/net/serversocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_SERVERSOCKET_H #define NET_SERVERSOCKET_H diff --git a/src/net/socket.cpp b/src/net/socket.cpp index 04c37f9..87a2c25 100644 --- a/src/net/socket.cpp +++ b/src/net/socket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "socket.h" #include diff --git a/src/net/socket.h b/src/net/socket.h index b1462b2..6561c52 100644 --- a/src/net/socket.h +++ b/src/net/socket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETSOCKET_H #define NETSOCKET_H diff --git a/src/net/socketdevice.cpp b/src/net/socketdevice.cpp index e7f4a49..5129c75 100644 --- a/src/net/socketdevice.cpp +++ b/src/net/socketdevice.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "socketdevice.h" diff --git a/src/net/socketdevice.h b/src/net/socketdevice.h index e9e1b54..6aeeb8c 100644 --- a/src/net/socketdevice.h +++ b/src/net/socketdevice.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_SOCKETDEVICE_H #define NET_SOCKETDEVICE_H diff --git a/src/net/socketgroup.cpp b/src/net/socketgroup.cpp index 1e5b5f8..1b7be94 100644 --- a/src/net/socketgroup.cpp +++ b/src/net/socketgroup.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "socketgroup.h" #include "trafficshapedsocket.h" #include diff --git a/src/net/socketgroup.h b/src/net/socketgroup.h index e20eafb..9176bc8 100644 --- a/src/net/socketgroup.h +++ b/src/net/socketgroup.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETSOCKETGROUP_H #define NETSOCKETGROUP_H diff --git a/src/net/socketmonitor.cpp b/src/net/socketmonitor.cpp index 9071648..989abb9 100644 --- a/src/net/socketmonitor.cpp +++ b/src/net/socketmonitor.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "socketmonitor.h" #include "downloadthread.h" #include "trafficshapedsocket.h" diff --git a/src/net/socketmonitor.h b/src/net/socketmonitor.h index 389bd1e..34caaee 100644 --- a/src/net/socketmonitor.h +++ b/src/net/socketmonitor.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETSOCKETMONITOR_H #define NETSOCKETMONITOR_H diff --git a/src/net/socks.cpp b/src/net/socks.cpp index c70dc01..d6cac0e 100644 --- a/src/net/socks.cpp +++ b/src/net/socks.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "socks.h" #include #include diff --git a/src/net/socks.h b/src/net/socks.h index 7240fab..d8e04db 100644 --- a/src/net/socks.h +++ b/src/net/socks.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETSOCKS_H #define NETSOCKS_H diff --git a/src/net/speed.cpp b/src/net/speed.cpp index 7a66ecb..c5bc064 100644 --- a/src/net/speed.cpp +++ b/src/net/speed.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "speed.h" #include #include diff --git a/src/net/speed.h b/src/net/speed.h index fdcf4b6..cff7f83 100644 --- a/src/net/speed.h +++ b/src/net/speed.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETSPEED_H #define NETSPEED_H diff --git a/src/net/streamsocket.cpp b/src/net/streamsocket.cpp index 7d0b301..adc1f58 100644 --- a/src/net/streamsocket.cpp +++ b/src/net/streamsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "streamsocket.h" #include "socketmonitor.h" diff --git a/src/net/streamsocket.h b/src/net/streamsocket.h index 089dfc1..31052e0 100644 --- a/src/net/streamsocket.h +++ b/src/net/streamsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_STREAMSOCKET_H #define NET_STREAMSOCKET_H diff --git a/src/net/tests/polltest.cpp b/src/net/tests/polltest.cpp index 9257539..bdf4cb1 100644 --- a/src/net/tests/polltest.cpp +++ b/src/net/tests/polltest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/net/tests/wakeuppipetest.cpp b/src/net/tests/wakeuppipetest.cpp index 8072e68..d71530b 100644 --- a/src/net/tests/wakeuppipetest.cpp +++ b/src/net/tests/wakeuppipetest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/net/trafficshapedsocket.cpp b/src/net/trafficshapedsocket.cpp index ebb0d64..4a3b665 100644 --- a/src/net/trafficshapedsocket.cpp +++ b/src/net/trafficshapedsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "trafficshapedsocket.h" diff --git a/src/net/trafficshapedsocket.h b/src/net/trafficshapedsocket.h index 16002d4..931dd6a 100644 --- a/src/net/trafficshapedsocket.h +++ b/src/net/trafficshapedsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NET_TRAFFICSHAPEDSOCKET_H #define NET_TRAFFICSHAPEDSOCKET_H diff --git a/src/net/uploadthread.cpp b/src/net/uploadthread.cpp index 7c889b4..7474583 100644 --- a/src/net/uploadthread.cpp +++ b/src/net/uploadthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "uploadthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/uploadthread.h b/src/net/uploadthread.h index d75dbda..7de8a42 100644 --- a/src/net/uploadthread.h +++ b/src/net/uploadthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef NETUPLOADTHREAD_H #define NETUPLOADTHREAD_H diff --git a/src/net/wakeuppipe.cpp b/src/net/wakeuppipe.cpp index 71a5589..6a9739a 100644 --- a/src/net/wakeuppipe.cpp +++ b/src/net/wakeuppipe.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "net/wakeuppipe.h" #include #include diff --git a/src/net/wakeuppipe.h b/src/net/wakeuppipe.h index 53a0b05..948c70e 100644 --- a/src/net/wakeuppipe.h +++ b/src/net/wakeuppipe.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTWAKEUPPIPE_H #define KTWAKEUPPIPE_H diff --git a/src/peer/accessmanager.cpp b/src/peer/accessmanager.cpp index 6d1734f..ed5713a 100644 --- a/src/peer/accessmanager.cpp +++ b/src/peer/accessmanager.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "accessmanager.h" #include diff --git a/src/peer/accessmanager.h b/src/peer/accessmanager.h index 5d4e78f..3e2986b 100644 --- a/src/peer/accessmanager.h +++ b/src/peer/accessmanager.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTACCESSMANAGER_H #define BTACCESSMANAGER_H diff --git a/src/peer/authenticate.cpp b/src/peer/authenticate.cpp index aa24d05..e86e507 100644 --- a/src/peer/authenticate.cpp +++ b/src/peer/authenticate.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "authenticate.h" #include "peerconnector.h" #include diff --git a/src/peer/authenticate.h b/src/peer/authenticate.h index db00b51..8381d5c 100644 --- a/src/peer/authenticate.h +++ b/src/peer/authenticate.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTAUTHENTICATE_H #define BTAUTHENTICATE_H diff --git a/src/peer/authenticatebase.cpp b/src/peer/authenticatebase.cpp index c4fdeb4..4c264df 100644 --- a/src/peer/authenticatebase.cpp +++ b/src/peer/authenticatebase.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "authenticatebase.h" #include #include diff --git a/src/peer/authenticatebase.h b/src/peer/authenticatebase.h index 6cf7f44..2fa98b1 100644 --- a/src/peer/authenticatebase.h +++ b/src/peer/authenticatebase.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTAUTHENTICATEBASE_H #define BTAUTHENTICATEBASE_H diff --git a/src/peer/authenticationmonitor.cpp b/src/peer/authenticationmonitor.cpp index 919f198..5e6afca 100644 --- a/src/peer/authenticationmonitor.cpp +++ b/src/peer/authenticationmonitor.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "authenticationmonitor.h" #include "authenticatebase.h" #include "peerconnector.h" diff --git a/src/peer/authenticationmonitor.h b/src/peer/authenticationmonitor.h index 0e4e64b..9fe409f 100644 --- a/src/peer/authenticationmonitor.h +++ b/src/peer/authenticationmonitor.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTAUTHENTICATIONMONITOR_H #define BTAUTHENTICATIONMONITOR_H diff --git a/src/peer/badpeerslist.cpp b/src/peer/badpeerslist.cpp index d088717..aa813ea 100644 --- a/src/peer/badpeerslist.cpp +++ b/src/peer/badpeerslist.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "badpeerslist.h" #include diff --git a/src/peer/badpeerslist.h b/src/peer/badpeerslist.h index 6bad648..24979bc 100644 --- a/src/peer/badpeerslist.h +++ b/src/peer/badpeerslist.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTBADPEERSLIST_H #define BTBADPEERSLIST_H diff --git a/src/peer/chunkcounter.cpp b/src/peer/chunkcounter.cpp index 6e8a875..534c713 100644 --- a/src/peer/chunkcounter.cpp +++ b/src/peer/chunkcounter.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "chunkcounter.h" #include diff --git a/src/peer/chunkcounter.h b/src/peer/chunkcounter.h index 9fa5def..8722149 100644 --- a/src/peer/chunkcounter.h +++ b/src/peer/chunkcounter.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHUNKCOUNTER_H #define BTCHUNKCOUNTER_H diff --git a/src/peer/connectionlimit.cpp b/src/peer/connectionlimit.cpp index a1f697a..8a88f93 100644 --- a/src/peer/connectionlimit.cpp +++ b/src/peer/connectionlimit.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "connectionlimit.h" #include diff --git a/src/peer/connectionlimit.h b/src/peer/connectionlimit.h index 102ce19..28252cd 100644 --- a/src/peer/connectionlimit.h +++ b/src/peer/connectionlimit.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_CONNECTIONLIMIT_H #define BT_CONNECTIONLIMIT_H diff --git a/src/peer/packetreader.cpp b/src/peer/packetreader.cpp index ac4e726..8be1793 100644 --- a/src/peer/packetreader.cpp +++ b/src/peer/packetreader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "packetreader.h" #include "peer.h" #include diff --git a/src/peer/packetreader.h b/src/peer/packetreader.h index 766f4d4..987c3d5 100644 --- a/src/peer/packetreader.h +++ b/src/peer/packetreader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPACKETREADER_H #define BTPACKETREADER_H diff --git a/src/peer/peer.cpp b/src/peer/peer.cpp index 5570440..84b8d28 100644 --- a/src/peer/peer.cpp +++ b/src/peer/peer.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peer.h" #include "packetreader.h" diff --git a/src/peer/peer.h b/src/peer/peer.h index a716cd0..b8f61c3 100644 --- a/src/peer/peer.h +++ b/src/peer/peer.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEER_H #define BTPEER_H diff --git a/src/peer/peerconnector.cpp b/src/peer/peerconnector.cpp index 7c0d08b..6e22336 100644 --- a/src/peer/peerconnector.cpp +++ b/src/peer/peerconnector.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peerconnector.h" #include "authenticationmonitor.h" diff --git a/src/peer/peerconnector.h b/src/peer/peerconnector.h index f8d4423..33cfee4 100644 --- a/src/peer/peerconnector.h +++ b/src/peer/peerconnector.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_PEERCONNECTOR_H #define BT_PEERCONNECTOR_H diff --git a/src/peer/peerdownloader.cpp b/src/peer/peerdownloader.cpp index 2e849c0..b508a71 100644 --- a/src/peer/peerdownloader.cpp +++ b/src/peer/peerdownloader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peerdownloader.h" #include "peer.h" diff --git a/src/peer/peerdownloader.h b/src/peer/peerdownloader.h index a3155f9..2068152 100644 --- a/src/peer/peerdownloader.h +++ b/src/peer/peerdownloader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERDOWNLOADER_H #define BTPEERDOWNLOADER_H diff --git a/src/peer/peerid.cpp b/src/peer/peerid.cpp index d14be1f..76be559 100644 --- a/src/peer/peerid.cpp +++ b/src/peer/peerid.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peerid.h" #include diff --git a/src/peer/peerid.h b/src/peer/peerid.h index 40c2419..9e38a16 100644 --- a/src/peer/peerid.h +++ b/src/peer/peerid.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERID_H #define BTPEERID_H diff --git a/src/peer/peermanager.cpp b/src/peer/peermanager.cpp index 3ad8014..6b143c8 100644 --- a/src/peer/peermanager.cpp +++ b/src/peer/peermanager.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peermanager.h" #include diff --git a/src/peer/peermanager.h b/src/peer/peermanager.h index 68438e2..de666f8 100644 --- a/src/peer/peermanager.h +++ b/src/peer/peermanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERMANAGER_H #define BTPEERMANAGER_H diff --git a/src/peer/peerprotocolextension.cpp b/src/peer/peerprotocolextension.cpp index 780035b..051bbd9 100644 --- a/src/peer/peerprotocolextension.cpp +++ b/src/peer/peerprotocolextension.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peerprotocolextension.h" #include "peer.h" diff --git a/src/peer/peerprotocolextension.h b/src/peer/peerprotocolextension.h index 546d17f..a3ca5d2 100644 --- a/src/peer/peerprotocolextension.h +++ b/src/peer/peerprotocolextension.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_PEERPROTOCOLEXTENSION_H #define BT_PEERPROTOCOLEXTENSION_H diff --git a/src/peer/peeruploader.cpp b/src/peer/peeruploader.cpp index cdc79f5..ba3d144 100644 --- a/src/peer/peeruploader.cpp +++ b/src/peer/peeruploader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peeruploader.h" #include "peer.h" #include diff --git a/src/peer/peeruploader.h b/src/peer/peeruploader.h index 4bf6b85..17c682a 100644 --- a/src/peer/peeruploader.h +++ b/src/peer/peeruploader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERUPLOADER_H #define BTPEERUPLOADER_H diff --git a/src/peer/serverauthenticate.cpp b/src/peer/serverauthenticate.cpp index 694ced8..2085aa3 100644 --- a/src/peer/serverauthenticate.cpp +++ b/src/peer/serverauthenticate.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "serverauthenticate.h" #include "peerid.h" #include "peermanager.h" diff --git a/src/peer/serverauthenticate.h b/src/peer/serverauthenticate.h index 7f9b040..36069ac 100644 --- a/src/peer/serverauthenticate.h +++ b/src/peer/serverauthenticate.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSERVERAUTHENTICATE_H #define BTSERVERAUTHENTICATE_H diff --git a/src/peer/superseeder.cpp b/src/peer/superseeder.cpp index c74d375..a2fa2ca 100644 --- a/src/peer/superseeder.cpp +++ b/src/peer/superseeder.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "superseeder.h" #include "chunkcounter.h" diff --git a/src/peer/superseeder.h b/src/peer/superseeder.h index 6940a45..a0d521b 100644 --- a/src/peer/superseeder.h +++ b/src/peer/superseeder.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_SUPERSEEDER_H #define BT_SUPERSEEDER_H diff --git a/src/peer/tests/accessmanagertest.cpp b/src/peer/tests/accessmanagertest.cpp index 491bcb6..987b99e 100644 --- a/src/peer/tests/accessmanagertest.cpp +++ b/src/peer/tests/accessmanagertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/peer/tests/connectionlimittest.cpp b/src/peer/tests/connectionlimittest.cpp index 6148b09..a4fd796 100644 --- a/src/peer/tests/connectionlimittest.cpp +++ b/src/peer/tests/connectionlimittest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/peer/tests/packetreadertest.cpp b/src/peer/tests/packetreadertest.cpp index b91a0df..de15bcc 100644 --- a/src/peer/tests/packetreadertest.cpp +++ b/src/peer/tests/packetreadertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/peer/tests/superseedtest.cpp b/src/peer/tests/superseedtest.cpp index 0fdba47..ec9ab7d 100644 --- a/src/peer/tests/superseedtest.cpp +++ b/src/peer/tests/superseedtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/peer/utmetadata.cpp b/src/peer/utmetadata.cpp index 328267d..de585d1 100644 --- a/src/peer/utmetadata.cpp +++ b/src/peer/utmetadata.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utmetadata.h" #include "peer.h" diff --git a/src/peer/utmetadata.h b/src/peer/utmetadata.h index a9d1541..7dc1ca0 100644 --- a/src/peer/utmetadata.h +++ b/src/peer/utmetadata.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_UTMETADATA_H #define BT_UTMETADATA_H diff --git a/src/peer/utpex.cpp b/src/peer/utpex.cpp index 80d9074..b1599de 100644 --- a/src/peer/utpex.cpp +++ b/src/peer/utpex.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utpex.h" #include "peer.h" diff --git a/src/peer/utpex.h b/src/peer/utpex.h index 130c954..ebfce69 100644 --- a/src/peer/utpex.h +++ b/src/peer/utpex.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTUTPEX_H #define BTUTPEX_H diff --git a/src/torrent/advancedchokealgorithm.cpp b/src/torrent/advancedchokealgorithm.cpp index 9b50945..0756562 100644 --- a/src/torrent/advancedchokealgorithm.cpp +++ b/src/torrent/advancedchokealgorithm.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "advancedchokealgorithm.h" #include diff --git a/src/torrent/advancedchokealgorithm.h b/src/torrent/advancedchokealgorithm.h index 66d10e5..b8e3690 100644 --- a/src/torrent/advancedchokealgorithm.h +++ b/src/torrent/advancedchokealgorithm.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTADVANCEDCHOKEALGORITHM_H #define BTADVANCEDCHOKEALGORITHM_H diff --git a/src/torrent/choker.cpp b/src/torrent/choker.cpp index 8a278f4..ed7d0ed 100644 --- a/src/torrent/choker.cpp +++ b/src/torrent/choker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "choker.h" #include "advancedchokealgorithm.h" #include diff --git a/src/torrent/choker.h b/src/torrent/choker.h index df25d47..bf6d8ca 100644 --- a/src/torrent/choker.h +++ b/src/torrent/choker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCHOKER_H #define BTCHOKER_H diff --git a/src/torrent/globals.cpp b/src/torrent/globals.cpp index 27215de..03bc8ba 100644 --- a/src/torrent/globals.cpp +++ b/src/torrent/globals.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "globals.h" #include "server.h" diff --git a/src/torrent/globals.h b/src/torrent/globals.h index 98b171f..df9fd6e 100644 --- a/src/torrent/globals.h +++ b/src/torrent/globals.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTGLOBALS_H #define BTGLOBALS_H diff --git a/src/torrent/job.cpp b/src/torrent/job.cpp index d562324..0b1d648 100644 --- a/src/torrent/job.cpp +++ b/src/torrent/job.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "job.h" #include "torrentcontrol.h" #include diff --git a/src/torrent/job.h b/src/torrent/job.h index b63c7b4..31d4f49 100644 --- a/src/torrent/job.h +++ b/src/torrent/job.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_JOB_H #define BT_JOB_H diff --git a/src/torrent/jobqueue.cpp b/src/torrent/jobqueue.cpp index 0c8b575..5ad0de9 100644 --- a/src/torrent/jobqueue.cpp +++ b/src/torrent/jobqueue.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "jobqueue.h" #include "job.h" #include "torrentcontrol.h" diff --git a/src/torrent/jobqueue.h b/src/torrent/jobqueue.h index 5ba5fcb..1251fc3 100644 --- a/src/torrent/jobqueue.h +++ b/src/torrent/jobqueue.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_JOBQUEUE_H #define BT_JOBQUEUE_H diff --git a/src/torrent/peersourcemanager.cpp b/src/torrent/peersourcemanager.cpp index d02258c..2d84cd1 100644 --- a/src/torrent/peersourcemanager.cpp +++ b/src/torrent/peersourcemanager.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "peersourcemanager.h" diff --git a/src/torrent/peersourcemanager.h b/src/torrent/peersourcemanager.h index 04ab0ac..4aa96da 100644 --- a/src/torrent/peersourcemanager.h +++ b/src/torrent/peersourcemanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPEERSOURCEMANAGER_H #define BTPEERSOURCEMANAGER_H diff --git a/src/torrent/server.cpp b/src/torrent/server.cpp index 73a94f0..ad3bdb1 100644 --- a/src/torrent/server.cpp +++ b/src/torrent/server.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "server.h" #include #include diff --git a/src/torrent/server.h b/src/torrent/server.h index 702f292..ddba297 100644 --- a/src/torrent/server.h +++ b/src/torrent/server.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSERVER_H #define BTSERVER_H diff --git a/src/torrent/statsfile.cpp b/src/torrent/statsfile.cpp index e09d368..2d5ad1b 100644 --- a/src/torrent/statsfile.cpp +++ b/src/torrent/statsfile.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "statsfile.h" #include diff --git a/src/torrent/statsfile.h b/src/torrent/statsfile.h index bc2bb23..4adea58 100644 --- a/src/torrent/statsfile.h +++ b/src/torrent/statsfile.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSTATSFILE_H #define BTSTATSFILE_H diff --git a/src/torrent/tests/statsfiletest.cpp b/src/torrent/tests/statsfiletest.cpp index 930bcfb..84faa17 100644 --- a/src/torrent/tests/statsfiletest.cpp +++ b/src/torrent/tests/statsfiletest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/torrent/timeestimator.cpp b/src/torrent/timeestimator.cpp index ef04bfb..baac8c5 100644 --- a/src/torrent/timeestimator.cpp +++ b/src/torrent/timeestimator.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2006 by Ivan Vasić * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2006 Ivan Vasić + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "timeestimator.h" #include "torrentcontrol.h" #include diff --git a/src/torrent/timeestimator.h b/src/torrent/timeestimator.h index a68fc8e..43c0257 100644 --- a/src/torrent/timeestimator.h +++ b/src/torrent/timeestimator.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2006 by Ivan Vasić * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2006 Ivan Vasić + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTIMEESTIMATOR_H #define BTTIMEESTIMATOR_H diff --git a/src/torrent/torrent.cpp b/src/torrent/torrent.cpp index 6ec57c3..73ccb4f 100644 --- a/src/torrent/torrent.cpp +++ b/src/torrent/torrent.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrent.h" #include #include diff --git a/src/torrent/torrent.h b/src/torrent/torrent.h index 60134bf..eda0cab 100644 --- a/src/torrent/torrent.h +++ b/src/torrent/torrent.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENT_H #define BTTORRENT_H diff --git a/src/torrent/torrentcontrol.cpp b/src/torrent/torrentcontrol.cpp index e92057f..15c9985 100644 --- a/src/torrent/torrentcontrol.cpp +++ b/src/torrent/torrentcontrol.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentcontrol.h" #include diff --git a/src/torrent/torrentcontrol.h b/src/torrent/torrentcontrol.h index 45139b8..6221ec2 100644 --- a/src/torrent/torrentcontrol.h +++ b/src/torrent/torrentcontrol.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENTCONTROL_H #define BTTORRENTCONTROL_H diff --git a/src/torrent/torrentcreator.cpp b/src/torrent/torrentcreator.cpp index 740d385..85126ff 100644 --- a/src/torrent/torrentcreator.cpp +++ b/src/torrent/torrentcreator.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentcreator.h" #include "globals.h" #include "statsfile.h" diff --git a/src/torrent/torrentcreator.h b/src/torrent/torrentcreator.h index 8a99117..fcd1b0c 100644 --- a/src/torrent/torrentcreator.h +++ b/src/torrent/torrentcreator.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENTCREATOR_H #define BTTORRENTCREATOR_H diff --git a/src/torrent/torrentfile.cpp b/src/torrent/torrentfile.cpp index 5af1cb1..4eede0a 100644 --- a/src/torrent/torrentfile.cpp +++ b/src/torrent/torrentfile.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentfile.h" #include diff --git a/src/torrent/torrentfile.h b/src/torrent/torrentfile.h index 98d760c..28a377a 100644 --- a/src/torrent/torrentfile.h +++ b/src/torrent/torrentfile.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2005 by * - * Joris Guisson * - * Ivan Vasic * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 by + Joris Guisson + Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTORRENTFILE_H #define BTTORRENTFILE_H diff --git a/src/torrent/torrentfilestream.cpp b/src/torrent/torrentfilestream.cpp index 310139c..ce0c791 100644 --- a/src/torrent/torrentfilestream.cpp +++ b/src/torrent/torrentfilestream.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentfilestream.h" diff --git a/src/torrent/torrentfilestream.h b/src/torrent/torrentfilestream.h index 1a3845d..b7be0bc 100644 --- a/src/torrent/torrentfilestream.h +++ b/src/torrent/torrentfilestream.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_TORRENTFILESTREAM_H #define BT_TORRENTFILESTREAM_H diff --git a/src/torrent/torrentstats.cpp b/src/torrent/torrentstats.cpp index be44ef3..1337593 100644 --- a/src/torrent/torrentstats.cpp +++ b/src/torrent/torrentstats.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "torrentstats.h" #include #include diff --git a/src/torrent/torrentstats.h b/src/torrent/torrentstats.h index 110a802..00a5be5 100644 --- a/src/torrent/torrentstats.h +++ b/src/torrent/torrentstats.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_TORRENTSTATS_H #define BT_TORRENTSTATS_H diff --git a/src/torrent/uploader.cpp b/src/torrent/uploader.cpp index 0eeba84..be8fd55 100644 --- a/src/torrent/uploader.cpp +++ b/src/torrent/uploader.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "uploader.h" #include #include diff --git a/src/torrent/uploader.h b/src/torrent/uploader.h index 71869e0..2cd08df 100644 --- a/src/torrent/uploader.h +++ b/src/torrent/uploader.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTUPLOADER_H #define BTUPLOADER_H diff --git a/src/tracker/httptracker.cpp b/src/tracker/httptracker.cpp index 2f5d474..0249647 100644 --- a/src/tracker/httptracker.cpp +++ b/src/tracker/httptracker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "httptracker.h" #include diff --git a/src/tracker/httptracker.h b/src/tracker/httptracker.h index 96064fa..1e4b93a 100644 --- a/src/tracker/httptracker.h +++ b/src/tracker/httptracker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTHTTPTRACKER_H #define BTHTTPTRACKER_H diff --git a/src/tracker/kioannouncejob.cpp b/src/tracker/kioannouncejob.cpp index 48c4ffc..990fda2 100644 --- a/src/tracker/kioannouncejob.cpp +++ b/src/tracker/kioannouncejob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "kioannouncejob.h" #include diff --git a/src/tracker/kioannouncejob.h b/src/tracker/kioannouncejob.h index b11a8f4..2818aef 100644 --- a/src/tracker/kioannouncejob.h +++ b/src/tracker/kioannouncejob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_KIOANNOUNCEJOB_H #define BT_KIOANNOUNCEJOB_H diff --git a/src/tracker/tracker.cpp b/src/tracker/tracker.cpp index 7aaa9c3..12282d8 100644 --- a/src/tracker/tracker.cpp +++ b/src/tracker/tracker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "tracker.h" #include diff --git a/src/tracker/tracker.h b/src/tracker/tracker.h index a28e5aa..79bae4b 100644 --- a/src/tracker/tracker.h +++ b/src/tracker/tracker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTRACKER_H #define BTTRACKER_H diff --git a/src/tracker/trackermanager.cpp b/src/tracker/trackermanager.cpp index 22fedee..ba5717a 100644 --- a/src/tracker/trackermanager.cpp +++ b/src/tracker/trackermanager.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "trackermanager.h" #include #include diff --git a/src/tracker/trackermanager.h b/src/tracker/trackermanager.h index bd8892f..a098c2a 100644 --- a/src/tracker/trackermanager.h +++ b/src/tracker/trackermanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_TRACKERMANAGER_H #define BT_TRACKERMANAGER_H diff --git a/src/tracker/udptracker.cpp b/src/tracker/udptracker.cpp index 07f2b1d..3bc0a83 100644 --- a/src/tracker/udptracker.cpp +++ b/src/tracker/udptracker.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "udptracker.h" #include "udptrackersocket.h" #include diff --git a/src/tracker/udptracker.h b/src/tracker/udptracker.h index 9e16279..5ddb728 100644 --- a/src/tracker/udptracker.h +++ b/src/tracker/udptracker.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTUDPTRACKER_H #define BTUDPTRACKER_H diff --git a/src/tracker/udptrackersocket.cpp b/src/tracker/udptrackersocket.cpp index 715b152..5f88dfd 100644 --- a/src/tracker/udptrackersocket.cpp +++ b/src/tracker/udptrackersocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "udptrackersocket.h" #include #include diff --git a/src/tracker/udptrackersocket.h b/src/tracker/udptrackersocket.h index 6fc7796..a2465b3 100644 --- a/src/tracker/udptrackersocket.h +++ b/src/tracker/udptrackersocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTUDPTRACKERSOCKET_H #define BTUDPTRACKERSOCKET_H diff --git a/src/upnp/httprequest.cpp b/src/upnp/httprequest.cpp index 87b7a8d..e41acd4 100644 --- a/src/upnp/httprequest.cpp +++ b/src/upnp/httprequest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "httprequest.h" #include diff --git a/src/upnp/httprequest.h b/src/upnp/httprequest.h index a572345..ffdea1a 100644 --- a/src/upnp/httprequest.h +++ b/src/upnp/httprequest.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTHTTPREQUEST_H #define KTHTTPREQUEST_H diff --git a/src/upnp/soap.cpp b/src/upnp/soap.cpp index ead5dc9..b066b5b 100644 --- a/src/upnp/soap.cpp +++ b/src/upnp/soap.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "soap.h" diff --git a/src/upnp/soap.h b/src/upnp/soap.h index b1b3455..1cd82e1 100644 --- a/src/upnp/soap.h +++ b/src/upnp/soap.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTSOAP_H #define KTSOAP_H diff --git a/src/upnp/upnpdescriptionparser.cpp b/src/upnp/upnpdescriptionparser.cpp index 1f62a96..236b562 100644 --- a/src/upnp/upnpdescriptionparser.cpp +++ b/src/upnp/upnpdescriptionparser.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "upnpdescriptionparser.h" diff --git a/src/upnp/upnpdescriptionparser.h b/src/upnp/upnpdescriptionparser.h index 389b676..d543eda 100644 --- a/src/upnp/upnpdescriptionparser.h +++ b/src/upnp/upnpdescriptionparser.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTUPNPDESCRIPTIONPARSER_H #define KTUPNPDESCRIPTIONPARSER_H diff --git a/src/upnp/upnpmcastsocket.cpp b/src/upnp/upnpmcastsocket.cpp index 165a2a1..b1b6615 100644 --- a/src/upnp/upnpmcastsocket.cpp +++ b/src/upnp/upnpmcastsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "upnpmcastsocket.h" #include diff --git a/src/upnp/upnpmcastsocket.h b/src/upnp/upnpmcastsocket.h index ab19860..9c0b976 100644 --- a/src/upnp/upnpmcastsocket.h +++ b/src/upnp/upnpmcastsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTUPNPMCASTSOCKET_H #define KTUPNPMCASTSOCKET_H diff --git a/src/upnp/upnprouter.cpp b/src/upnp/upnprouter.cpp index ff80e98..9edf3aa 100644 --- a/src/upnp/upnprouter.cpp +++ b/src/upnp/upnprouter.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include diff --git a/src/upnp/upnprouter.h b/src/upnp/upnprouter.h index bff4c95..6119be3 100644 --- a/src/upnp/upnprouter.h +++ b/src/upnp/upnprouter.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005-2007 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005-2007 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef KTUPNPROUTER_H #define KTUPNPROUTER_H diff --git a/src/util/array.cpp b/src/util/array.cpp index b462793..5b7c7df 100644 --- a/src/util/array.cpp +++ b/src/util/array.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "array.h" namespace bt diff --git a/src/util/array.h b/src/util/array.h index e7a1cd7..388b5dc 100644 --- a/src/util/array.h +++ b/src/util/array.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTARRAY_H #define BTARRAY_H diff --git a/src/util/autorotatelogjob.cpp b/src/util/autorotatelogjob.cpp index 73a1084..228d448 100644 --- a/src/util/autorotatelogjob.cpp +++ b/src/util/autorotatelogjob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "autorotatelogjob.h" diff --git a/src/util/autorotatelogjob.h b/src/util/autorotatelogjob.h index 6814974..6015aff 100644 --- a/src/util/autorotatelogjob.h +++ b/src/util/autorotatelogjob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTAUTOROTATELOGJOB_H #define BTAUTOROTATELOGJOB_H diff --git a/src/util/bitset.cpp b/src/util/bitset.cpp index ff94465..ca18968 100644 --- a/src/util/bitset.cpp +++ b/src/util/bitset.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bitset.h" #include #include diff --git a/src/util/bitset.h b/src/util/bitset.h index 6c3cfa8..d3998be 100644 --- a/src/util/bitset.h +++ b/src/util/bitset.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTBITSET_H #define BTBITSET_H diff --git a/src/util/bufferpool.cpp b/src/util/bufferpool.cpp index 38b5e01..b0be77d 100644 --- a/src/util/bufferpool.cpp +++ b/src/util/bufferpool.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "bufferpool.h" diff --git a/src/util/bufferpool.h b/src/util/bufferpool.h index 2492804..1403a19 100644 --- a/src/util/bufferpool.h +++ b/src/util/bufferpool.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BUFFERPOOL_H_ #define BUFFERPOOL_H_ diff --git a/src/util/circularbuffer.cpp b/src/util/circularbuffer.cpp index 03e5bb9..74d9b0a 100644 --- a/src/util/circularbuffer.cpp +++ b/src/util/circularbuffer.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "circularbuffer.h" #include "log.h" diff --git a/src/util/circularbuffer.h b/src/util/circularbuffer.h index e19548b..51bf93c 100644 --- a/src/util/circularbuffer.h +++ b/src/util/circularbuffer.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_CIRCULARBUFFER_H #define BT_CIRCULARBUFFER_H diff --git a/src/util/compressfilejob.cpp b/src/util/compressfilejob.cpp index f966960..eda285e 100644 --- a/src/util/compressfilejob.cpp +++ b/src/util/compressfilejob.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "compressfilejob.h" #include diff --git a/src/util/compressfilejob.h b/src/util/compressfilejob.h index d9b7133..12c95fc 100644 --- a/src/util/compressfilejob.h +++ b/src/util/compressfilejob.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCOMPRESSFILEJOB_H #define BTCOMPRESSFILEJOB_H diff --git a/src/util/constants.h b/src/util/constants.h index b0fd20f..a9a88cf 100644 --- a/src/util/constants.h +++ b/src/util/constants.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTCONSTANTS_H #define BTCONSTANTS_H diff --git a/src/util/decompressfilejob.cpp b/src/util/decompressfilejob.cpp index 5e56a74..966b5f8 100644 --- a/src/util/decompressfilejob.cpp +++ b/src/util/decompressfilejob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "decompressfilejob.h" #include diff --git a/src/util/decompressfilejob.h b/src/util/decompressfilejob.h index 159477d..f045777 100644 --- a/src/util/decompressfilejob.h +++ b/src/util/decompressfilejob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DECOMPRESSFILEJOB_H #define DECOMPRESSFILEJOB_H diff --git a/src/util/error.cpp b/src/util/error.cpp index ef6afad..59eeeb2 100644 --- a/src/util/error.cpp +++ b/src/util/error.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "error.h" #include diff --git a/src/util/error.h b/src/util/error.h index 98fbcfc..51985c1 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTERROR_H #define BTERROR_H diff --git a/src/util/extractfilejob.cpp b/src/util/extractfilejob.cpp index c70c5b9..0248fe8 100644 --- a/src/util/extractfilejob.cpp +++ b/src/util/extractfilejob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "extractfilejob.h" #include diff --git a/src/util/extractfilejob.h b/src/util/extractfilejob.h index 94a0617..44d3749 100644 --- a/src/util/extractfilejob.h +++ b/src/util/extractfilejob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_EXTRACTFILEJOB_H #define BT_EXTRACTFILEJOB_H diff --git a/src/util/file.cpp b/src/util/file.cpp index 95eb559..42a50d7 100644 --- a/src/util/file.cpp +++ b/src/util/file.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "file.h" #include diff --git a/src/util/file.h b/src/util/file.h index 4b41b1a..c5410e1 100644 --- a/src/util/file.h +++ b/src/util/file.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTFILE_H #define BTFILE_H diff --git a/src/util/fileops.cpp b/src/util/fileops.cpp index 9ffe094..3099d1c 100644 --- a/src/util/fileops.cpp +++ b/src/util/fileops.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "fileops.h" #include "config-ktorrent.h" diff --git a/src/util/fileops.h b/src/util/fileops.h index 9948b33..91ce3a5 100644 --- a/src/util/fileops.h +++ b/src/util/fileops.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTFILEOPS_H #define BTFILEOPS_H diff --git a/src/util/functions.cpp b/src/util/functions.cpp index 0049ffb..f9a7b74 100644 --- a/src/util/functions.cpp +++ b/src/util/functions.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "functions.h" #include diff --git a/src/util/functions.h b/src/util/functions.h index 4aeedef..ac8e8c7 100644 --- a/src/util/functions.h +++ b/src/util/functions.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTFUNCTIONS_H #define BTFUNCTIONS_H diff --git a/src/util/log.cpp b/src/util/log.cpp index a867ddd..0d002f2 100644 --- a/src/util/log.cpp +++ b/src/util/log.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "log.h" #include diff --git a/src/util/log.h b/src/util/log.h index cff962b..e5766ce 100644 --- a/src/util/log.h +++ b/src/util/log.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef JORISLOG_H #define JORISLOG_H diff --git a/src/util/logsystemmanager.cpp b/src/util/logsystemmanager.cpp index 3fe8672..2a4cdbc 100644 --- a/src/util/logsystemmanager.cpp +++ b/src/util/logsystemmanager.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "logsystemmanager.h" #include "log.h" #include diff --git a/src/util/logsystemmanager.h b/src/util/logsystemmanager.h index 17dee37..95f9c33 100644 --- a/src/util/logsystemmanager.h +++ b/src/util/logsystemmanager.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2008 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTLOGSYSTEMMANAGER_H #define BTLOGSYSTEMMANAGER_H diff --git a/src/util/pipe.cpp b/src/util/pipe.cpp index f0a84da..336734b 100644 --- a/src/util/pipe.cpp +++ b/src/util/pipe.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "pipe.h" diff --git a/src/util/pipe.h b/src/util/pipe.h index 82fe4f3..2f4190f 100644 --- a/src/util/pipe.h +++ b/src/util/pipe.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_PIPE_H #define BT_PIPE_H diff --git a/src/util/ptrmap.cpp b/src/util/ptrmap.cpp index 0f24023..d6811bb 100644 --- a/src/util/ptrmap.cpp +++ b/src/util/ptrmap.cpp @@ -1,20 +1,17 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "ptrmap.h" diff --git a/src/util/ptrmap.h b/src/util/ptrmap.h index 19423ce..1bc9a4f 100644 --- a/src/util/ptrmap.h +++ b/src/util/ptrmap.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTPTRMAP_H #define BTPTRMAP_H diff --git a/src/util/resourcemanager.cpp b/src/util/resourcemanager.cpp index add18d2..2bbda62 100644 --- a/src/util/resourcemanager.cpp +++ b/src/util/resourcemanager.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "resourcemanager.h" diff --git a/src/util/resourcemanager.h b/src/util/resourcemanager.h index c317814..8e3499b 100644 --- a/src/util/resourcemanager.h +++ b/src/util/resourcemanager.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_TICKETMANAGER_H #define BT_TICKETMANAGER_H diff --git a/src/util/sha1hash.cpp b/src/util/sha1hash.cpp index 8bc949f..9b8e57c 100644 --- a/src/util/sha1hash.cpp +++ b/src/util/sha1hash.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "sha1hash.h" #include "log.h" #include "sha1hashgen.h" diff --git a/src/util/sha1hash.h b/src/util/sha1hash.h index 7d4e261..72d56f0 100644 --- a/src/util/sha1hash.h +++ b/src/util/sha1hash.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSHA1HASH_H #define BTSHA1HASH_H diff --git a/src/util/sha1hashgen.cpp b/src/util/sha1hashgen.cpp index a26bd81..5b61cc8 100644 --- a/src/util/sha1hashgen.cpp +++ b/src/util/sha1hashgen.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "sha1hashgen.h" #include "functions.h" #include diff --git a/src/util/sha1hashgen.h b/src/util/sha1hashgen.h index 9efdd18..40b4c76 100644 --- a/src/util/sha1hashgen.h +++ b/src/util/sha1hashgen.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTSHA1HASHGEN_H #define BTSHA1HASHGEN_H diff --git a/src/util/signalcatcher.cpp b/src/util/signalcatcher.cpp index 9030535..4f52294 100644 --- a/src/util/signalcatcher.cpp +++ b/src/util/signalcatcher.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "signalcatcher.h" #include "log.h" #include diff --git a/src/util/signalcatcher.h b/src/util/signalcatcher.h index 329a72f..8175580 100644 --- a/src/util/signalcatcher.h +++ b/src/util/signalcatcher.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BT_SIGNALCATCHER_H #define BT_SIGNALCATCHER_H diff --git a/src/util/tests/bufferpooltest.cpp b/src/util/tests/bufferpooltest.cpp index 6378dd8..11c9630 100644 --- a/src/util/tests/bufferpooltest.cpp +++ b/src/util/tests/bufferpooltest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include #include diff --git a/src/util/tests/circularbuffertest.cpp b/src/util/tests/circularbuffertest.cpp index b87204e..05ebf9e 100644 --- a/src/util/tests/circularbuffertest.cpp +++ b/src/util/tests/circularbuffertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/util/tests/fileopstest.cpp b/src/util/tests/fileopstest.cpp index 9481044..619e772 100644 --- a/src/util/tests/fileopstest.cpp +++ b/src/util/tests/fileopstest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include #include diff --git a/src/util/tests/resourcemanagertest.cpp b/src/util/tests/resourcemanagertest.cpp index e084e90..569a141 100644 --- a/src/util/tests/resourcemanagertest.cpp +++ b/src/util/tests/resourcemanagertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/util/tests/signalcatchertest.cpp b/src/util/tests/signalcatchertest.cpp index cff67dc..85775ab 100644 --- a/src/util/tests/signalcatchertest.cpp +++ b/src/util/tests/signalcatchertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/util/timer.cpp b/src/util/timer.cpp index d0f6ec1..d8db5b8 100644 --- a/src/util/timer.cpp +++ b/src/util/timer.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "timer.h" #include "functions.h" diff --git a/src/util/timer.h b/src/util/timer.h index b876c13..571b872 100644 --- a/src/util/timer.h +++ b/src/util/timer.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTTIMER_H #define BTTIMER_H diff --git a/src/util/urlencoder.cpp b/src/util/urlencoder.cpp index 4680261..c725b24 100644 --- a/src/util/urlencoder.cpp +++ b/src/util/urlencoder.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "urlencoder.h" namespace bt diff --git a/src/util/urlencoder.h b/src/util/urlencoder.h index 29fdf12..3efa223 100644 --- a/src/util/urlencoder.h +++ b/src/util/urlencoder.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTURLENCODER_H #define BTURLENCODER_H diff --git a/src/util/waitjob.cpp b/src/util/waitjob.cpp index 54e54e9..86e9cfe 100644 --- a/src/util/waitjob.cpp +++ b/src/util/waitjob.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "waitjob.h" #include "log.h" #include diff --git a/src/util/waitjob.h b/src/util/waitjob.h index 340ac9e..4d9f02f 100644 --- a/src/util/waitjob.h +++ b/src/util/waitjob.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2005 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTWAITJOB_H #define BTWAITJOB_H diff --git a/src/util/win32.cpp b/src/util/win32.cpp index 3cec45c..2157df9 100644 --- a/src/util/win32.cpp +++ b/src/util/win32.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2006 by Dan Kennedy. -Copyright (c) 2006 by Juliusz Chroboczek. +SPDX-FileCopyrightText: 2006 Dan Kennedy. +SPDX-FileCopyrightText: 2006 Juliusz Chroboczek. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/util/win32.h b/src/util/win32.h index 3da01f3..366e990 100644 --- a/src/util/win32.h +++ b/src/util/win32.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2006 by Dan Kennedy. -Copyright (c) 2006 by Juliusz Chroboczek. +SPDX-FileCopyrightText: 2006 Dan Kennedy. +SPDX-FileCopyrightText: 2006 Juliusz Chroboczek. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/utp/connection.cpp b/src/utp/connection.cpp index 22a5d50..a869fba 100644 --- a/src/utp/connection.cpp +++ b/src/utp/connection.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "connection.h" #include "delaywindow.h" diff --git a/src/utp/connection.h b/src/utp/connection.h index 40ba97d..add35f0 100644 --- a/src/utp/connection.h +++ b/src/utp/connection.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_CONNECTION_H #define UTP_CONNECTION_H diff --git a/src/utp/delaywindow.cpp b/src/utp/delaywindow.cpp index 9b71242..637fba2 100644 --- a/src/utp/delaywindow.cpp +++ b/src/utp/delaywindow.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "delaywindow.h" #include diff --git a/src/utp/delaywindow.h b/src/utp/delaywindow.h index b408a08..9b9c697 100644 --- a/src/utp/delaywindow.h +++ b/src/utp/delaywindow.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_DELAYWINDOW_H #define UTP_DELAYWINDOW_H diff --git a/src/utp/localwindow.cpp b/src/utp/localwindow.cpp index e97f2d9..fef8d71 100644 --- a/src/utp/localwindow.cpp +++ b/src/utp/localwindow.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "localwindow.h" #include "utpprotocol.h" diff --git a/src/utp/localwindow.h b/src/utp/localwindow.h index 07f1795..1e630f3 100644 --- a/src/utp/localwindow.h +++ b/src/utp/localwindow.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_LOCALWINDOW_H #define UTP_LOCALWINDOW_H diff --git a/src/utp/outputqueue.cpp b/src/utp/outputqueue.cpp index b346db0..2be828a 100644 --- a/src/utp/outputqueue.cpp +++ b/src/utp/outputqueue.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "outputqueue.h" #include diff --git a/src/utp/outputqueue.h b/src/utp/outputqueue.h index 65677ac..fbf5e2e 100644 --- a/src/utp/outputqueue.h +++ b/src/utp/outputqueue.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_OUTPUTQUEUE_H #define UTP_OUTPUTQUEUE_H diff --git a/src/utp/packetbuffer.cpp b/src/utp/packetbuffer.cpp index 1998517..53576b2 100644 --- a/src/utp/packetbuffer.cpp +++ b/src/utp/packetbuffer.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "packetbuffer.h" #include "utpprotocol.h" diff --git a/src/utp/packetbuffer.h b/src/utp/packetbuffer.h index 0ebbebb..804b4de 100644 --- a/src/utp/packetbuffer.h +++ b/src/utp/packetbuffer.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_PACKETBUFFER_H_ #define UTP_PACKETBUFFER_H_ diff --git a/src/utp/pollpipe.cpp b/src/utp/pollpipe.cpp index 3266c28..5f62a6d 100644 --- a/src/utp/pollpipe.cpp +++ b/src/utp/pollpipe.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "pollpipe.h" #include "connection.h" diff --git a/src/utp/pollpipe.h b/src/utp/pollpipe.h index 8b002d0..1346f8e 100644 --- a/src/utp/pollpipe.h +++ b/src/utp/pollpipe.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_POLLPIPE_H #define UTP_POLLPIPE_H diff --git a/src/utp/remotewindow.cpp b/src/utp/remotewindow.cpp index 0b8d81e..0d6d77c 100644 --- a/src/utp/remotewindow.cpp +++ b/src/utp/remotewindow.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "remotewindow.h" #include "connection.h" diff --git a/src/utp/remotewindow.h b/src/utp/remotewindow.h index 7b3991e..a7d6e30 100644 --- a/src/utp/remotewindow.h +++ b/src/utp/remotewindow.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_REMOTEWINDOW_H #define UTP_REMOTEWINDOW_H diff --git a/src/utp/tests/congestiontest.cpp b/src/utp/tests/congestiontest.cpp index cfd0043..94ec07c 100644 --- a/src/utp/tests/congestiontest.cpp +++ b/src/utp/tests/congestiontest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/connectiontest.cpp b/src/utp/tests/connectiontest.cpp index b684b79..1c1d42f 100644 --- a/src/utp/tests/connectiontest.cpp +++ b/src/utp/tests/connectiontest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/connecttest.cpp b/src/utp/tests/connecttest.cpp index 29ad8ca..d6767e3 100644 --- a/src/utp/tests/connecttest.cpp +++ b/src/utp/tests/connecttest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/delaywindowtest.cpp b/src/utp/tests/delaywindowtest.cpp index 9f83322..7633b68 100644 --- a/src/utp/tests/delaywindowtest.cpp +++ b/src/utp/tests/delaywindowtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/fintest.cpp b/src/utp/tests/fintest.cpp index cafa90c..ef20450 100644 --- a/src/utp/tests/fintest.cpp +++ b/src/utp/tests/fintest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/localwindowtest.cpp b/src/utp/tests/localwindowtest.cpp index 34d14f9..7921442 100644 --- a/src/utp/tests/localwindowtest.cpp +++ b/src/utp/tests/localwindowtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/packetbuffertest.cpp b/src/utp/tests/packetbuffertest.cpp index b1ec896..bd87433 100644 --- a/src/utp/tests/packetbuffertest.cpp +++ b/src/utp/tests/packetbuffertest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/packetlosstest.cpp b/src/utp/tests/packetlosstest.cpp index 8163e02..a2ffc4c 100644 --- a/src/utp/tests/packetlosstest.cpp +++ b/src/utp/tests/packetlosstest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/remotewindowtest.cpp b/src/utp/tests/remotewindowtest.cpp index 68d4e79..02ba46a 100644 --- a/src/utp/tests/remotewindowtest.cpp +++ b/src/utp/tests/remotewindowtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/sendtest.cpp b/src/utp/tests/sendtest.cpp index 9c6f5df..9319e3b 100644 --- a/src/utp/tests/sendtest.cpp +++ b/src/utp/tests/sendtest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include #include diff --git a/src/utp/tests/sockettest.cpp b/src/utp/tests/sockettest.cpp index 0fd61b7..e08d618 100644 --- a/src/utp/tests/sockettest.cpp +++ b/src/utp/tests/sockettest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/timevaluetest.cpp b/src/utp/tests/timevaluetest.cpp index 1e23426..a86df76 100644 --- a/src/utp/tests/timevaluetest.cpp +++ b/src/utp/tests/timevaluetest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2011 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2011 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/transmittest.cpp b/src/utp/tests/transmittest.cpp index 040b47b..d30cfa3 100644 --- a/src/utp/tests/transmittest.cpp +++ b/src/utp/tests/transmittest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/tests/utppolltest.cpp b/src/utp/tests/utppolltest.cpp index 03283a0..8b025d2 100644 --- a/src/utp/tests/utppolltest.cpp +++ b/src/utp/tests/utppolltest.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include #include diff --git a/src/utp/timevalue.cpp b/src/utp/timevalue.cpp index 8a534e7..c628589 100644 --- a/src/utp/timevalue.cpp +++ b/src/utp/timevalue.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "timevalue.h" #include diff --git a/src/utp/timevalue.h b/src/utp/timevalue.h index ce72a9d..a0e33da 100644 --- a/src/utp/timevalue.h +++ b/src/utp/timevalue.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_TIMEVALUE_H #define UTP_TIMEVALUE_H diff --git a/src/utp/utpprotocol.cpp b/src/utp/utpprotocol.cpp index d664686..b4096e0 100644 --- a/src/utp/utpprotocol.cpp +++ b/src/utp/utpprotocol.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utpprotocol.h" #include diff --git a/src/utp/utpprotocol.h b/src/utp/utpprotocol.h index e37a2ad..4493f83 100644 --- a/src/utp/utpprotocol.h +++ b/src/utp/utpprotocol.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_UTPPROTOCOL_H #define UTP_UTPPROTOCOL_H diff --git a/src/utp/utpserver.cpp b/src/utp/utpserver.cpp index 217d9a6..91aea55 100644 --- a/src/utp/utpserver.cpp +++ b/src/utp/utpserver.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utpserver.h" #include "utpserver_p.h" diff --git a/src/utp/utpserver.h b/src/utp/utpserver.h index 42f6d63..ab32a8c 100644 --- a/src/utp/utpserver.h +++ b/src/utp/utpserver.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_UTPSERVER_H #define UTP_UTPSERVER_H diff --git a/src/utp/utpserver_p.h b/src/utp/utpserver_p.h index 7e26d43..7f7fb08 100644 --- a/src/utp/utpserver_p.h +++ b/src/utp/utpserver_p.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_UTPSERVER_P_H #define UTP_UTPSERVER_P_H diff --git a/src/utp/utpserverthread.cpp b/src/utp/utpserverthread.cpp index 048b99c..bb78581 100644 --- a/src/utp/utpserverthread.cpp +++ b/src/utp/utpserverthread.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utpserverthread.h" #include "utpserver.h" diff --git a/src/utp/utpserverthread.h b/src/utp/utpserverthread.h index 019953e..63e57d5 100644 --- a/src/utp/utpserverthread.h +++ b/src/utp/utpserverthread.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_UTPSERVERTHREAD_H #define UTP_UTPSERVERTHREAD_H diff --git a/src/utp/utpsocket.cpp b/src/utp/utpsocket.cpp index ff22be1..bda6dde 100644 --- a/src/utp/utpsocket.cpp +++ b/src/utp/utpsocket.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utpsocket.h" #include "connection.h" diff --git a/src/utp/utpsocket.h b/src/utp/utpsocket.h index ae3f35a..030deed 100644 --- a/src/utp/utpsocket.h +++ b/src/utp/utpsocket.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2009 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2009 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTP_UTPSOCKET_H #define UTP_UTPSOCKET_H diff --git a/src/version.cpp b/src/version.cpp index b118a6f..935edcb 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "version.h" #include diff --git a/src/version.h b/src/version.h index 34c6869..0c29243 100644 --- a/src/version.h +++ b/src/version.h @@ -1,23 +1,20 @@ -/*************************************************************************** - * Copyright (C) 2007 by Joris Guisson and Ivan Vasic * - * joris.guisson@gmail.com * - * ivasic@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2007 Joris Guisson and Ivan Vasic + joris.guisson@gmail.com + ivasic@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef BTVERSION_H #define BTVERSION_H diff --git a/testlib/dummytorrentcreator.cpp b/testlib/dummytorrentcreator.cpp index 98fb4a9..b1e6aea 100644 --- a/testlib/dummytorrentcreator.cpp +++ b/testlib/dummytorrentcreator.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "dummytorrentcreator.h" #include diff --git a/testlib/dummytorrentcreator.h b/testlib/dummytorrentcreator.h index 3415667..cb134c8 100644 --- a/testlib/dummytorrentcreator.h +++ b/testlib/dummytorrentcreator.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2010 by Joris Guisson * - * joris.guisson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Joris Guisson + joris.guisson@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef DUMMYTORRENTCREATOR_H #define DUMMYTORRENTCREATOR_H diff --git a/testlib/utils.cpp b/testlib/utils.cpp index 943a20d..69ed75b 100644 --- a/testlib/utils.cpp +++ b/testlib/utils.cpp @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #include "utils.h" diff --git a/testlib/utils.h b/testlib/utils.h index 6fe328e..3b7cb82 100644 --- a/testlib/utils.h +++ b/testlib/utils.h @@ -1,22 +1,19 @@ -/*************************************************************************** - * Copyright (C) 2012 by * - * Joris Guisson * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ +/* + SPDX-FileCopyrightText: 2012 by + Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ #ifndef UTILS_H #define UTILS_H -- GitLab From ccba5e2ccb3f79724335fdb8f878cafdd82d86b4 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 26 Sep 2021 07:04:04 +0200 Subject: [PATCH 02/12] Clean up license header leftovers --- examples/ktcli/ktcli.cpp | 10 ---------- examples/ktcli/ktcli.h | 10 ---------- examples/ktcli/main.cpp | 10 ---------- src/bcodec/bdecoder.cpp | 10 ---------- src/bcodec/bdecoder.h | 10 ---------- src/bcodec/bencoder.cpp | 10 ---------- src/bcodec/bencoder.h | 10 ---------- src/bcodec/bnode.cpp | 10 ---------- src/bcodec/bnode.h | 10 ---------- src/bcodec/value.cpp | 10 ---------- src/bcodec/value.h | 10 ---------- src/datachecker/datachecker.cpp | 10 ---------- src/datachecker/datachecker.h | 10 ---------- src/datachecker/datacheckerjob.cpp | 10 ---------- src/datachecker/datacheckerjob.h | 10 ---------- src/datachecker/datacheckerthread.cpp | 10 ---------- src/datachecker/datacheckerthread.h | 10 ---------- src/datachecker/multidatachecker.cpp | 10 ---------- src/datachecker/multidatachecker.h | 10 ---------- src/datachecker/singledatachecker.cpp | 10 ---------- src/datachecker/singledatachecker.h | 10 ---------- src/dht/announcereq.cpp | 10 ---------- src/dht/announcereq.h | 10 ---------- src/dht/announcersp.cpp | 10 ---------- src/dht/announcersp.h | 10 ---------- src/dht/announcetask.cpp | 10 ---------- src/dht/announcetask.h | 10 ---------- src/dht/database.cpp | 10 ---------- src/dht/database.h | 10 ---------- src/dht/dht.cpp | 10 ---------- src/dht/dht.h | 10 ---------- src/dht/dhtbase.cpp | 10 ---------- src/dht/dhtbase.h | 10 ---------- src/dht/dhtpeersource.cpp | 10 ---------- src/dht/dhtpeersource.h | 10 ---------- src/dht/errmsg.cpp | 10 ---------- src/dht/errmsg.h | 10 ---------- src/dht/findnodereq.cpp | 10 ---------- src/dht/findnodereq.h | 10 ---------- src/dht/findnodersp.cpp | 10 ---------- src/dht/findnodersp.h | 10 ---------- src/dht/getpeersreq.cpp | 10 ---------- src/dht/getpeersreq.h | 10 ---------- src/dht/getpeersrsp.cpp | 10 ---------- src/dht/getpeersrsp.h | 10 ---------- src/dht/kbucket.cpp | 10 ---------- src/dht/kbucket.h | 10 ---------- src/dht/kbucketentry.cpp | 10 ---------- src/dht/kbucketentry.h | 10 ---------- src/dht/kbuckettable.cpp | 10 ---------- src/dht/kbuckettable.h | 10 ---------- src/dht/kclosestnodessearch.cpp | 10 ---------- src/dht/kclosestnodessearch.h | 10 ---------- src/dht/key.cpp | 10 ---------- src/dht/key.h | 10 ---------- src/dht/node.cpp | 10 ---------- src/dht/node.h | 10 ---------- src/dht/nodelookup.cpp | 10 ---------- src/dht/nodelookup.h | 10 ---------- src/dht/pack.cpp | 10 ---------- src/dht/pack.h | 10 ---------- src/dht/packednodecontainer.cpp | 10 ---------- src/dht/packednodecontainer.h | 10 ---------- src/dht/pingreq.cpp | 10 ---------- src/dht/pingreq.h | 10 ---------- src/dht/pingrsp.cpp | 10 ---------- src/dht/pingrsp.h | 10 ---------- src/dht/rpccall.cpp | 10 ---------- src/dht/rpccall.h | 10 ---------- src/dht/rpcmsg.cpp | 10 ---------- src/dht/rpcmsg.h | 10 ---------- src/dht/rpcmsgfactory.cpp | 10 ---------- src/dht/rpcmsgfactory.h | 10 ---------- src/dht/rpcserver.cpp | 10 ---------- src/dht/rpcserver.h | 10 ---------- src/dht/rpcserverinterface.cpp | 10 ---------- src/dht/rpcserverinterface.h | 10 ---------- src/dht/task.cpp | 10 ---------- src/dht/task.h | 10 ---------- src/dht/taskmanager.cpp | 10 ---------- src/dht/taskmanager.h | 10 ---------- src/dht/tests/keytest.cpp | 10 ---------- src/dht/tests/rpcmsgtest.cpp | 10 ---------- src/diskio/cache.cpp | 10 ---------- src/diskio/cache.h | 10 ---------- src/diskio/cachefile.cpp | 10 ---------- src/diskio/cachefile.h | 10 ---------- src/diskio/chunk.cpp | 10 ---------- src/diskio/chunk.h | 10 ---------- src/diskio/chunkmanager.cpp | 10 ---------- src/diskio/chunkmanager.h | 10 ---------- src/diskio/deletedatafilesjob.cpp | 10 ---------- src/diskio/deletedatafilesjob.h | 10 ---------- src/diskio/dndfile.cpp | 10 ---------- src/diskio/dndfile.h | 10 ---------- src/diskio/movedatafilesjob.cpp | 10 ---------- src/diskio/movedatafilesjob.h | 10 ---------- src/diskio/multifilecache.cpp | 10 ---------- src/diskio/multifilecache.h | 10 ---------- src/diskio/piecedata.cpp | 10 ---------- src/diskio/piecedata.h | 10 ---------- src/diskio/preallocationjob.cpp | 10 ---------- src/diskio/preallocationjob.h | 10 ---------- src/diskio/preallocationthread.cpp | 10 ---------- src/diskio/preallocationthread.h | 10 ---------- src/diskio/singlefilecache.cpp | 10 ---------- src/diskio/singlefilecache.h | 10 ---------- src/diskio/tests/chunkmanagertest.cpp | 10 ---------- src/diskio/tests/preallocationtest.cpp | 10 ---------- src/download/chunkdownload.cpp | 10 ---------- src/download/chunkdownload.h | 10 ---------- src/download/chunkselector.cpp | 10 ---------- src/download/chunkselector.h | 10 ---------- src/download/downloader.cpp | 10 ---------- src/download/downloader.h | 10 ---------- src/download/httpconnection.cpp | 10 ---------- src/download/httpconnection.h | 10 ---------- src/download/httpresponseheader.cpp | 10 ---------- src/download/httpresponseheader.h | 10 ---------- src/download/packet.cpp | 10 ---------- src/download/packet.h | 10 ---------- src/download/piece.cpp | 10 ---------- src/download/piece.h | 10 ---------- src/download/request.cpp | 10 ---------- src/download/request.h | 10 ---------- src/download/streamingchunkselector.cpp | 10 ---------- src/download/streamingchunkselector.h | 10 ---------- src/download/webseed.cpp | 10 ---------- src/download/webseed.h | 10 ---------- src/interfaces/blocklistinterface.cpp | 10 ---------- src/interfaces/blocklistinterface.h | 10 ---------- src/interfaces/cachefactory.cpp | 10 ---------- src/interfaces/cachefactory.h | 10 ---------- src/interfaces/chunkdownloadinterface.cpp | 10 ---------- src/interfaces/chunkdownloadinterface.h | 10 ---------- src/interfaces/chunkselectorinterface.cpp | 10 ---------- src/interfaces/chunkselectorinterface.h | 10 ---------- src/interfaces/exitoperation.cpp | 10 ---------- src/interfaces/exitoperation.h | 10 ---------- src/interfaces/logmonitorinterface.cpp | 10 ---------- src/interfaces/logmonitorinterface.h | 10 ---------- src/interfaces/monitorinterface.cpp | 10 ---------- src/interfaces/monitorinterface.h | 10 ---------- src/interfaces/peerinterface.cpp | 10 ---------- src/interfaces/peerinterface.h | 10 ---------- src/interfaces/peersource.cpp | 10 ---------- src/interfaces/peersource.h | 10 ---------- src/interfaces/piecedownloader.cpp | 10 ---------- src/interfaces/piecedownloader.h | 10 ---------- src/interfaces/queuemanagerinterface.cpp | 10 ---------- src/interfaces/queuemanagerinterface.h | 10 ---------- src/interfaces/serverinterface.cpp | 10 ---------- src/interfaces/serverinterface.h | 10 ---------- src/interfaces/torrentfileinterface.cpp | 10 ---------- src/interfaces/torrentfileinterface.h | 10 ---------- src/interfaces/torrentinterface.cpp | 10 ---------- src/interfaces/torrentinterface.h | 10 ---------- src/interfaces/trackerinterface.cpp | 10 ---------- src/interfaces/trackerinterface.h | 10 ---------- src/interfaces/trackerslist.cpp | 10 ---------- src/interfaces/trackerslist.h | 10 ---------- src/interfaces/webseedinterface.cpp | 10 ---------- src/interfaces/webseedinterface.h | 10 ---------- src/magnet/magnetdownloader.cpp | 10 ---------- src/magnet/magnetdownloader.h | 10 ---------- src/magnet/magnetlink.cpp | 10 ---------- src/magnet/magnetlink.h | 10 ---------- src/magnet/metadatadownload.cpp | 10 ---------- src/magnet/metadatadownload.h | 10 ---------- src/mse/bigint.cpp | 10 ---------- src/mse/bigint.h | 10 ---------- src/mse/encryptedauthenticate.cpp | 10 ---------- src/mse/encryptedauthenticate.h | 10 ---------- src/mse/encryptedpacketsocket.cpp | 10 ---------- src/mse/encryptedpacketsocket.h | 10 ---------- src/mse/encryptedserverauthenticate.cpp | 10 ---------- src/mse/encryptedserverauthenticate.h | 10 ---------- src/mse/functions.cpp | 10 ---------- src/mse/functions.h | 10 ---------- src/mse/rc4encryptor.cpp | 10 ---------- src/mse/rc4encryptor.h | 10 ---------- src/mse/tests/rc4encryptortest.cpp | 10 ---------- src/net/address.cpp | 10 ---------- src/net/address.h | 10 ---------- src/net/addressresolver.cpp | 10 ---------- src/net/addressresolver.h | 10 ---------- src/net/downloadthread.cpp | 10 ---------- src/net/downloadthread.h | 10 ---------- src/net/networkthread.cpp | 10 ---------- src/net/networkthread.h | 10 ---------- src/net/packetsocket.cpp | 10 ---------- src/net/packetsocket.h | 10 ---------- src/net/poll.cpp | 10 ---------- src/net/poll.h | 10 ---------- src/net/portlist.cpp | 10 ---------- src/net/portlist.h | 10 ---------- src/net/reverseresolver.cpp | 10 ---------- src/net/reverseresolver.h | 10 ---------- src/net/serversocket.cpp | 10 ---------- src/net/serversocket.h | 10 ---------- src/net/socket.cpp | 10 ---------- src/net/socket.h | 10 ---------- src/net/socketdevice.cpp | 10 ---------- src/net/socketdevice.h | 10 ---------- src/net/socketgroup.cpp | 10 ---------- src/net/socketgroup.h | 10 ---------- src/net/socketmonitor.cpp | 10 ---------- src/net/socketmonitor.h | 10 ---------- src/net/socks.cpp | 10 ---------- src/net/socks.h | 10 ---------- src/net/speed.cpp | 10 ---------- src/net/speed.h | 10 ---------- src/net/streamsocket.cpp | 10 ---------- src/net/streamsocket.h | 10 ---------- src/net/tests/polltest.cpp | 10 ---------- src/net/tests/wakeuppipetest.cpp | 10 ---------- src/net/trafficshapedsocket.cpp | 10 ---------- src/net/trafficshapedsocket.h | 10 ---------- src/net/uploadthread.cpp | 10 ---------- src/net/uploadthread.h | 10 ---------- src/net/wakeuppipe.cpp | 10 ---------- src/net/wakeuppipe.h | 10 ---------- src/peer/accessmanager.cpp | 10 ---------- src/peer/accessmanager.h | 10 ---------- src/peer/authenticate.cpp | 10 ---------- src/peer/authenticate.h | 10 ---------- src/peer/authenticatebase.cpp | 10 ---------- src/peer/authenticatebase.h | 10 ---------- src/peer/authenticationmonitor.cpp | 10 ---------- src/peer/authenticationmonitor.h | 10 ---------- src/peer/badpeerslist.cpp | 10 ---------- src/peer/badpeerslist.h | 10 ---------- src/peer/chunkcounter.cpp | 10 ---------- src/peer/chunkcounter.h | 10 ---------- src/peer/connectionlimit.cpp | 10 ---------- src/peer/connectionlimit.h | 10 ---------- src/peer/packetreader.cpp | 10 ---------- src/peer/packetreader.h | 10 ---------- src/peer/peer.cpp | 10 ---------- src/peer/peer.h | 10 ---------- src/peer/peerconnector.cpp | 10 ---------- src/peer/peerconnector.h | 10 ---------- src/peer/peerdownloader.cpp | 10 ---------- src/peer/peerdownloader.h | 10 ---------- src/peer/peerid.cpp | 10 ---------- src/peer/peerid.h | 10 ---------- src/peer/peermanager.cpp | 10 ---------- src/peer/peermanager.h | 10 ---------- src/peer/peerprotocolextension.cpp | 10 ---------- src/peer/peerprotocolextension.h | 10 ---------- src/peer/peeruploader.cpp | 10 ---------- src/peer/peeruploader.h | 10 ---------- src/peer/serverauthenticate.cpp | 10 ---------- src/peer/serverauthenticate.h | 10 ---------- src/peer/superseeder.cpp | 10 ---------- src/peer/superseeder.h | 10 ---------- src/peer/tests/accessmanagertest.cpp | 10 ---------- src/peer/tests/connectionlimittest.cpp | 10 ---------- src/peer/tests/packetreadertest.cpp | 10 ---------- src/peer/tests/superseedtest.cpp | 10 ---------- src/peer/utmetadata.cpp | 10 ---------- src/peer/utmetadata.h | 10 ---------- src/peer/utpex.cpp | 10 ---------- src/peer/utpex.h | 10 ---------- src/torrent/advancedchokealgorithm.cpp | 10 ---------- src/torrent/advancedchokealgorithm.h | 10 ---------- src/torrent/choker.cpp | 10 ---------- src/torrent/choker.h | 10 ---------- src/torrent/globals.cpp | 10 ---------- src/torrent/globals.h | 10 ---------- src/torrent/job.cpp | 10 ---------- src/torrent/job.h | 10 ---------- src/torrent/jobqueue.cpp | 10 ---------- src/torrent/jobqueue.h | 10 ---------- src/torrent/peersourcemanager.cpp | 10 ---------- src/torrent/peersourcemanager.h | 10 ---------- src/torrent/server.cpp | 10 ---------- src/torrent/server.h | 10 ---------- src/torrent/statsfile.cpp | 10 ---------- src/torrent/statsfile.h | 10 ---------- src/torrent/tests/statsfiletest.cpp | 10 ---------- src/torrent/timeestimator.cpp | 10 ---------- src/torrent/timeestimator.h | 10 ---------- src/torrent/torrent.cpp | 10 ---------- src/torrent/torrent.h | 10 ---------- src/torrent/torrentcontrol.cpp | 10 ---------- src/torrent/torrentcontrol.h | 10 ---------- src/torrent/torrentcreator.cpp | 10 ---------- src/torrent/torrentcreator.h | 10 ---------- src/torrent/torrentfile.cpp | 10 ---------- src/torrent/torrentfile.h | 10 ---------- src/torrent/torrentfilestream.cpp | 10 ---------- src/torrent/torrentfilestream.h | 10 ---------- src/torrent/torrentstats.cpp | 10 ---------- src/torrent/torrentstats.h | 10 ---------- src/torrent/uploader.cpp | 10 ---------- src/torrent/uploader.h | 10 ---------- src/tracker/httptracker.cpp | 10 ---------- src/tracker/httptracker.h | 10 ---------- src/tracker/kioannouncejob.cpp | 10 ---------- src/tracker/kioannouncejob.h | 10 ---------- src/tracker/tracker.cpp | 10 ---------- src/tracker/tracker.h | 10 ---------- src/tracker/trackermanager.cpp | 10 ---------- src/tracker/trackermanager.h | 10 ---------- src/tracker/udptracker.cpp | 10 ---------- src/tracker/udptracker.h | 10 ---------- src/tracker/udptrackersocket.cpp | 10 ---------- src/tracker/udptrackersocket.h | 10 ---------- src/upnp/httprequest.cpp | 10 ---------- src/upnp/httprequest.h | 10 ---------- src/upnp/soap.cpp | 10 ---------- src/upnp/soap.h | 10 ---------- src/upnp/upnpdescriptionparser.cpp | 10 ---------- src/upnp/upnpdescriptionparser.h | 10 ---------- src/upnp/upnpmcastsocket.cpp | 10 ---------- src/upnp/upnpmcastsocket.h | 10 ---------- src/upnp/upnprouter.cpp | 10 ---------- src/upnp/upnprouter.h | 10 ---------- src/util/array.cpp | 10 ---------- src/util/array.h | 10 ---------- src/util/autorotatelogjob.cpp | 10 ---------- src/util/autorotatelogjob.h | 10 ---------- src/util/bitset.cpp | 10 ---------- src/util/bitset.h | 10 ---------- src/util/bufferpool.cpp | 10 ---------- src/util/bufferpool.h | 10 ---------- src/util/circularbuffer.cpp | 10 ---------- src/util/circularbuffer.h | 10 ---------- src/util/compressfilejob.cpp | 10 ---------- src/util/compressfilejob.h | 10 ---------- src/util/constants.h | 10 ---------- src/util/decompressfilejob.cpp | 10 ---------- src/util/decompressfilejob.h | 10 ---------- src/util/error.cpp | 10 ---------- src/util/error.h | 10 ---------- src/util/extractfilejob.cpp | 10 ---------- src/util/extractfilejob.h | 10 ---------- src/util/file.cpp | 10 ---------- src/util/file.h | 10 ---------- src/util/fileops.cpp | 10 ---------- src/util/fileops.h | 10 ---------- src/util/functions.cpp | 10 ---------- src/util/functions.h | 10 ---------- src/util/log.cpp | 10 ---------- src/util/log.h | 10 ---------- src/util/logsystemmanager.cpp | 10 ---------- src/util/logsystemmanager.h | 10 ---------- src/util/pipe.cpp | 10 ---------- src/util/pipe.h | 10 ---------- src/util/ptrmap.cpp | 10 ---------- src/util/ptrmap.h | 10 ---------- src/util/resourcemanager.cpp | 10 ---------- src/util/resourcemanager.h | 10 ---------- src/util/sha1hash.cpp | 10 ---------- src/util/sha1hash.h | 10 ---------- src/util/sha1hashgen.cpp | 10 ---------- src/util/sha1hashgen.h | 10 ---------- src/util/signalcatcher.cpp | 10 ---------- src/util/signalcatcher.h | 10 ---------- src/util/tests/bufferpooltest.cpp | 10 ---------- src/util/tests/circularbuffertest.cpp | 10 ---------- src/util/tests/fileopstest.cpp | 10 ---------- src/util/tests/resourcemanagertest.cpp | 10 ---------- src/util/tests/signalcatchertest.cpp | 10 ---------- src/util/timer.cpp | 10 ---------- src/util/timer.h | 10 ---------- src/util/urlencoder.cpp | 10 ---------- src/util/urlencoder.h | 10 ---------- src/util/waitjob.cpp | 10 ---------- src/util/waitjob.h | 10 ---------- src/utp/connection.cpp | 10 ---------- src/utp/connection.h | 10 ---------- src/utp/delaywindow.cpp | 10 ---------- src/utp/delaywindow.h | 10 ---------- src/utp/localwindow.cpp | 10 ---------- src/utp/localwindow.h | 10 ---------- src/utp/outputqueue.cpp | 10 ---------- src/utp/outputqueue.h | 10 ---------- src/utp/packetbuffer.cpp | 10 ---------- src/utp/packetbuffer.h | 10 ---------- src/utp/pollpipe.cpp | 10 ---------- src/utp/pollpipe.h | 10 ---------- src/utp/remotewindow.cpp | 10 ---------- src/utp/remotewindow.h | 10 ---------- src/utp/tests/congestiontest.cpp | 10 ---------- src/utp/tests/connectiontest.cpp | 10 ---------- src/utp/tests/connecttest.cpp | 10 ---------- src/utp/tests/delaywindowtest.cpp | 10 ---------- src/utp/tests/fintest.cpp | 10 ---------- src/utp/tests/localwindowtest.cpp | 10 ---------- src/utp/tests/packetbuffertest.cpp | 10 ---------- src/utp/tests/packetlosstest.cpp | 10 ---------- src/utp/tests/remotewindowtest.cpp | 10 ---------- src/utp/tests/sendtest.cpp | 10 ---------- src/utp/tests/sockettest.cpp | 10 ---------- src/utp/tests/timevaluetest.cpp | 10 ---------- src/utp/tests/transmittest.cpp | 10 ---------- src/utp/tests/utppolltest.cpp | 10 ---------- src/utp/timevalue.cpp | 10 ---------- src/utp/timevalue.h | 10 ---------- src/utp/utpprotocol.cpp | 10 ---------- src/utp/utpprotocol.h | 10 ---------- src/utp/utpserver.cpp | 10 ---------- src/utp/utpserver.h | 10 ---------- src/utp/utpserver_p.h | 10 ---------- src/utp/utpserverthread.cpp | 10 ---------- src/utp/utpserverthread.h | 10 --