diff --git a/.gitignore b/.gitignore index eb6923a4c2f04c6ca77e9b2c0a68aaf03e007308..fe0cada378479978185b0d708da045d90c598bae 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ CMakeLists.txt.user* /.clang-format cmake-build-debug* .idea +.clangd +.cache +compile_commands.json diff --git a/COPYING b/COPYING deleted file mode 100644 index 5185fd3f311841601bd0175d8a521c6c73c7b2ae..0000000000000000000000000000000000000000 --- a/COPYING +++ /dev/null @@ -1,346 +0,0 @@ -NOTE! The GPL below is copyrighted by the Free Software Foundation, but -the instance of code that it refers to (the kde programs) are copyrighted -by the authors who actually wrote it. - ---------------------------------------------------------------------------- - - 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 Library 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. - - GNU GENERAL PUBLIC LICENSE - 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. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public 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) 19yy 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. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 0000000000000000000000000000000000000000..0741db789ebe3072f97eb7ce97d7b565b1ddaf75 --- /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 0000000000000000000000000000000000000000..3b6070fcd0c53e0e40d54f61cbe4e0e95b23a431 --- /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/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000000000000000000000000000000000000..2071b23b0e08594ea6bc99ac71129ef992abf498 --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/cmake/COPYING-CMAKE-SCRIPTS b/cmake/COPYING-CMAKE-SCRIPTS deleted file mode 100644 index 4b417765f3a834ce6b0a216f6b6c0fe2d3f0bed5..0000000000000000000000000000000000000000 --- a/cmake/COPYING-CMAKE-SCRIPTS +++ /dev/null @@ -1,22 +0,0 @@ -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. diff --git a/cmake/FindLibGMP.cmake b/cmake/FindLibGMP.cmake index 1da1292da1e61b99cd0f36e26228126ff73c4d81..850c99708a55907b475625ac9d4bb09db247359f 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 dcf1c984ce6a095b001c24b7005adb2a82643d33..1b184d5b25262b087bb4e27b3b8e77661090aa43 100644 --- a/cmake/FindLibGcrypt.cmake +++ b/cmake/FindLibGcrypt.cmake @@ -29,32 +29,13 @@ # Since 1.9.50. #============================================================================= -# Copyright 2007 Charles Connell (This was based upon FindKopete.cmake) -# Copyright 2010 Joris Guisson -# Copyright 2016 Christophe Giboudeaux +# This was based upon FindKopete.cmake: +# SPDX-FileCopyrightText: 2007 Charles Connell # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: +# SPDX-FileCopyrightText: 2010 Joris Guisson +# SPDX-FileCopyrightText: 2016 Christophe Giboudeaux # -# 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 1c3357c094820e8ca1ef6fa7c2ac5e649876f514..bf5c7c7724417a698a1753a6c47fef37fbc108b7 100644 --- a/examples/ktcli/ktcli.cpp +++ b/examples/ktcli/ktcli.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "ktcli.h" diff --git a/examples/ktcli/ktcli.h b/examples/ktcli/ktcli.h index 6f8e540298be5bba97a2854849f8b201bf7d5532..4e711c52c10c7239f73d38ffd5c4e1f478ed4ad2 100644 --- a/examples/ktcli/ktcli.h +++ b/examples/ktcli/ktcli.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTCLI_H #define KTCLI_H diff --git a/examples/ktcli/main.cpp b/examples/ktcli/main.cpp index d723363cff1b4f93f5ac72f37fc92e9dc3ec04c5..e759819a8d22f96b0287e0e5def1b1b5d521d53a 100644 --- a/examples/ktcli/main.cpp +++ b/examples/ktcli/main.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "ktcli.h" #include diff --git a/src/bcodec/bdecoder.cpp b/src/bcodec/bdecoder.cpp index 37bf7c037c53a1fbec6dcff4ec9eb44227e07773..edc61850341916102a8c6d168c3e3aca1534aff6 100644 --- a/src/bcodec/bdecoder.cpp +++ b/src/bcodec/bdecoder.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bdecoder.h" #include "bnode.h" #include diff --git a/src/bcodec/bdecoder.h b/src/bcodec/bdecoder.h index 2a1a3db56190235c60a356d833a46ac9bf48b053..b42b3961f2ccb7f72b11a56fcb4eff666e81de53 100644 --- a/src/bcodec/bdecoder.h +++ b/src/bcodec/bdecoder.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTBDECODER_H #define BTBDECODER_H diff --git a/src/bcodec/bencoder.cpp b/src/bcodec/bencoder.cpp index 5edeedcde7478e2184b9ecd5b79a33c7f2fa7c1d..c82cada3e773ee8804450911268b1b1aa07f7630 100644 --- a/src/bcodec/bencoder.cpp +++ b/src/bcodec/bencoder.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bencoder.h" #include diff --git a/src/bcodec/bencoder.h b/src/bcodec/bencoder.h index 0eaaec58c5ada18981c2a843e17884e398033f71..fb6025810db4fb01b14e62fd393ef2d265597117 100644 --- a/src/bcodec/bencoder.h +++ b/src/bcodec/bencoder.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTBENCODER_H #define BTBENCODER_H diff --git a/src/bcodec/bnode.cpp b/src/bcodec/bnode.cpp index 81f1b683ca8643b652bc384185c85ba8ac5a7d55..b5e4f185231b05636bcf0fd26b8715331c82f9eb 100644 --- a/src/bcodec/bnode.cpp +++ b/src/bcodec/bnode.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bnode.h" #include #include diff --git a/src/bcodec/bnode.h b/src/bcodec/bnode.h index cec94921b9cee8b1c59ba3a3233899a881745414..2ec3dbeaef72109be1553072970071548bc1ee88 100644 --- a/src/bcodec/bnode.h +++ b/src/bcodec/bnode.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTBNODE_H #define BTBNODE_H diff --git a/src/bcodec/value.cpp b/src/bcodec/value.cpp index d3e31ed17458788fd820ef6f5a9d444645fb72a4..d053f936f319eaa1055d33628f117cd26707c412 100644 --- a/src/bcodec/value.cpp +++ b/src/bcodec/value.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "value.h" #include diff --git a/src/bcodec/value.h b/src/bcodec/value.h index 23375720c9bdb205edf472a55f682e60e3cc4920..3c94f48e1eb2ab30434198435899787539714e07 100644 --- a/src/bcodec/value.h +++ b/src/bcodec/value.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTVALUE_H #define BTVALUE_H diff --git a/src/datachecker/datachecker.cpp b/src/datachecker/datachecker.cpp index 7a9b855ee5d51dee3516cd20264347027c17a2da..43a5b4a830cfe96f5ad723f2e3b785f5610da91a 100644 --- a/src/datachecker/datachecker.cpp +++ b/src/datachecker/datachecker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "datachecker.h" namespace bt diff --git a/src/datachecker/datachecker.h b/src/datachecker/datachecker.h index 8e00595d4f24bf970bf94d3198872c7be495fb50..65578ee34ffae87ff9bb121f12e14007561494c2 100644 --- a/src/datachecker/datachecker.h +++ b/src/datachecker/datachecker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTDATACHECKER_H #define BTDATACHECKER_H diff --git a/src/datachecker/datacheckerjob.cpp b/src/datachecker/datacheckerjob.cpp index 3818aa8e31ea930ab9404813be2dbe921850be7f..bb52a989a27bb4e88593a4c277004025720bca1b 100644 --- a/src/datachecker/datacheckerjob.cpp +++ b/src/datachecker/datacheckerjob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "datacheckerjob.h" #include "datacheckerthread.h" diff --git a/src/datachecker/datacheckerjob.h b/src/datachecker/datacheckerjob.h index 3b8191ea0376e01059010dc2599a16f09c3621dc..52c4ec314f3808b104f01ea2cb255788de6d430c 100644 --- a/src/datachecker/datacheckerjob.h +++ b/src/datachecker/datacheckerjob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_DATACHECKERJOB_H #define BT_DATACHECKERJOB_H diff --git a/src/datachecker/datacheckerthread.cpp b/src/datachecker/datacheckerthread.cpp index 8bd8edd561adcc499a192a254019b420d3a6c373..2b49f374e45d30d4f93a10ac022323590d15f32f 100644 --- a/src/datachecker/datacheckerthread.cpp +++ b/src/datachecker/datacheckerthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "datacheckerthread.h" #include "datachecker.h" #include diff --git a/src/datachecker/datacheckerthread.h b/src/datachecker/datacheckerthread.h index f06bbadaed9600b03f91bcac90da4242f68898aa..3f429ab480e400208253be2f596b3b5341e68298 100644 --- a/src/datachecker/datacheckerthread.h +++ b/src/datachecker/datacheckerthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTDATACHECKERTHREAD_H #define BTDATACHECKERTHREAD_H diff --git a/src/datachecker/multidatachecker.cpp b/src/datachecker/multidatachecker.cpp index ed30e81892108dc2424a3bc1e944aacc394be9d5..15efc0c3c00d47e8756a46035e9a7d4cae329114 100644 --- a/src/datachecker/multidatachecker.cpp +++ b/src/datachecker/multidatachecker.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + marcello.maggioni@gmail.com + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "multidatachecker.h" #include #include diff --git a/src/datachecker/multidatachecker.h b/src/datachecker/multidatachecker.h index 9226f4b421668bb8929a385470b2d2174600e747..e36e4b4e386800f77a361dcde1963b56eb8718a7 100644 --- a/src/datachecker/multidatachecker.h +++ b/src/datachecker/multidatachecker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTMULTIDATACHECKER_H #define BTMULTIDATACHECKER_H diff --git a/src/datachecker/singledatachecker.cpp b/src/datachecker/singledatachecker.cpp index 1305cdd01ab9b943dbbf4dd0d93920674a9549db..5e568273d148339f44e41f1dd876173113bf724e 100644 --- a/src/datachecker/singledatachecker.cpp +++ b/src/datachecker/singledatachecker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "singledatachecker.h" #include #include diff --git a/src/datachecker/singledatachecker.h b/src/datachecker/singledatachecker.h index ee88b8debc7171020cb44d1f3cbd31f9cfae0408..88e6b546ca0075f378a027707ac82280d1b27aa0 100644 --- a/src/datachecker/singledatachecker.h +++ b/src/datachecker/singledatachecker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSINGLEDATACHECKER_H #define BTSINGLEDATACHECKER_H diff --git a/src/dht/announcereq.cpp b/src/dht/announcereq.cpp index 57029ddc29ff6e572b794e115d926f25c57bc80f..a025cec167f030258b2e1768d0be2f6a1d5766d7 100644 --- a/src/dht/announcereq.cpp +++ b/src/dht/announcereq.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "announcereq.h" #include "dht.h" diff --git a/src/dht/announcereq.h b/src/dht/announcereq.h index 9cdbfefc9fd593744fb6106cdfacd93d9bcff07d..3ab6d22393085bf017968c64633b0a947964a057 100644 --- a/src/dht/announcereq.h +++ b/src/dht/announcereq.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_ANNOUNCEREQ_H #define DHT_ANNOUNCEREQ_H diff --git a/src/dht/announcersp.cpp b/src/dht/announcersp.cpp index e3d30a24f71cf07722064d5483240f320404f501..98c85b12199ed9665f3607feaecba1fdc0cef60d 100644 --- a/src/dht/announcersp.cpp +++ b/src/dht/announcersp.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "announcersp.h" #include "dht.h" diff --git a/src/dht/announcersp.h b/src/dht/announcersp.h index 779b599af9796a38bd3e518897cf4b00d74458d8..39b33280bc4258e0bd0af405dd2e2a3994093f91 100644 --- a/src/dht/announcersp.h +++ b/src/dht/announcersp.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_ANNOUNCERSP_H #define DHT_ANNOUNCERSP_H diff --git a/src/dht/announcetask.cpp b/src/dht/announcetask.cpp index 1312aed2331f3fc2713e83f8cc62a8d84220fe1c..eb677841c55f21668eab9e4553b8de4f4d01f2c7 100644 --- a/src/dht/announcetask.cpp +++ b/src/dht/announcetask.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "announcetask.h" #include "announcereq.h" #include "getpeersrsp.h" diff --git a/src/dht/announcetask.h b/src/dht/announcetask.h index 653a0fe5492bf648f78b23c941f849b920373f81..e1807b3a68d5579f4905ec0040553b618841f896 100644 --- a/src/dht/announcetask.h +++ b/src/dht/announcetask.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTANNOUNCETASK_H #define DHTANNOUNCETASK_H diff --git a/src/dht/database.cpp b/src/dht/database.cpp index 70cb6629c3b77571be60ffa41334f082d0c13f54..1d1c1735032270f2c5376d80547c3fee53030a8e 100644 --- a/src/dht/database.cpp +++ b/src/dht/database.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "database.h" #include #include diff --git a/src/dht/database.h b/src/dht/database.h index b33e6b86922349f0f9b0e9fa851814cc082ca958..55d0a64b5b9fbfa3f39de5ff38f9c07dae8d8c34 100644 --- a/src/dht/database.h +++ b/src/dht/database.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTDATABASE_H #define DHTDATABASE_H diff --git a/src/dht/dht.cpp b/src/dht/dht.cpp index 1d0813ca07a720b91663a1cce7a9604b4f5dca26..40ce0fc7f025069be6b4c952d65d51b9e52ce49e 100644 --- a/src/dht/dht.cpp +++ b/src/dht/dht.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dht.h" #include "announcereq.h" #include "announcersp.h" diff --git a/src/dht/dht.h b/src/dht/dht.h index 3ab5ac12dca118bd7e6247170b48a7b8637fb1d3..489631e3ac2e1bfdcf6d037926d90ccbff8b1c61 100644 --- a/src/dht/dht.h +++ b/src/dht/dht.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTDHT_H #define DHTDHT_H diff --git a/src/dht/dhtbase.cpp b/src/dht/dhtbase.cpp index f815c582b438fe37c5fd50579f98d04ba89540c5..c20e47f05aaa4df5d48422368e26537cec8042b7 100644 --- a/src/dht/dhtbase.cpp +++ b/src/dht/dhtbase.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dhtbase.h" namespace dht diff --git a/src/dht/dhtbase.h b/src/dht/dhtbase.h index eb1150a5e0d0a8b5238466a06d405183637eaab5..5e5c055a384f4424470e37aee8111f3efe548ed5 100644 --- a/src/dht/dhtbase.h +++ b/src/dht/dhtbase.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTDHTBASE_H #define DHTDHTBASE_H diff --git a/src/dht/dhtpeersource.cpp b/src/dht/dhtpeersource.cpp index 1fb589acb5d4c62bc99084a9422f5d1597b5b070..86fed585febcc77403bcedf23b60750fccfcdeca 100644 --- a/src/dht/dhtpeersource.cpp +++ b/src/dht/dhtpeersource.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dhtpeersource.h" #include "announcetask.h" #include "dht.h" diff --git a/src/dht/dhtpeersource.h b/src/dht/dhtpeersource.h index 7f1a68da31d88500e878146dfcd970d7914c1b6b..787a57dcf1d2ca30ea7b116a29f80be2994ac538 100644 --- a/src/dht/dhtpeersource.h +++ b/src/dht/dhtpeersource.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTDHTPEERSOURCE_H #define DHTDHTPEERSOURCE_H diff --git a/src/dht/errmsg.cpp b/src/dht/errmsg.cpp index 14b922624e44ddd8893c51fcd9bd0cf6a175b769..7043a0135873a7b7b34180feebfedb4ed2ea6463 100644 --- a/src/dht/errmsg.cpp +++ b/src/dht/errmsg.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "errmsg.h" #include "dht.h" diff --git a/src/dht/errmsg.h b/src/dht/errmsg.h index 277794039d26c668533fe0689d5a86675443ab10..84df4855568bdf54c06570422680cdedafde5419 100644 --- a/src/dht/errmsg.h +++ b/src/dht/errmsg.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_ERRMSG_H #define DHT_ERRMSG_H diff --git a/src/dht/findnodereq.cpp b/src/dht/findnodereq.cpp index 7c9c94dba96105487ce4536bd858af772fd49428..60605439cb11449ce50d68c105e8257baad600e7 100644 --- a/src/dht/findnodereq.cpp +++ b/src/dht/findnodereq.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "findnodereq.h" #include "dht.h" diff --git a/src/dht/findnodereq.h b/src/dht/findnodereq.h index ccb2257e2868d46f98d7dff93c4aa4ef172a5878..4bc7b261ffd9e07fbdeaaf72e71c97a591430a61 100644 --- a/src/dht/findnodereq.h +++ b/src/dht/findnodereq.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_FINDNODEREQ_H #define DHT_FINDNODEREQ_H diff --git a/src/dht/findnodersp.cpp b/src/dht/findnodersp.cpp index 8293ba69b9c39d502c15e837b0a37ca33c4c3c1b..7c2f561010a43b828fd3ac15887a96715aab2338 100644 --- a/src/dht/findnodersp.cpp +++ b/src/dht/findnodersp.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "findnodersp.h" #include "dht.h" diff --git a/src/dht/findnodersp.h b/src/dht/findnodersp.h index 1c67debd69b23bd810b3017e36a159cd567bf464..e40e4a75b179a574fcf1e1f24f3306381190e042 100644 --- a/src/dht/findnodersp.h +++ b/src/dht/findnodersp.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_FINDNODERSP_H #define DHT_FINDNODERSP_H diff --git a/src/dht/getpeersreq.cpp b/src/dht/getpeersreq.cpp index 20c591043c6c5b4cbf4b2bc3bacbfce5be7cf442..b68a31fb674dc200e6b867fbebdfe50a80bac531 100644 --- a/src/dht/getpeersreq.cpp +++ b/src/dht/getpeersreq.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "getpeersreq.h" #include "dht.h" diff --git a/src/dht/getpeersreq.h b/src/dht/getpeersreq.h index ba38ff6f204e46f68bb59e3dc7ce0e5b1570ec79..9bb312cacb72629551e179b4037120f33c4901d0 100644 --- a/src/dht/getpeersreq.h +++ b/src/dht/getpeersreq.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_GETPEERSREQ_H #define DHT_GETPEERSREQ_H diff --git a/src/dht/getpeersrsp.cpp b/src/dht/getpeersrsp.cpp index 9c10e0f53f24bc28c703fa0d54b000675a4c3045..12208c5de25e6036bfe479b8d4143844734e705c 100644 --- a/src/dht/getpeersrsp.cpp +++ b/src/dht/getpeersrsp.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "getpeersrsp.h" #include "dht.h" diff --git a/src/dht/getpeersrsp.h b/src/dht/getpeersrsp.h index b1156bc32bd70a249054bd8a1ca1b46eb7ac6fd8..6f9dd90dd5b88754421c5f520f5d7e2ec0b876c1 100644 --- a/src/dht/getpeersrsp.h +++ b/src/dht/getpeersrsp.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_GETPEERSRSP_H #define DHT_GETPEERSRSP_H diff --git a/src/dht/kbucket.cpp b/src/dht/kbucket.cpp index 1d8493dbbb6e5d22f27f90bc250faa32adab0809..4bde567e2c102b67cf75462309d323947fa920e9 100644 --- a/src/dht/kbucket.cpp +++ b/src/dht/kbucket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kbucket.h" #include "kclosestnodessearch.h" #include "pingreq.h" diff --git a/src/dht/kbucket.h b/src/dht/kbucket.h index be595ff4271859c80a3823662436182cd93c4fff..1dd8eaada5b7a5c4d301d32f89eeb3656d427fff 100644 --- a/src/dht/kbucket.h +++ b/src/dht/kbucket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTKBUCKET_H #define DHTKBUCKET_H diff --git a/src/dht/kbucketentry.cpp b/src/dht/kbucketentry.cpp index 567be551bfdabbb42450a4bd675187fb9d02ecd5..e7823f28a2d629befbd69590d4709a0b19fce8a2 100644 --- a/src/dht/kbucketentry.cpp +++ b/src/dht/kbucketentry.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kbucketentry.h" #include diff --git a/src/dht/kbucketentry.h b/src/dht/kbucketentry.h index a4dfc549d99e7b34c3e732186f8713bde54780ad..da526249da9cbdaba96ec46961588dd61a2fb49a 100644 --- a/src/dht/kbucketentry.h +++ b/src/dht/kbucketentry.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_KBUCKETENTRY_H #define DHT_KBUCKETENTRY_H diff --git a/src/dht/kbuckettable.cpp b/src/dht/kbuckettable.cpp index 42b0263699d403c57ac196c53c82c7d607f35618..3a800baf86a3e958d44443ff1e9a5fb914c865b5 100644 --- a/src/dht/kbuckettable.cpp +++ b/src/dht/kbuckettable.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kbuckettable.h" #include "dht.h" diff --git a/src/dht/kbuckettable.h b/src/dht/kbuckettable.h index 39241f7e6b371060a64970e82fb45b99ad9e41f4..0eb42330c2177a6b7e2ddfc4e54101fa0b8612e0 100644 --- a/src/dht/kbuckettable.h +++ b/src/dht/kbuckettable.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_KBUCKETTABLE_H #define DHT_KBUCKETTABLE_H diff --git a/src/dht/kclosestnodessearch.cpp b/src/dht/kclosestnodessearch.cpp index f5ddb8f0102b9ffa899f58f8c20bae15e6bab8a2..a009f6aa5e124897a9f966a32ccc4abc3802caec 100644 --- a/src/dht/kclosestnodessearch.cpp +++ b/src/dht/kclosestnodessearch.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kclosestnodessearch.h" #include "pack.h" #include "packednodecontainer.h" diff --git a/src/dht/kclosestnodessearch.h b/src/dht/kclosestnodessearch.h index 407bdeaf410e95158fd8a3b0022805cbf2bdb1ac..568086825bb3b1a763a7735f799d538dbbf6f6b8 100644 --- a/src/dht/kclosestnodessearch.h +++ b/src/dht/kclosestnodessearch.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTKCLOSESTNODESSEARCH_H #define DHTKCLOSESTNODESSEARCH_H diff --git a/src/dht/key.cpp b/src/dht/key.cpp index e97f97817782231dd219fb55b37aa273365e29da..b718d6036e85c8de39d6034b74d328f61fb499b6 100644 --- a/src/dht/key.cpp +++ b/src/dht/key.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "key.h" #include diff --git a/src/dht/key.h b/src/dht/key.h index 57b94b2a93d72b4f8a116ace11f565da89c576a3..6a7c9dd4cd7e813f907e3535f11c7e3018430100 100644 --- a/src/dht/key.h +++ b/src/dht/key.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTKEY_H #define DHTKEY_H diff --git a/src/dht/node.cpp b/src/dht/node.cpp index 7f00e73e51adb83a9520eaf95004524a39a9250e..7d1483a7746d4ba392a14a711077e65f18d25d6c 100644 --- a/src/dht/node.cpp +++ b/src/dht/node.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "node.h" #include "dht.h" diff --git a/src/dht/node.h b/src/dht/node.h index 16d1970c9049fb4200e84c23a88e3d0e984128b1..5c6416a53649044ffc70908a357c99c78c5dd4bc 100644 --- a/src/dht/node.h +++ b/src/dht/node.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTNODE_H #define DHTNODE_H diff --git a/src/dht/nodelookup.cpp b/src/dht/nodelookup.cpp index c2b26e55386d6d7a7bea2d27b2b7a33c0a8b9204..93ffd8be97bdac0fbbb74badd906c275fc2f6f2a 100644 --- a/src/dht/nodelookup.cpp +++ b/src/dht/nodelookup.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "nodelookup.h" #include "findnodereq.h" #include "findnodersp.h" diff --git a/src/dht/nodelookup.h b/src/dht/nodelookup.h index ae38cab36b23c8a13030df4194dd3d3a36425d10..8bd06ad49462df04d558a850c0cad163259ed9bc 100644 --- a/src/dht/nodelookup.h +++ b/src/dht/nodelookup.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTNODELOOKUP_H #define DHTNODELOOKUP_H diff --git a/src/dht/pack.cpp b/src/dht/pack.cpp index f942fe1c8d8da085c7c8b26f7177aade2a5143b2..8a63e7f8c04d15dc159abde66f3b196086be817f 100644 --- a/src/dht/pack.cpp +++ b/src/dht/pack.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "pack.h" #include #include diff --git a/src/dht/pack.h b/src/dht/pack.h index f04111359622e99ef4c74908449dc4a355366c96..84766f008aae5060ffec250fe39b05d57064c13c 100644 --- a/src/dht/pack.h +++ b/src/dht/pack.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTPACK_H #define DHTPACK_H diff --git a/src/dht/packednodecontainer.cpp b/src/dht/packednodecontainer.cpp index d182b37687d2c1d9783c6993144f87cf0aeac9aa..a50be71881c166b89019f6c21994d6954842a986 100644 --- a/src/dht/packednodecontainer.cpp +++ b/src/dht/packednodecontainer.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "packednodecontainer.h" diff --git a/src/dht/packednodecontainer.h b/src/dht/packednodecontainer.h index aaa8607105d4cb17babdf36ccea65e6827992f5c..c49a97b31c0311405453ac517c237f437d73c6d7 100644 --- a/src/dht/packednodecontainer.h +++ b/src/dht/packednodecontainer.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_PACKEDNODECONTAINER_H #define DHT_PACKEDNODECONTAINER_H diff --git a/src/dht/pingreq.cpp b/src/dht/pingreq.cpp index 73c820e51c98b350e0ec632e105dbfa52304b140..e4a6f185e343203f7e714451cdd29ebdbb2987fb 100644 --- a/src/dht/pingreq.cpp +++ b/src/dht/pingreq.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "pingreq.h" #include "dht.h" diff --git a/src/dht/pingreq.h b/src/dht/pingreq.h index 3dc057aee0e4a71302ab8409260e32b7159e3a67..874cf8a46dc8993f778cce73b66ca566ba0ed1a4 100644 --- a/src/dht/pingreq.h +++ b/src/dht/pingreq.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_PINGREQ_H #define DHT_PINGREQ_H diff --git a/src/dht/pingrsp.cpp b/src/dht/pingrsp.cpp index d2bb3780113195036eacb91ab977a602815afbbe..e52f0d21edfb47aca5fde8a53b617b1532252464 100644 --- a/src/dht/pingrsp.cpp +++ b/src/dht/pingrsp.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "pingrsp.h" #include "dht.h" diff --git a/src/dht/pingrsp.h b/src/dht/pingrsp.h index f1a473cf05011897084b5829d52944257d619874..70ab6d0a130f36df81a0ad492de04c0898f09f8b 100644 --- a/src/dht/pingrsp.h +++ b/src/dht/pingrsp.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_PINGRSP_H #define DHT_PINGRSP_H diff --git a/src/dht/rpccall.cpp b/src/dht/rpccall.cpp index 39be610564c921ec82b43d095ee7737d62cf40e5..100be799650e422828b82b4a19e4894c300e6353 100644 --- a/src/dht/rpccall.cpp +++ b/src/dht/rpccall.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rpccall.h" #include "dht.h" #include "rpcmsg.h" diff --git a/src/dht/rpccall.h b/src/dht/rpccall.h index 5067f41f764836593a45f01c5112959fac501e5a..b9b7f2b5610185af1d4d54ee0f9fe1c1f4728b6d 100644 --- a/src/dht/rpccall.h +++ b/src/dht/rpccall.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTRPCCALL_H #define DHTRPCCALL_H diff --git a/src/dht/rpcmsg.cpp b/src/dht/rpcmsg.cpp index 6d0b1ec2ab91df06bc80c645b0950489377be030..e6cb9411f308f866efb7ecc434bb070c4aced44e 100644 --- a/src/dht/rpcmsg.cpp +++ b/src/dht/rpcmsg.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rpcmsg.h" #include #include diff --git a/src/dht/rpcmsg.h b/src/dht/rpcmsg.h index c884851e6a19ed52db6420aacab6b4efca459e9e..92d11817471c962cb4404fb9bb8058148ada2fc8 100644 --- a/src/dht/rpcmsg.h +++ b/src/dht/rpcmsg.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTRPCMSG_H #define DHTRPCMSG_H diff --git a/src/dht/rpcmsgfactory.cpp b/src/dht/rpcmsgfactory.cpp index 33d92541be1e446aac198cf48855fb509bf3649b..37c2952dfe98dceeedcc6ba1c1a3d8090700510e 100644 --- a/src/dht/rpcmsgfactory.cpp +++ b/src/dht/rpcmsgfactory.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rpcmsgfactory.h" #include "announcereq.h" diff --git a/src/dht/rpcmsgfactory.h b/src/dht/rpcmsgfactory.h index 62e42111d13167dbed4e32522218da7dc9f43923..3f03ead68bb0b38f152dfbbcc97da19f047cb36e 100644 --- a/src/dht/rpcmsgfactory.h +++ b/src/dht/rpcmsgfactory.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_RPCMSGFACTORY_H #define DHT_RPCMSGFACTORY_H diff --git a/src/dht/rpcserver.cpp b/src/dht/rpcserver.cpp index b70060484e9532f543ae2871abea59b87d19f01e..2da49efb5fd083cae5fbd8689d1859b01617223a 100644 --- a/src/dht/rpcserver.cpp +++ b/src/dht/rpcserver.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rpcserver.h" #include "dht.h" #include "kbucket.h" diff --git a/src/dht/rpcserver.h b/src/dht/rpcserver.h index 0dcaec4d68b22c3830513ece21e932877050e2e0..ebb37ca1c31de3022dea868adcee3c65d76abffc 100644 --- a/src/dht/rpcserver.h +++ b/src/dht/rpcserver.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTRPCSERVER_H #define DHTRPCSERVER_H diff --git a/src/dht/rpcserverinterface.cpp b/src/dht/rpcserverinterface.cpp index 6b8afa4d4f2c3bfc1f5d84ebae0b409bd94776aa..11cb1759235a4d02483954cf92e40fb725f6ebbb 100644 --- a/src/dht/rpcserverinterface.cpp +++ b/src/dht/rpcserverinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rpcserverinterface.h" diff --git a/src/dht/rpcserverinterface.h b/src/dht/rpcserverinterface.h index 50af66852d0b56dd9d377d5a1caf1c8106724ea8..c146438a2c21314d785894bd041a7d548e3f0a4b 100644 --- a/src/dht/rpcserverinterface.h +++ b/src/dht/rpcserverinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHT_RPCSERVERINTERFACE_H #define DHT_RPCSERVERINTERFACE_H diff --git a/src/dht/task.cpp b/src/dht/task.cpp index 6bce39bc1b098f1612806410936e64ffad453d60..42fa74d6e16024676ad9e508640dfe5c90f1aaa0 100644 --- a/src/dht/task.cpp +++ b/src/dht/task.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "task.h" #include "kclosestnodessearch.h" #include "rpcserver.h" diff --git a/src/dht/task.h b/src/dht/task.h index bdeadf06aa6e3156617af31bb77fb2ad7328ef63..667ed0ff25edc1c767ee073e26c4163ed99f0373 100644 --- a/src/dht/task.h +++ b/src/dht/task.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTTASK_H #define DHTTASK_H diff --git a/src/dht/taskmanager.cpp b/src/dht/taskmanager.cpp index 6dc2f018aafa344e8fd80fba89eb114de4afe474..05a63b2638499e8b49cf2ad744b587837dbf7521 100644 --- a/src/dht/taskmanager.cpp +++ b/src/dht/taskmanager.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "taskmanager.h" #include "dht.h" #include "nodelookup.h" diff --git a/src/dht/taskmanager.h b/src/dht/taskmanager.h index 5a21221b4a0a2603092e7870494051531dce067e..f7e7297929d0c866534303758f41c7f17a0ea150 100644 --- a/src/dht/taskmanager.h +++ b/src/dht/taskmanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DHTTASKMANAGER_H #define DHTTASKMANAGER_H diff --git a/src/dht/tests/keytest.cpp b/src/dht/tests/keytest.cpp index 98a4847e74ae7f4307b4e6686da0de546ec147ee..0823b80ff8ee4a1025acf9bbb80b8149b0cf0683 100644 --- a/src/dht/tests/keytest.cpp +++ b/src/dht/tests/keytest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/dht/tests/rpcmsgtest.cpp b/src/dht/tests/rpcmsgtest.cpp index 0114c466f69ee9316ccc8413fc197ea0cb8fff77..12e3ec6e2c0157edfbb7b757c746c3f5852c4934 100644 --- a/src/dht/tests/rpcmsgtest.cpp +++ b/src/dht/tests/rpcmsgtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/diskio/cache.cpp b/src/diskio/cache.cpp index ab911a9c20eccbdbe65c41366eec35e507e255a7..7416c81d8ad182100438398ee45cd404f8a6705d 100644 --- a/src/diskio/cache.cpp +++ b/src/diskio/cache.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "cache.h" #include "cachefile.h" #include "chunk.h" diff --git a/src/diskio/cache.h b/src/diskio/cache.h index f4af3634e2863fd2e72d42ae9fb2fb282f5fc982..7483abd7b88e6a982c283639ef8612d471687ce1 100644 --- a/src/diskio/cache.h +++ b/src/diskio/cache.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCACHE_H #define BTCACHE_H diff --git a/src/diskio/cachefile.cpp b/src/diskio/cachefile.cpp index 23863fdd13dcd4cb06aa684dc829b12e3da0db0e..912b5cd457739a028926c7644750edb1dde2159e 100644 --- a/src/diskio/cachefile.cpp +++ b/src/diskio/cachefile.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "cachefile.h" #include diff --git a/src/diskio/cachefile.h b/src/diskio/cachefile.h index 3f387c72add5a2f69d79389fbcea2ce8cf1778c0..9ae8a6672a5b6e95a883d035030f7c03bff3e434 100644 --- a/src/diskio/cachefile.h +++ b/src/diskio/cachefile.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCACHEFILE_H #define BTCACHEFILE_H diff --git a/src/diskio/chunk.cpp b/src/diskio/chunk.cpp index 969b20473483265e25a83b67c194f754bfde9138..666f5822e09b2a63ba99348f44f50a4c5f672476 100644 --- a/src/diskio/chunk.cpp +++ b/src/diskio/chunk.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunk.h" #include "cache.h" diff --git a/src/diskio/chunk.h b/src/diskio/chunk.h index a5d80493cc3d2090d74143e5c878665188f95f15..02865ebcf9625a575d9fa362a3cd00cded2eaccd 100644 --- a/src/diskio/chunk.h +++ b/src/diskio/chunk.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNK_H #define BTCHUNK_H diff --git a/src/diskio/chunkmanager.cpp b/src/diskio/chunkmanager.cpp index f0142461443200f42808cfff510931e1034f35a4..b9308211e110582ee785f9cb97b269134789d477 100644 --- a/src/diskio/chunkmanager.cpp +++ b/src/diskio/chunkmanager.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkmanager.h" #include diff --git a/src/diskio/chunkmanager.h b/src/diskio/chunkmanager.h index f0bf7581158a0b1277fcbcb4f39892c932e52184..0626c512f936a8060ccbf9161d28cb16949d101e 100644 --- a/src/diskio/chunkmanager.h +++ b/src/diskio/chunkmanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKMANAGER_H #define BTCHUNKMANAGER_H diff --git a/src/diskio/deletedatafilesjob.cpp b/src/diskio/deletedatafilesjob.cpp index c7dcffd18b3e2a5bb60223a165724fefc6c8993f..0c456bcd96440f00916cb27e161c24f620958b34 100644 --- a/src/diskio/deletedatafilesjob.cpp +++ b/src/diskio/deletedatafilesjob.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "deletedatafilesjob.h" #include #include diff --git a/src/diskio/deletedatafilesjob.h b/src/diskio/deletedatafilesjob.h index 4d43a0d38f3ef4b48fdaf3cb3f4177dcf99b3f68..5aeb6f3d316b27fe02c46d190658342b84401750 100644 --- a/src/diskio/deletedatafilesjob.h +++ b/src/diskio/deletedatafilesjob.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTDELETEDATAFILESJOB_H #define BTDELETEDATAFILESJOB_H diff --git a/src/diskio/dndfile.cpp b/src/diskio/dndfile.cpp index 91b93547c78a2fb4a20f13745a5fae2d588b2620..6de25931c8614f544bcd6b7cbc2bdf561e335272 100644 --- a/src/diskio/dndfile.cpp +++ b/src/diskio/dndfile.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dndfile.h" #include #include diff --git a/src/diskio/dndfile.h b/src/diskio/dndfile.h index bbf71c125abacfb919614dce0f9c4bd62cc5e155..03f26347eba0baeac291a6408424e7dc108eca80 100644 --- a/src/diskio/dndfile.h +++ b/src/diskio/dndfile.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTDNDFILE_H #define BTDNDFILE_H diff --git a/src/diskio/movedatafilesjob.cpp b/src/diskio/movedatafilesjob.cpp index cd6196958f7a17fd11139f25c1d0b1027e6d0850..fa9372ab43fe723f020a0a137725710577777814 100644 --- a/src/diskio/movedatafilesjob.cpp +++ b/src/diskio/movedatafilesjob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "movedatafilesjob.h" #include #include diff --git a/src/diskio/movedatafilesjob.h b/src/diskio/movedatafilesjob.h index ac5b59497315f07cc6340b3213441bd14290b6ec..c6c4d2686cf1c6553db46651fb001fc7429937d7 100644 --- a/src/diskio/movedatafilesjob.h +++ b/src/diskio/movedatafilesjob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTMOVEDATAFILESJOB_H #define BTMOVEDATAFILESJOB_H diff --git a/src/diskio/multifilecache.cpp b/src/diskio/multifilecache.cpp index 9ac9b00a064ebb5f68f400a1f458107b9efc5388..1533e4b87802cece83166defa15605d88945fa7f 100644 --- a/src/diskio/multifilecache.cpp +++ b/src/diskio/multifilecache.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "multifilecache.h" #include #include diff --git a/src/diskio/multifilecache.h b/src/diskio/multifilecache.h index d5a2953408cd605c68240b7b5cbafc46e71ed30e..7558e1bd74ea479169134f7b03279ac0b3303a48 100644 --- a/src/diskio/multifilecache.h +++ b/src/diskio/multifilecache.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTMULTIFILECACHE_H #define BTMULTIFILECACHE_H diff --git a/src/diskio/piecedata.cpp b/src/diskio/piecedata.cpp index d2c1f36cf2b7553e07870939d7adf37c8e069c45..1bee50c03eb262226c557079c34d67ebccb7930e 100644 --- a/src/diskio/piecedata.cpp +++ b/src/diskio/piecedata.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "piecedata.h" #include #include diff --git a/src/diskio/piecedata.h b/src/diskio/piecedata.h index 1bf004485c59037cb4a8afcdfb666cae10cdeae1..de9f1f09556a2a624caabecdabc1f7d19504c331 100644 --- a/src/diskio/piecedata.h +++ b/src/diskio/piecedata.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPIECEDATA_H #define BTPIECEDATA_H diff --git a/src/diskio/preallocationjob.cpp b/src/diskio/preallocationjob.cpp index bc96efcb28a594af85b431fc3bae4fcbf9cb1da7..87d6f1e990564ed30bbf6d3e3a88f60dea842959 100644 --- a/src/diskio/preallocationjob.cpp +++ b/src/diskio/preallocationjob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "preallocationjob.h" #include "chunkmanager.h" diff --git a/src/diskio/preallocationjob.h b/src/diskio/preallocationjob.h index 19b5f88ee04932a55136acca0c27331ef17a3c05..8c97f9e448e12b7eb3b19e1d1bf5f870b5459ef3 100644 --- a/src/diskio/preallocationjob.h +++ b/src/diskio/preallocationjob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_PREALLOCATIONJOB_H #define BT_PREALLOCATIONJOB_H diff --git a/src/diskio/preallocationthread.cpp b/src/diskio/preallocationthread.cpp index 52966ab4d26167bbedc9ec8ad3a0db306b064d5f..e97a7d341c155d5c5b6fbbfbf3ff6e966358a4ac 100644 --- a/src/diskio/preallocationthread.cpp +++ b/src/diskio/preallocationthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "preallocationthread.h" #include #include diff --git a/src/diskio/preallocationthread.h b/src/diskio/preallocationthread.h index e088c4213d32938bb674106da4758aa16b4a1b53..92def207dcd6f33ca4021244e77a680f72b24aa7 100644 --- a/src/diskio/preallocationthread.h +++ b/src/diskio/preallocationthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPREALLOCATIONTHREAD_H #define BTPREALLOCATIONTHREAD_H diff --git a/src/diskio/singlefilecache.cpp b/src/diskio/singlefilecache.cpp index 38d8adced2ce97f52b15d50846eeb72c332258a2..082f4895405cb0bdb5c4ef1813b3657ccf2e5041 100644 --- a/src/diskio/singlefilecache.cpp +++ b/src/diskio/singlefilecache.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "singlefilecache.h" #include #include diff --git a/src/diskio/singlefilecache.h b/src/diskio/singlefilecache.h index 814bba8df1c3eb64eb60a9c0e47af54ef7f370c8..e50f6b5e14c2dfc2bbe277ed6959c0744644ab3e 100644 --- a/src/diskio/singlefilecache.h +++ b/src/diskio/singlefilecache.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSINGLEFILECACHE_H #define BTSINGLEFILECACHE_H diff --git a/src/diskio/tests/chunkmanagertest.cpp b/src/diskio/tests/chunkmanagertest.cpp index 1a39460b562383aa96d266363df462cea3864d62..a89e0fe084d081bcf63281999eb3a55f8687b269 100644 --- a/src/diskio/tests/chunkmanagertest.cpp +++ b/src/diskio/tests/chunkmanagertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/diskio/tests/preallocationtest.cpp b/src/diskio/tests/preallocationtest.cpp index 81c9a36a8c443fb1c383715d8801fab36d23e73f..bb0141b7a142ebbcdeb40a31fb461a2b478e0d8e 100644 --- a/src/diskio/tests/preallocationtest.cpp +++ b/src/diskio/tests/preallocationtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/download/chunkdownload.cpp b/src/download/chunkdownload.cpp index 4f1ea6f10de6b0b5ca2980d1968fc0f35af20e7c..2ce68ef4892683799ece968109521d8ba24e8004 100644 --- a/src/download/chunkdownload.cpp +++ b/src/download/chunkdownload.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkdownload.h" diff --git a/src/download/chunkdownload.h b/src/download/chunkdownload.h index 283be34d9fc0087c96f708f45e3b4d6b71c2c9ca..629a512e352dc638c734dcc963b617e7af3b5070 100644 --- a/src/download/chunkdownload.h +++ b/src/download/chunkdownload.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKDOWNLOAD_H #define BTCHUNKDOWNLOAD_H diff --git a/src/download/chunkselector.cpp b/src/download/chunkselector.cpp index 064c972c9ced7e787d9b736299c172f4951d7806..2ebb11951607c78fb8f87e2b1326b36bc5bc7c3f 100644 --- a/src/download/chunkselector.cpp +++ b/src/download/chunkselector.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkselector.h" #include "chunkdownload.h" #include "downloader.h" diff --git a/src/download/chunkselector.h b/src/download/chunkselector.h index 9c6fd37357369eb6bdf7b10272d94273a96b7678..c9f93d9bd5c102607053fb721f51d75e36c28da5 100644 --- a/src/download/chunkselector.h +++ b/src/download/chunkselector.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKSELECTOR_H #define BTCHUNKSELECTOR_H diff --git a/src/download/downloader.cpp b/src/download/downloader.cpp index a80e98a378c8abc7f412b8c147ccbe5bdfe02201..0b446fb4e2b9a3078b162d3fff31928268517174 100644 --- a/src/download/downloader.cpp +++ b/src/download/downloader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "downloader.h" #include diff --git a/src/download/downloader.h b/src/download/downloader.h index ebdd7cc6d4dc4fb3e48aa2d12fcb4f3d047fee8a..444966edf6202235db34364e6678dbbc69612bfb 100644 --- a/src/download/downloader.h +++ b/src/download/downloader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTDOWNLOADER_H #define BTDOWNLOADER_H diff --git a/src/download/httpconnection.cpp b/src/download/httpconnection.cpp index 91fce882842e09915d6a798592b247781705727a..6cadf90632fa5ba5caf0435317e55c8ec9277753 100644 --- a/src/download/httpconnection.cpp +++ b/src/download/httpconnection.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "httpconnection.h" #include "httpresponseheader.h" #include diff --git a/src/download/httpconnection.h b/src/download/httpconnection.h index ca9a76ebe0fa9670325299c773a326a7b3e97aee..dce8cb20a86a91b38b7c09a3f9d2445c112655da 100644 --- a/src/download/httpconnection.h +++ b/src/download/httpconnection.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTHTTPCONNECTION_H #define BTHTTPCONNECTION_H diff --git a/src/download/httpresponseheader.cpp b/src/download/httpresponseheader.cpp index 1ccfcd335a0f16fc8f065d80b79c2ff1281619ea..77194a4c035a58759b2da63e87fd25a256a7ea16 100644 --- a/src/download/httpresponseheader.cpp +++ b/src/download/httpresponseheader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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) + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "httpresponseheader.h" diff --git a/src/download/httpresponseheader.h b/src/download/httpresponseheader.h index f1a0b8b3509452090dcc9e02f276b09988c08e18..74cafe8c83bf6865de04d08bc0026b34aadca909 100644 --- a/src/download/httpresponseheader.h +++ b/src/download/httpresponseheader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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). + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/download/packet.cpp b/src/download/packet.cpp index af1df264d742f2727387286b53af191443b08205..0a7a15578e32df985e2c531ee18536859841ff28 100644 --- a/src/download/packet.cpp +++ b/src/download/packet.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "packet.h" #include "request.h" #include diff --git a/src/download/packet.h b/src/download/packet.h index 69f7a68019b14b1ec0a974bc33c913fdbf40f1a1..c9fad038c7bbec0f86a07a992c1bcad4746a3981 100644 --- a/src/download/packet.h +++ b/src/download/packet.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPACKET_H #define BTPACKET_H diff --git a/src/download/piece.cpp b/src/download/piece.cpp index a7f137f1ae4cf339f893414df970cd45313f2e34..5bfe8d7c44c06d65cd43bd8dc7a82462dfe08a13 100644 --- a/src/download/piece.cpp +++ b/src/download/piece.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "piece.h" #if 0 namespace bt diff --git a/src/download/piece.h b/src/download/piece.h index e75ef4d01588e4ff65a8e2bbdbb03cd7349c1717..7cfb9591456da364fbc5f1410d708eaf56c759d8 100644 --- a/src/download/piece.h +++ b/src/download/piece.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPIECE_H #define BTPIECE_H diff --git a/src/download/request.cpp b/src/download/request.cpp index c31f4c256b8205250aad789c529e43d878338e35..614f59a882662e38fdd6f28cdbd0035ddd3a501e 100644 --- a/src/download/request.cpp +++ b/src/download/request.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "request.h" #include #if 0 diff --git a/src/download/request.h b/src/download/request.h index 6d1907a94526c4a6cb7c6e65621c427b8914123d..65f386d5e28def15706713188fc184113480bdf1 100644 --- a/src/download/request.h +++ b/src/download/request.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTREQUEST_H #define BTREQUEST_H diff --git a/src/download/streamingchunkselector.cpp b/src/download/streamingchunkselector.cpp index 53d54e6c483c6d34f818375472bce6863625237f..e06cfaa2727e66f028fe03d740490335b4d45bfd 100644 --- a/src/download/streamingchunkselector.cpp +++ b/src/download/streamingchunkselector.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "streamingchunkselector.h" #include "downloader.h" diff --git a/src/download/streamingchunkselector.h b/src/download/streamingchunkselector.h index e26b74be2151198336462ef5520a146a6e4c3616..bd97c917ed5f03c368c52d6f5cc88f6da22dafa7 100644 --- a/src/download/streamingchunkselector.h +++ b/src/download/streamingchunkselector.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_STREAMINGCHUNKSELECTOR_H #define BT_STREAMINGCHUNKSELECTOR_H diff --git a/src/download/webseed.cpp b/src/download/webseed.cpp index 0a7684884c8a695e75c2572bab6f965cda26b960..6b5d6ae99648a7aaf8d98ae1e36567135389a418 100644 --- a/src/download/webseed.cpp +++ b/src/download/webseed.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "webseed.h" diff --git a/src/download/webseed.h b/src/download/webseed.h index 354fe7345a94ca6d535a832e0bf38611dacac25b..5c5e4cfffa01790ea0230fd5d65e3398c7de25a0 100644 --- a/src/download/webseed.h +++ b/src/download/webseed.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTWEBSEED_H #define BTWEBSEED_H diff --git a/src/interfaces/blocklistinterface.cpp b/src/interfaces/blocklistinterface.cpp index 7fa9e4e110f0bab707a084d811d4fb97e96ee6d5..b3d53695283e5d182914b7612fc6bcb5779de01a 100644 --- a/src/interfaces/blocklistinterface.cpp +++ b/src/interfaces/blocklistinterface.cpp @@ -1,23 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "blocklistinterface.h" namespace bt diff --git a/src/interfaces/blocklistinterface.h b/src/interfaces/blocklistinterface.h index 74252e725c117c0b6849e541cc1d03122cdc927d..33f7c5801fbc5e05fb8d38c10b867d3e064e33bf 100644 --- a/src/interfaces/blocklistinterface.h +++ b/src/interfaces/blocklistinterface.h @@ -1,23 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef IPBLOCKINGINTERFACE_H #define IPBLOCKINGINTERFACE_H diff --git a/src/interfaces/cachefactory.cpp b/src/interfaces/cachefactory.cpp index 7bdf6f361591924e7f6ee8d54626234e39570c22..59e554f7f230dfe10755679938278c3dd6f8f3f8 100644 --- a/src/interfaces/cachefactory.cpp +++ b/src/interfaces/cachefactory.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "cachefactory.h" namespace bt diff --git a/src/interfaces/cachefactory.h b/src/interfaces/cachefactory.h index 08160c5cffa590f899234273ad4648f179cc4fc9..0a3b0c42aff91b4e6c56d3c0bd5a6590ff2b2aba 100644 --- a/src/interfaces/cachefactory.h +++ b/src/interfaces/cachefactory.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCACHEFACTORY_H #define BTCACHEFACTORY_H diff --git a/src/interfaces/chunkdownloadinterface.cpp b/src/interfaces/chunkdownloadinterface.cpp index ff7738f7fac7e3aef89088ea2446f59fcdec4ad6..03e78a32128edd5c8af62af51f4e603e504b7e4d 100644 --- a/src/interfaces/chunkdownloadinterface.cpp +++ b/src/interfaces/chunkdownloadinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkdownloadinterface.h" namespace bt diff --git a/src/interfaces/chunkdownloadinterface.h b/src/interfaces/chunkdownloadinterface.h index 6990e8e632b98e766854ce55528c9be0a00f2792..05e41a9f7adceec7b095fcf6719adac1ca6cf2d9 100644 --- a/src/interfaces/chunkdownloadinterface.h +++ b/src/interfaces/chunkdownloadinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKDOWNLOADINTERFACE_H #define BTCHUNKDOWNLOADINTERFACE_H diff --git a/src/interfaces/chunkselectorinterface.cpp b/src/interfaces/chunkselectorinterface.cpp index 6b0a344091c71855a267e66376af0ff58c6b1e6a..4fb4c70e49bfe9b7a64080d03c2818f0c28b795e 100644 --- a/src/interfaces/chunkselectorinterface.cpp +++ b/src/interfaces/chunkselectorinterface.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkselectorinterface.h" #include diff --git a/src/interfaces/chunkselectorinterface.h b/src/interfaces/chunkselectorinterface.h index 13c0397d4e5134af1cd1f008469e3db43158ea8c..6800294c88bcb0863e7cbfa51655325b920d4818 100644 --- a/src/interfaces/chunkselectorinterface.h +++ b/src/interfaces/chunkselectorinterface.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKSELECTORINTERFACE_H #define BTCHUNKSELECTORINTERFACE_H diff --git a/src/interfaces/exitoperation.cpp b/src/interfaces/exitoperation.cpp index bc92b2bfc9ea2f958d0b9afb8b75f9fbb79507cf..d63446f70f8ad95e5c397704d4e83addb5ebaa8d 100644 --- a/src/interfaces/exitoperation.cpp +++ b/src/interfaces/exitoperation.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "exitoperation.h" namespace bt diff --git a/src/interfaces/exitoperation.h b/src/interfaces/exitoperation.h index 881465eb5046035118ecf48f870887b499096d47..2785e441fd2230180965e6ef533b45b76c00c40e 100644 --- a/src/interfaces/exitoperation.h +++ b/src/interfaces/exitoperation.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTEXITOPERATION_H #define BTEXITOPERATION_H diff --git a/src/interfaces/logmonitorinterface.cpp b/src/interfaces/logmonitorinterface.cpp index de709780b5be07371c0797965b69a138e8a3dc73..4962ada7e345174e5a5e137acc9689a3ebd5c7cf 100644 --- a/src/interfaces/logmonitorinterface.cpp +++ b/src/interfaces/logmonitorinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "logmonitorinterface.h" namespace bt diff --git a/src/interfaces/logmonitorinterface.h b/src/interfaces/logmonitorinterface.h index 2a546c1a5d9c904d63fda85d6cbb99eb2065bccb..6a55a319ecde2061b900aceca95aa85a3cb114da 100644 --- a/src/interfaces/logmonitorinterface.h +++ b/src/interfaces/logmonitorinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTLOGMONITORINTERFACE_H #define BTLOGMONITORINTERFACE_H diff --git a/src/interfaces/monitorinterface.cpp b/src/interfaces/monitorinterface.cpp index 3de8025bfb3788083f3a3b00c1dede2dda17b029..215eb7a6f9bad2ecb0b1c8a4079763ade4d94019 100644 --- a/src/interfaces/monitorinterface.cpp +++ b/src/interfaces/monitorinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "monitorinterface.h" namespace bt diff --git a/src/interfaces/monitorinterface.h b/src/interfaces/monitorinterface.h index d90ce94ec552480a035aebe42a7f1d630a9d4333..90a751049885046f057554810d095ef81dad5ab1 100644 --- a/src/interfaces/monitorinterface.h +++ b/src/interfaces/monitorinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTMONITORINTERFACE_H #define BTMONITORINTERFACE_H diff --git a/src/interfaces/peerinterface.cpp b/src/interfaces/peerinterface.cpp index 409e2d87067c5dd158b86c3e5a86ab4af960ffb4..7d3f56a4f64ea751a9ffc94e18e1886d9f3693c6 100644 --- a/src/interfaces/peerinterface.cpp +++ b/src/interfaces/peerinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peerinterface.h" #include diff --git a/src/interfaces/peerinterface.h b/src/interfaces/peerinterface.h index 1b5e3e87eee9e390ce66c11f26a8c7fed6e4fa4b..935c9e65d24e97e70051bec83ce7e0e162c8fc7c 100644 --- a/src/interfaces/peerinterface.h +++ b/src/interfaces/peerinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERINTERFACE_H #define BTPEERINTERFACE_H diff --git a/src/interfaces/peersource.cpp b/src/interfaces/peersource.cpp index 445a6704e59441b55faec1bb661d34ca06e54092..cd253d6e2e2433d181ee3308df9e33848833b3cf 100644 --- a/src/interfaces/peersource.cpp +++ b/src/interfaces/peersource.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peersource.h" namespace bt diff --git a/src/interfaces/peersource.h b/src/interfaces/peersource.h index daf71776f795f7914528c612cd0dc2a58a56ee76..433f070d3a68745e30942e3ef7ffd63d91586a89 100644 --- a/src/interfaces/peersource.h +++ b/src/interfaces/peersource.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERSOURCE_H #define BTPEERSOURCE_H diff --git a/src/interfaces/piecedownloader.cpp b/src/interfaces/piecedownloader.cpp index 33c64c6130fd83763eb571a8cf1866f9b74a51e1..3f20d9dbc214ecb28d60c987dc2e81534bc9835c 100644 --- a/src/interfaces/piecedownloader.cpp +++ b/src/interfaces/piecedownloader.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "piecedownloader.h" namespace bt diff --git a/src/interfaces/piecedownloader.h b/src/interfaces/piecedownloader.h index eb12e324d5dcfa8cd5cb8e1f79c59088d5db0ee5..b7aba75a85c47fb7de8db4ba513dc4b5c7a2f609 100644 --- a/src/interfaces/piecedownloader.h +++ b/src/interfaces/piecedownloader.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPIECEDOWNLOADER_H #define BTPIECEDOWNLOADER_H diff --git a/src/interfaces/queuemanagerinterface.cpp b/src/interfaces/queuemanagerinterface.cpp index e559a504795907a8642954cf9381a04992fbc074..6dfd7671a91aba923173004a0e87adecb079dc45 100644 --- a/src/interfaces/queuemanagerinterface.cpp +++ b/src/interfaces/queuemanagerinterface.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "queuemanagerinterface.h" #include diff --git a/src/interfaces/queuemanagerinterface.h b/src/interfaces/queuemanagerinterface.h index 6906294c07c4c959104aa67665a7ec4a66dca7c1..55ac0f28a2d7494de389a7b6710711e80aa45c7f 100644 --- a/src/interfaces/queuemanagerinterface.h +++ b/src/interfaces/queuemanagerinterface.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTQUEUEMANAGERINTERFACE_H #define BTQUEUEMANAGERINTERFACE_H diff --git a/src/interfaces/serverinterface.cpp b/src/interfaces/serverinterface.cpp index 10588d9dc48bc99b5466a80bb957f8fb6ff2a7f2..26f635377647a6b9f692cfe10b895d9ea8524aa1 100644 --- a/src/interfaces/serverinterface.cpp +++ b/src/interfaces/serverinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "serverinterface.h" #include diff --git a/src/interfaces/serverinterface.h b/src/interfaces/serverinterface.h index c971940d8c6d3e415c9f465c1744b15629fd397a..f2c3065ef8197278b0539bc556671df76b3dc635 100644 --- a/src/interfaces/serverinterface.h +++ b/src/interfaces/serverinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_SERVERINTERFACE_H #define BT_SERVERINTERFACE_H diff --git a/src/interfaces/torrentfileinterface.cpp b/src/interfaces/torrentfileinterface.cpp index 893a4fb309e15d1b528cc732a738a1482a30eeef..3acef7e276123c40da490c16ec360d52789df8e8 100644 --- a/src/interfaces/torrentfileinterface.cpp +++ b/src/interfaces/torrentfileinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentfileinterface.h" #include #include diff --git a/src/interfaces/torrentfileinterface.h b/src/interfaces/torrentfileinterface.h index 86c9d108ea4b50b6aca4929b74c11b9a656f05ea..dc9acbd9934f1c63baf201164897ac3652709de9 100644 --- a/src/interfaces/torrentfileinterface.h +++ b/src/interfaces/torrentfileinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENTFILEINTERFACE_H #define BTTORRENTFILEINTERFACE_H diff --git a/src/interfaces/torrentinterface.cpp b/src/interfaces/torrentinterface.cpp index 671b10003e90b34b9c7cf81e3881efdb5560455a..2aca63c84305d6d8408849f835fa67153838ea6e 100644 --- a/src/interfaces/torrentinterface.cpp +++ b/src/interfaces/torrentinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentinterface.h" namespace bt diff --git a/src/interfaces/torrentinterface.h b/src/interfaces/torrentinterface.h index a35071239fd7d4947d6d4c4d485173d29e04245b..e67734e0a933b9f8dd31d82e6cc271afc2f9e97f 100644 --- a/src/interfaces/torrentinterface.h +++ b/src/interfaces/torrentinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENTINTERFACE_H #define BTTORRENTINTERFACE_H diff --git a/src/interfaces/trackerinterface.cpp b/src/interfaces/trackerinterface.cpp index d398805895976cf83717155997e69ba066bff4ac..ddf37636c921c198f8981f52c9a523ce6f10e98d 100644 --- a/src/interfaces/trackerinterface.cpp +++ b/src/interfaces/trackerinterface.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "trackerinterface.h" #include diff --git a/src/interfaces/trackerinterface.h b/src/interfaces/trackerinterface.h index b93a94504d4f39cf417efedf661112166ee9085c..2ad8bdaeb6ee1512dddb6d525b07de3ecdc53b30 100644 --- a/src/interfaces/trackerinterface.h +++ b/src/interfaces/trackerinterface.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_TRACKERINTERFACE_H #define BT_TRACKERINTERFACE_H diff --git a/src/interfaces/trackerslist.cpp b/src/interfaces/trackerslist.cpp index 52d8fbb77d6427382a446d3982e22416a2b136c5..d72965add826ac90ba28080a96b801c81610dd58 100644 --- a/src/interfaces/trackerslist.cpp +++ b/src/interfaces/trackerslist.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "trackerslist.h" #include diff --git a/src/interfaces/trackerslist.h b/src/interfaces/trackerslist.h index ddb21d8844c37614e06e063a98af633c2382c856..14fc57fee0c46cd8c50a7d1ba151f3cf4496dea7 100644 --- a/src/interfaces/trackerslist.h +++ b/src/interfaces/trackerslist.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTRACKERSLIST_H #define BTTRACKERSLIST_H diff --git a/src/interfaces/webseedinterface.cpp b/src/interfaces/webseedinterface.cpp index 2d894387459d54d9a38e4c09b963bb30b7c77148..929b4fbe7565978c5d75580699fbaa49594b2463 100644 --- a/src/interfaces/webseedinterface.cpp +++ b/src/interfaces/webseedinterface.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "webseedinterface.h" namespace bt diff --git a/src/interfaces/webseedinterface.h b/src/interfaces/webseedinterface.h index 1455c06a804c92ea354131b0eee5d02967b94c63..1e3e38c3c66d52a02c26f0b35024115a2c56312c 100644 --- a/src/interfaces/webseedinterface.h +++ b/src/interfaces/webseedinterface.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTWEBSEEDINTERFACE_H #define BTWEBSEEDINTERFACE_H diff --git a/src/magnet/magnetdownloader.cpp b/src/magnet/magnetdownloader.cpp index 93142eebcfab100816969aa069e81f31bb58b849..dd3e8116a20e507d3276222858394f41f2ee6f34 100644 --- a/src/magnet/magnetdownloader.cpp +++ b/src/magnet/magnetdownloader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "magnetdownloader.h" #include diff --git a/src/magnet/magnetdownloader.h b/src/magnet/magnetdownloader.h index 1b32282b826a6a2253ce3b496887ee4d53bc5b35..5ab59dd9238ad88b423b1f7362a9bd1227aabbe5 100644 --- a/src/magnet/magnetdownloader.h +++ b/src/magnet/magnetdownloader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_MAGNETDOWNLOADER_H #define BT_MAGNETDOWNLOADER_H diff --git a/src/magnet/magnetlink.cpp b/src/magnet/magnetlink.cpp index 1ec3a1b964ae0422bb216317970eff16a6ae19f6..de84229613b73df1267798738ffab34c90d9b8a6 100644 --- a/src/magnet/magnetlink.cpp +++ b/src/magnet/magnetlink.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "magnetlink.h" #include diff --git a/src/magnet/magnetlink.h b/src/magnet/magnetlink.h index 0079e8333ad02f54f1be78cc717e4c1bc54977d8..ad8dd549e8960271138e0e72c2c0dbacd5be1936 100644 --- a/src/magnet/magnetlink.h +++ b/src/magnet/magnetlink.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_MAGNETLINK_H #define BT_MAGNETLINK_H diff --git a/src/magnet/metadatadownload.cpp b/src/magnet/metadatadownload.cpp index 33df9c6de90558cfa4098f665271138940c9eb58..a6c4d824bcc0c97e51ca0121396a3ffc25c87a44 100644 --- a/src/magnet/metadatadownload.cpp +++ b/src/magnet/metadatadownload.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "metadatadownload.h" #include diff --git a/src/magnet/metadatadownload.h b/src/magnet/metadatadownload.h index caf4684bda8000d175b0c5db5dab2abe28d2f560..0a022bd438a116a3807c20505703c39bbad27f64 100644 --- a/src/magnet/metadatadownload.h +++ b/src/magnet/metadatadownload.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_METADATADOWNLOAD_H #define BT_METADATADOWNLOAD_H diff --git a/src/mse/bigint.cpp b/src/mse/bigint.cpp index 35ff5ddb035aa5a15747ae7399fc6565240cd1f6..908ce6e3b32b246f122d541e96daecd8a559e621 100644 --- a/src/mse/bigint.cpp +++ b/src/mse/bigint.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bigint.h" #include diff --git a/src/mse/bigint.h b/src/mse/bigint.h index fe08af3771b99e75538612f6b1507d5e40688d89..2d2038fdaab8d79a064f2c3c0c7626828bc6d019 100644 --- a/src/mse/bigint.h +++ b/src/mse/bigint.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSEBIGINT_H #define MSEBIGINT_H diff --git a/src/mse/encryptedauthenticate.cpp b/src/mse/encryptedauthenticate.cpp index b80eb03a2d8b3c3ec058ad03bf98b4fa5af66af8..2dda94c878af90e80a49a6ef56ba3f67ab408ab6 100644 --- a/src/mse/encryptedauthenticate.cpp +++ b/src/mse/encryptedauthenticate.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "encryptedauthenticate.h" #include diff --git a/src/mse/encryptedauthenticate.h b/src/mse/encryptedauthenticate.h index 5ae1b6810bf8bdbe38e5ddeed336d494217b2292..24fae87e57e197ef086475c463c5e40c648caec5 100644 --- a/src/mse/encryptedauthenticate.h +++ b/src/mse/encryptedauthenticate.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSEENCRYPTEDAUTHENTICATE_H #define MSEENCRYPTEDAUTHENTICATE_H diff --git a/src/mse/encryptedpacketsocket.cpp b/src/mse/encryptedpacketsocket.cpp index f011e93e0c3e20b8c6277e815fcff79ee74f9619..5c3cd4ed558f1300db428db098ca97c068e213ff 100644 --- a/src/mse/encryptedpacketsocket.cpp +++ b/src/mse/encryptedpacketsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "encryptedpacketsocket.h" #include #include diff --git a/src/mse/encryptedpacketsocket.h b/src/mse/encryptedpacketsocket.h index 3204c6b075faef283827d79d40f4f0013acb1bd1..177d1a8650a1952d8e58701cb3c4e3c4e2f175e3 100644 --- a/src/mse/encryptedpacketsocket.h +++ b/src/mse/encryptedpacketsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSESTREAMSOCKET_H #define MSESTREAMSOCKET_H diff --git a/src/mse/encryptedserverauthenticate.cpp b/src/mse/encryptedserverauthenticate.cpp index 3c98de71cd280002173523f30a8f57993d0cd846..1023472a9be15be0ce085527d6546ebfeaca561b 100644 --- a/src/mse/encryptedserverauthenticate.cpp +++ b/src/mse/encryptedserverauthenticate.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "encryptedserverauthenticate.h" #include "encryptedpacketsocket.h" #include "functions.h" diff --git a/src/mse/encryptedserverauthenticate.h b/src/mse/encryptedserverauthenticate.h index 9e1087bbd70d1b5fb6fae9c1199ec782899f5f72..e93b7a8baf87a1b5a60f5dfabca054847ef1e31f 100644 --- a/src/mse/encryptedserverauthenticate.h +++ b/src/mse/encryptedserverauthenticate.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSEENCRYPTEDSERVERAUTHENTICATE_H #define MSEENCRYPTEDSERVERAUTHENTICATE_H diff --git a/src/mse/functions.cpp b/src/mse/functions.cpp index d3ba006260b0023605b45c55fe5d598cd993d588..962ac722deecee47b55a94fc5c2ded6b8861e991 100644 --- a/src/mse/functions.cpp +++ b/src/mse/functions.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "functions.h" #include "bigint.h" #include diff --git a/src/mse/functions.h b/src/mse/functions.h index 119c1e0600a543d7130249bda20c71af2ad4eed3..b112d6c5c7c3089277347eb472c8e7aec4823e89 100644 --- a/src/mse/functions.h +++ b/src/mse/functions.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSEFUNCTIONS_H #define MSEFUNCTIONS_H diff --git a/src/mse/rc4encryptor.cpp b/src/mse/rc4encryptor.cpp index a81af9dfe6686be7d45aac1b625d6973e9042699..47b226862edb7bd327f86507a789543204de87aa 100644 --- a/src/mse/rc4encryptor.cpp +++ b/src/mse/rc4encryptor.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "rc4encryptor.h" #include #include diff --git a/src/mse/rc4encryptor.h b/src/mse/rc4encryptor.h index f4335efc0229d872f67b1ce3f0cf4833441a889a..4bc79411eb3dd0c9409eeab7103ff5816eb57d98 100644 --- a/src/mse/rc4encryptor.h +++ b/src/mse/rc4encryptor.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef MSERC4ENCRYPTOR_H #define MSERC4ENCRYPTOR_H diff --git a/src/mse/tests/rc4encryptortest.cpp b/src/mse/tests/rc4encryptortest.cpp index 9650a735812cadecbfee24428959dcb43ec703c6..677515f87eb2fd801e4898ac648e5e02dfdaf693 100644 --- a/src/mse/tests/rc4encryptortest.cpp +++ b/src/mse/tests/rc4encryptortest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/net/address.cpp b/src/net/address.cpp index fa0af9b942a5a6e607abfbb93a01372f668f9728..d993236e81cbdae6979e142ba5a98e0226f00186 100644 --- a/src/net/address.cpp +++ b/src/net/address.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "address.h" #include diff --git a/src/net/address.h b/src/net/address.h index 51f85ee38396cbd3b0c4adf1e4e0f6d1cb2dc6f4..99ae03a6f917a5ad6f8288287261e4c404ad8766 100644 --- a/src/net/address.h +++ b/src/net/address.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETADDRESS_H #define NETADDRESS_H diff --git a/src/net/addressresolver.cpp b/src/net/addressresolver.cpp index df3791d70cbb393f054509c7e2bd3fa0b1cad0d4..53efc90a8b8bb008a4cd211607bb8efdb663f7a0 100644 --- a/src/net/addressresolver.cpp +++ b/src/net/addressresolver.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "addressresolver.h" diff --git a/src/net/addressresolver.h b/src/net/addressresolver.h index 1bff77cb66fa58dbd34b8006f40b5c6da87776ed..522dca68084b61210ff1d84fcc2874267ada04ec 100644 --- a/src/net/addressresolver.h +++ b/src/net/addressresolver.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_ADDRESSRESOLVER_H #define NET_ADDRESSRESOLVER_H diff --git a/src/net/downloadthread.cpp b/src/net/downloadthread.cpp index 06e3fa8b1471a9e4cd9fa30e23146562841f3800..3eb9ff3b7e76831807897a4dacfcc368f34c2f6b 100644 --- a/src/net/downloadthread.cpp +++ b/src/net/downloadthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "downloadthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/downloadthread.h b/src/net/downloadthread.h index 2e05b084e30e40141d87eff65e5e08b8ce2882f7..c7d51556c5e27bf709a699432f0b61bf0ae1a53d 100644 --- a/src/net/downloadthread.h +++ b/src/net/downloadthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETDOWNLOADTHREAD_H #define NETDOWNLOADTHREAD_H diff --git a/src/net/networkthread.cpp b/src/net/networkthread.cpp index 66e714927743766ef68aeb4e4d03adf549605773..09ad653509963ff11471beb4e13e0eff6555614f 100644 --- a/src/net/networkthread.cpp +++ b/src/net/networkthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "networkthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/networkthread.h b/src/net/networkthread.h index 03d503bb4802c71ed7f4f6d5a4b9660b5c7c0eca..192b75ccca182f91437a8e00cb48227382675100 100644 --- a/src/net/networkthread.h +++ b/src/net/networkthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETNETWORKTHREAD_H #define NETNETWORKTHREAD_H diff --git a/src/net/packetsocket.cpp b/src/net/packetsocket.cpp index 87f75a86699744497aef53b400323460848bcb76..7095b28f2907f647e85ec211e562ace4b763313c 100644 --- a/src/net/packetsocket.cpp +++ b/src/net/packetsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "packetsocket.h" #include "speed.h" #include diff --git a/src/net/packetsocket.h b/src/net/packetsocket.h index 52b1449590b2601b499728dc1333c80c046f3dd3..bbcb9e5e476d69b3b0bf341dc830663b9e1c9e45 100644 --- a/src/net/packetsocket.h +++ b/src/net/packetsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETBUFFEREDSOCKET_H #define NETBUFFEREDSOCKET_H diff --git a/src/net/poll.cpp b/src/net/poll.cpp index 4d36ecaafb6805be0e8df7dbdf041990ea3f9c38..74a510b0d7cc616efe184ca6c72b03f3a63064e2 100644 --- a/src/net/poll.cpp +++ b/src/net/poll.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "poll.h" #include diff --git a/src/net/poll.h b/src/net/poll.h index b723258fd76003aecc23a17b66cc58381420b77c..514680716baecfef9327dc06061888d498c24b8f 100644 --- a/src/net/poll.h +++ b/src/net/poll.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_POLL_H #define NET_POLL_H diff --git a/src/net/portlist.cpp b/src/net/portlist.cpp index 9230dc1dce4a0cb19734b433bbaac91a1862d086..b452a6a347068aaad024c79330d56850b8d11e48 100644 --- a/src/net/portlist.cpp +++ b/src/net/portlist.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "portlist.h" #include diff --git a/src/net/portlist.h b/src/net/portlist.h index 62e26f19f9a1586bd3cb7837870638593d87d9d9..9e26973b0edf0f80b19782f2a5ec8ec3e02f7381 100644 --- a/src/net/portlist.h +++ b/src/net/portlist.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETPORTLIST_H #define NETPORTLIST_H diff --git a/src/net/reverseresolver.cpp b/src/net/reverseresolver.cpp index 8679449e50cde344f46bb2a6ec9e5bef3d9230ce..4d80b1425a9fc02053c60622730ccce8ec4c9dd6 100644 --- a/src/net/reverseresolver.cpp +++ b/src/net/reverseresolver.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "reverseresolver.h" #include diff --git a/src/net/reverseresolver.h b/src/net/reverseresolver.h index 19c3730271324e2bf9ab8d93a6dfa22a1f4e7aec..f138e1a672571c93d13abc0141d7644da3d22d74 100644 --- a/src/net/reverseresolver.h +++ b/src/net/reverseresolver.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_REVERSERESOLVER_H #define NET_REVERSERESOLVER_H diff --git a/src/net/serversocket.cpp b/src/net/serversocket.cpp index 6b0b273a7b56f280b24160902650f9da137f9146..12b20076029fc4bfff1a2211bbd2815e0ad37c69 100644 --- a/src/net/serversocket.cpp +++ b/src/net/serversocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "serversocket.h" diff --git a/src/net/serversocket.h b/src/net/serversocket.h index b2b10f7944a3c9a4ec162400744fc1bb822a349b..0b654c328874efd15d23f60937de6dbb828bd86e 100644 --- a/src/net/serversocket.h +++ b/src/net/serversocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_SERVERSOCKET_H #define NET_SERVERSOCKET_H diff --git a/src/net/socket.cpp b/src/net/socket.cpp index 04c37f97f56de1fa9f2f4dc009e6eb83788083ac..8ef767f97d352a7d0c436c1d40e29bcb09dd5dd1 100644 --- a/src/net/socket.cpp +++ b/src/net/socket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "socket.h" #include diff --git a/src/net/socket.h b/src/net/socket.h index b1462b2aa05c47d0dfbdb4bde502a23ce743a6c9..180f3d6d6a9e59b556e841ed04427e85a333cf4a 100644 --- a/src/net/socket.h +++ b/src/net/socket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETSOCKET_H #define NETSOCKET_H diff --git a/src/net/socketdevice.cpp b/src/net/socketdevice.cpp index e7f4a4916bd2810286ac355070112772ff0267ce..2a900ff8f37b724a975aede8227b51aebf6c50ee 100644 --- a/src/net/socketdevice.cpp +++ b/src/net/socketdevice.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "socketdevice.h" diff --git a/src/net/socketdevice.h b/src/net/socketdevice.h index e9e1b54df96a6a0014a6ae14af4b871f064a5b00..e0910e53aa805102d70bbe022268f175fe21b2e1 100644 --- a/src/net/socketdevice.h +++ b/src/net/socketdevice.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_SOCKETDEVICE_H #define NET_SOCKETDEVICE_H diff --git a/src/net/socketgroup.cpp b/src/net/socketgroup.cpp index 1e5b5f8272386853cafe65680799c98580613bdc..40f04c81c65087e5b01cd853c34e896ea59483e8 100644 --- a/src/net/socketgroup.cpp +++ b/src/net/socketgroup.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "socketgroup.h" #include "trafficshapedsocket.h" #include diff --git a/src/net/socketgroup.h b/src/net/socketgroup.h index e20eafb32366336ef69f58a63074cbce37a73097..a9e44eff9e037738259649422ca093a4abee69e5 100644 --- a/src/net/socketgroup.h +++ b/src/net/socketgroup.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETSOCKETGROUP_H #define NETSOCKETGROUP_H diff --git a/src/net/socketmonitor.cpp b/src/net/socketmonitor.cpp index 9071648655a07257f66656f477ab0bf1ce43167b..180e2bbcf80593775c111f9155629e50f7452474 100644 --- a/src/net/socketmonitor.cpp +++ b/src/net/socketmonitor.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "socketmonitor.h" #include "downloadthread.h" #include "trafficshapedsocket.h" diff --git a/src/net/socketmonitor.h b/src/net/socketmonitor.h index 389bd1e86578c5b2a3fd83796e623f9280698935..989b753b98fc6d80ce723c2ea9f0baf46888b576 100644 --- a/src/net/socketmonitor.h +++ b/src/net/socketmonitor.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETSOCKETMONITOR_H #define NETSOCKETMONITOR_H diff --git a/src/net/socks.cpp b/src/net/socks.cpp index c70dc0192ee8975aa8272e4443407e58818ec6e7..cc6c76b522dfdf44641fb6c1abedd0d021c5794d 100644 --- a/src/net/socks.cpp +++ b/src/net/socks.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "socks.h" #include #include diff --git a/src/net/socks.h b/src/net/socks.h index 7240fabb39db311717b94b121d4952047fccc952..15abe3ddde868800b08efa335aa1193737f620d7 100644 --- a/src/net/socks.h +++ b/src/net/socks.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETSOCKS_H #define NETSOCKS_H diff --git a/src/net/speed.cpp b/src/net/speed.cpp index 7a66ecb70b6f3469c01f4335bf4b944b8b8695f1..5c408b2657424ab802849c1588dfbacf83936436 100644 --- a/src/net/speed.cpp +++ b/src/net/speed.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "speed.h" #include #include diff --git a/src/net/speed.h b/src/net/speed.h index fdcf4b6e8794f3dd60b45ff6b44eaa7a70e37233..edae778026b106896f477e139d5daedb1ff0136f 100644 --- a/src/net/speed.h +++ b/src/net/speed.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETSPEED_H #define NETSPEED_H diff --git a/src/net/streamsocket.cpp b/src/net/streamsocket.cpp index 7d0b30135fc46f185ebdb31a1733b275a657e8b7..4651b7d513d1c3ef387ec78bb0cae33ed8dede11 100644 --- a/src/net/streamsocket.cpp +++ b/src/net/streamsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "streamsocket.h" #include "socketmonitor.h" diff --git a/src/net/streamsocket.h b/src/net/streamsocket.h index 089dfc18f66e9979bfc156517ef79312e2e9dcc2..871d689a0118678a6735955de27e6e426f6272be 100644 --- a/src/net/streamsocket.h +++ b/src/net/streamsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_STREAMSOCKET_H #define NET_STREAMSOCKET_H diff --git a/src/net/tests/polltest.cpp b/src/net/tests/polltest.cpp index 9257539959fac54ade80d09692e35a6faf69d521..e027d4a4c781372ff0faee2ef828da1f2692b681 100644 --- a/src/net/tests/polltest.cpp +++ b/src/net/tests/polltest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/net/tests/wakeuppipetest.cpp b/src/net/tests/wakeuppipetest.cpp index 8072e688e31a158c8fdb9233b1d981b6076d791b..1e0ab6783624b1055278a7c028b77f4d16af228a 100644 --- a/src/net/tests/wakeuppipetest.cpp +++ b/src/net/tests/wakeuppipetest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/net/trafficshapedsocket.cpp b/src/net/trafficshapedsocket.cpp index ebb0d646fe2f42676baf301f5d2089ace8af53b7..69b527e6e1c59aff9ce1a4a5ab674ed872bd3059 100644 --- a/src/net/trafficshapedsocket.cpp +++ b/src/net/trafficshapedsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "trafficshapedsocket.h" diff --git a/src/net/trafficshapedsocket.h b/src/net/trafficshapedsocket.h index 16002d4fe5637f9deea4f9b7f3a6cb85528f9268..37defe5f3c8f4ec4f67d51a5e70531c5d8287c94 100644 --- a/src/net/trafficshapedsocket.h +++ b/src/net/trafficshapedsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NET_TRAFFICSHAPEDSOCKET_H #define NET_TRAFFICSHAPEDSOCKET_H diff --git a/src/net/uploadthread.cpp b/src/net/uploadthread.cpp index 7c889b4771bb192071b71bd70cfe4235eadc7376..c83656e3d2bb6dbdebbc20f99b97e434a0940463 100644 --- a/src/net/uploadthread.cpp +++ b/src/net/uploadthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "uploadthread.h" #include "socketgroup.h" #include "socketmonitor.h" diff --git a/src/net/uploadthread.h b/src/net/uploadthread.h index d75dbda8ec8fbfa20e50c21fcbe21c3fc571f67d..85ad7eb1c07e2c437671bf88a20b5dfbc01a9c70 100644 --- a/src/net/uploadthread.h +++ b/src/net/uploadthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef NETUPLOADTHREAD_H #define NETUPLOADTHREAD_H diff --git a/src/net/wakeuppipe.cpp b/src/net/wakeuppipe.cpp index 71a55897e66a569370ea0cfa99beae25a7365b31..1054a714d6c48197c64c29a8e9f872698a06ff09 100644 --- a/src/net/wakeuppipe.cpp +++ b/src/net/wakeuppipe.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "net/wakeuppipe.h" #include #include diff --git a/src/net/wakeuppipe.h b/src/net/wakeuppipe.h index 53a0b05b3c9c802f4e801f1ff0d540a33d0baf19..e121796584c04af5dd8b66e24caa09d6f67f3c49 100644 --- a/src/net/wakeuppipe.h +++ b/src/net/wakeuppipe.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTWAKEUPPIPE_H #define KTWAKEUPPIPE_H diff --git a/src/peer/accessmanager.cpp b/src/peer/accessmanager.cpp index 6d1734f7fd40dcfcf99b4ba258b27f2ae4027b86..58e961762c087bd6a5d1067a0af21c2243e9c9ee 100644 --- a/src/peer/accessmanager.cpp +++ b/src/peer/accessmanager.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "accessmanager.h" #include diff --git a/src/peer/accessmanager.h b/src/peer/accessmanager.h index 5d4e78f87cecb87b7bea0a00cd6043cdc64af8b5..8cb2cadd864b0647fa6dfc5856fa5733c7d615f2 100644 --- a/src/peer/accessmanager.h +++ b/src/peer/accessmanager.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTACCESSMANAGER_H #define BTACCESSMANAGER_H diff --git a/src/peer/authenticate.cpp b/src/peer/authenticate.cpp index aa24d05a87fbeffe795e3174ab8df5f82e1baf85..cfdf2503dc4020f32e0dc6476406d3f5775c5229 100644 --- a/src/peer/authenticate.cpp +++ b/src/peer/authenticate.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "authenticate.h" #include "peerconnector.h" #include diff --git a/src/peer/authenticate.h b/src/peer/authenticate.h index db00b51b93ed280d41d926c90a186f2c932aa95d..006a603c5047fe307969a6e63e2ac41a1b60ed40 100644 --- a/src/peer/authenticate.h +++ b/src/peer/authenticate.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTAUTHENTICATE_H #define BTAUTHENTICATE_H diff --git a/src/peer/authenticatebase.cpp b/src/peer/authenticatebase.cpp index c4fdeb4a5b040858271b5141347ad8f0e32217d4..b4eef5d398a1f7d10215f4ced539cc9d395b838b 100644 --- a/src/peer/authenticatebase.cpp +++ b/src/peer/authenticatebase.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "authenticatebase.h" #include #include diff --git a/src/peer/authenticatebase.h b/src/peer/authenticatebase.h index 6cf7f448e676be00a0bb0351610912e478fd3b18..c0ba0e79470dda670ce065357ca3390d1363599f 100644 --- a/src/peer/authenticatebase.h +++ b/src/peer/authenticatebase.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTAUTHENTICATEBASE_H #define BTAUTHENTICATEBASE_H diff --git a/src/peer/authenticationmonitor.cpp b/src/peer/authenticationmonitor.cpp index 919f198cdf11cd55bad14858d3bc50ecd5c458f8..d374752125a9ec9a582dbbbf1053f2366c5633a4 100644 --- a/src/peer/authenticationmonitor.cpp +++ b/src/peer/authenticationmonitor.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "authenticationmonitor.h" #include "authenticatebase.h" #include "peerconnector.h" diff --git a/src/peer/authenticationmonitor.h b/src/peer/authenticationmonitor.h index 0e4e64bf48e50a0cc8b8008302d6d5a2d5bd3a0e..9869550a0dae2bf571378c81b784f3aa35cf3a12 100644 --- a/src/peer/authenticationmonitor.h +++ b/src/peer/authenticationmonitor.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTAUTHENTICATIONMONITOR_H #define BTAUTHENTICATIONMONITOR_H diff --git a/src/peer/badpeerslist.cpp b/src/peer/badpeerslist.cpp index d08871779e56f7ecefe20ee19fae733e6ac582e5..c04442e353e2c715fee5df3d5bd905387e3b1495 100644 --- a/src/peer/badpeerslist.cpp +++ b/src/peer/badpeerslist.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "badpeerslist.h" #include diff --git a/src/peer/badpeerslist.h b/src/peer/badpeerslist.h index 6bad648bedbeafe8e3b6e68a07818b4c034e5a78..d2b1100930634e17bf18276e32fb1b408f2f91c1 100644 --- a/src/peer/badpeerslist.h +++ b/src/peer/badpeerslist.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTBADPEERSLIST_H #define BTBADPEERSLIST_H diff --git a/src/peer/chunkcounter.cpp b/src/peer/chunkcounter.cpp index 6e8a875f24a1e7792a9c3a0b7768576ea37b6883..d41c0cb54cc711175e5259bdcb6612fd830adc26 100644 --- a/src/peer/chunkcounter.cpp +++ b/src/peer/chunkcounter.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "chunkcounter.h" #include diff --git a/src/peer/chunkcounter.h b/src/peer/chunkcounter.h index 9fa5def7c0763dce89e3aeb28172044c2f82acee..c48c1d70541737f5a927aa74f6a84d61aec6883f 100644 --- a/src/peer/chunkcounter.h +++ b/src/peer/chunkcounter.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHUNKCOUNTER_H #define BTCHUNKCOUNTER_H diff --git a/src/peer/connectionlimit.cpp b/src/peer/connectionlimit.cpp index a1f697aa868b3794c28e7b666519a69beab23ffe..9b7ab661ccdc573da08d55217844042b41046958 100644 --- a/src/peer/connectionlimit.cpp +++ b/src/peer/connectionlimit.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "connectionlimit.h" #include diff --git a/src/peer/connectionlimit.h b/src/peer/connectionlimit.h index 102ce1909f5ca585ae257131a7ad38c3bfac64de..4f78c0dc22f382c5aecd44c1ee0e6ed034190214 100644 --- a/src/peer/connectionlimit.h +++ b/src/peer/connectionlimit.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_CONNECTIONLIMIT_H #define BT_CONNECTIONLIMIT_H diff --git a/src/peer/packetreader.cpp b/src/peer/packetreader.cpp index ac4e726e9602ce7db4b863b81557053d84d6c931..7643ca19396698217519cc51f97a46c118fa06a5 100644 --- a/src/peer/packetreader.cpp +++ b/src/peer/packetreader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "packetreader.h" #include "peer.h" #include diff --git a/src/peer/packetreader.h b/src/peer/packetreader.h index 766f4d4d3dd08144b6192b539e7e50229d4e0c06..34834236b168ab038919c3fdfe7b601a51cc9301 100644 --- a/src/peer/packetreader.h +++ b/src/peer/packetreader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPACKETREADER_H #define BTPACKETREADER_H diff --git a/src/peer/peer.cpp b/src/peer/peer.cpp index 5570440dd8c02509944762fbef15637f0d8467fd..0f0fffda3ef755b1a654f6823cc18c0e6eff1ff0 100644 --- a/src/peer/peer.cpp +++ b/src/peer/peer.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peer.h" #include "packetreader.h" diff --git a/src/peer/peer.h b/src/peer/peer.h index a716cd0ce6ba760cedb6219a862a6dc3db601f65..909e6d1bcaf88bc1cd1f293cba61e60a1c8d2102 100644 --- a/src/peer/peer.h +++ b/src/peer/peer.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEER_H #define BTPEER_H diff --git a/src/peer/peerconnector.cpp b/src/peer/peerconnector.cpp index 7c0d08b8e08ee4424a150ba5ae73c61b6359944b..a670c43e7202000675607c2c48f4ec57b923d946 100644 --- a/src/peer/peerconnector.cpp +++ b/src/peer/peerconnector.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peerconnector.h" #include "authenticationmonitor.h" diff --git a/src/peer/peerconnector.h b/src/peer/peerconnector.h index f8d442337f2679549ae69e7897f51dd3deea3af7..fa7aa6f54fdc20a2e49a2618e4f4c46c884e62fe 100644 --- a/src/peer/peerconnector.h +++ b/src/peer/peerconnector.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_PEERCONNECTOR_H #define BT_PEERCONNECTOR_H diff --git a/src/peer/peerdownloader.cpp b/src/peer/peerdownloader.cpp index 2e849c058d51bba2c155f569a8dc590114f65960..92b5eace2262c431613083e9f4dc8c258840db1e 100644 --- a/src/peer/peerdownloader.cpp +++ b/src/peer/peerdownloader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peerdownloader.h" #include "peer.h" diff --git a/src/peer/peerdownloader.h b/src/peer/peerdownloader.h index a3155f939fd51fbc9c628e31498464ba9baf2c29..a3ff72dfde9306ad487a3270dec16ea8bb799be9 100644 --- a/src/peer/peerdownloader.h +++ b/src/peer/peerdownloader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERDOWNLOADER_H #define BTPEERDOWNLOADER_H diff --git a/src/peer/peerid.cpp b/src/peer/peerid.cpp index d14be1fc351b59a62c33c154ac605944eb0235de..3cd779b0143fe4d783a52cfb3e09ba8c34e088b9 100644 --- a/src/peer/peerid.cpp +++ b/src/peer/peerid.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peerid.h" #include diff --git a/src/peer/peerid.h b/src/peer/peerid.h index 40c2419a8164156f48d5a792af0b5eee385a9b9b..f650e965d5880d65ed8a35635b03cccfc846ba8a 100644 --- a/src/peer/peerid.h +++ b/src/peer/peerid.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERID_H #define BTPEERID_H diff --git a/src/peer/peermanager.cpp b/src/peer/peermanager.cpp index 3ad8014d46b6dcbfa32ed069d1a5d0c13eb91175..b7051f0eab9af1c17fc38ac831136b2eac61f663 100644 --- a/src/peer/peermanager.cpp +++ b/src/peer/peermanager.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peermanager.h" #include diff --git a/src/peer/peermanager.h b/src/peer/peermanager.h index 68438e260352d661e8e9a17164a6e5d82b6caf2b..9253559147747bd0d4a81e69316e4064246a1b40 100644 --- a/src/peer/peermanager.h +++ b/src/peer/peermanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERMANAGER_H #define BTPEERMANAGER_H diff --git a/src/peer/peerprotocolextension.cpp b/src/peer/peerprotocolextension.cpp index 780035bacc56344a1f758f77b966df483844ccdc..937d49e9325f459ea1551f49ccfcb4e6c96c46e7 100644 --- a/src/peer/peerprotocolextension.cpp +++ b/src/peer/peerprotocolextension.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peerprotocolextension.h" #include "peer.h" diff --git a/src/peer/peerprotocolextension.h b/src/peer/peerprotocolextension.h index 546d17ff1f7e38269175aa4d07e5b921709c78cc..36adcb3596d665b2b6dda2819ad616bc35cca4a1 100644 --- a/src/peer/peerprotocolextension.h +++ b/src/peer/peerprotocolextension.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_PEERPROTOCOLEXTENSION_H #define BT_PEERPROTOCOLEXTENSION_H diff --git a/src/peer/peeruploader.cpp b/src/peer/peeruploader.cpp index cdc79f5de63f3e99299df37d87eb324ccf837722..f2fa47fe3accf3091b2cadc24ad8d880cfdd3f88 100644 --- a/src/peer/peeruploader.cpp +++ b/src/peer/peeruploader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peeruploader.h" #include "peer.h" #include diff --git a/src/peer/peeruploader.h b/src/peer/peeruploader.h index 4bf6b855f8290da6dcb4b27ede655952e8a9e6dd..006f7a571ffcf7da4ba7711a88ddfb9a0a2cf9cc 100644 --- a/src/peer/peeruploader.h +++ b/src/peer/peeruploader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERUPLOADER_H #define BTPEERUPLOADER_H diff --git a/src/peer/serverauthenticate.cpp b/src/peer/serverauthenticate.cpp index 694ced82761c9d87c47cb8c11ba4207b54b108a2..02be9b871e70432abf22a219de300aaa61fd3856 100644 --- a/src/peer/serverauthenticate.cpp +++ b/src/peer/serverauthenticate.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "serverauthenticate.h" #include "peerid.h" #include "peermanager.h" diff --git a/src/peer/serverauthenticate.h b/src/peer/serverauthenticate.h index 7f9b040da93d5a8937165ab33540746708134766..e28608caec224057445c249a83c006278239046c 100644 --- a/src/peer/serverauthenticate.h +++ b/src/peer/serverauthenticate.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSERVERAUTHENTICATE_H #define BTSERVERAUTHENTICATE_H diff --git a/src/peer/superseeder.cpp b/src/peer/superseeder.cpp index c74d375fce0c60a37305b11e88f202975d2fd6df..5cb39fed55af910e42ef0ba771de23f698670261 100644 --- a/src/peer/superseeder.cpp +++ b/src/peer/superseeder.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "superseeder.h" #include "chunkcounter.h" diff --git a/src/peer/superseeder.h b/src/peer/superseeder.h index 6940a4557182f4a17420cc2e9be5c9419fa9e62d..ee1e66215ab0e12b7f373ac28214c8673f375040 100644 --- a/src/peer/superseeder.h +++ b/src/peer/superseeder.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_SUPERSEEDER_H #define BT_SUPERSEEDER_H diff --git a/src/peer/tests/accessmanagertest.cpp b/src/peer/tests/accessmanagertest.cpp index 491bcb6405e66387ac6fa4deb08912fec1dfc98d..f44bafa6c202aabbf627b185bee8f38c2b9c166e 100644 --- a/src/peer/tests/accessmanagertest.cpp +++ b/src/peer/tests/accessmanagertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/peer/tests/connectionlimittest.cpp b/src/peer/tests/connectionlimittest.cpp index 6148b094a153c716dde43dfbc7cf8263234841ae..a1c024bf998d35897f57f6b08301fe5fd4a14a42 100644 --- a/src/peer/tests/connectionlimittest.cpp +++ b/src/peer/tests/connectionlimittest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/peer/tests/packetreadertest.cpp b/src/peer/tests/packetreadertest.cpp index b91a0df57bfe22c7356dfc2e10bdcd575c554745..48d70f914d9ce6b2d4236fa8f4e36925e2751eac 100644 --- a/src/peer/tests/packetreadertest.cpp +++ b/src/peer/tests/packetreadertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/peer/tests/superseedtest.cpp b/src/peer/tests/superseedtest.cpp index 0fdba47fd2b1a24b1a63d4192063c1c7d8a3b7ac..ed4506f07251973c2820e90123aa5e7e451e86f5 100644 --- a/src/peer/tests/superseedtest.cpp +++ b/src/peer/tests/superseedtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/peer/utmetadata.cpp b/src/peer/utmetadata.cpp index 328267da9363ca23be5028314fe33662dd41e050..6f7aabf1680ac62415feaf891baec0cef4b44acf 100644 --- a/src/peer/utmetadata.cpp +++ b/src/peer/utmetadata.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utmetadata.h" #include "peer.h" diff --git a/src/peer/utmetadata.h b/src/peer/utmetadata.h index a9d1541303c19c853632b2f784d969dd89f23629..0fb194e82972a5cd15a8bc099dfe4bad03d9fbca 100644 --- a/src/peer/utmetadata.h +++ b/src/peer/utmetadata.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_UTMETADATA_H #define BT_UTMETADATA_H diff --git a/src/peer/utpex.cpp b/src/peer/utpex.cpp index 80d9074ba7cb3653b2aa28185dd53528de42331d..3cb2fa04eb94196a1895ef04594753578f060671 100644 --- a/src/peer/utpex.cpp +++ b/src/peer/utpex.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utpex.h" #include "peer.h" diff --git a/src/peer/utpex.h b/src/peer/utpex.h index 130c95446eedaa67ad9f8ada0542437c972e8747..f5482a2417c3cdba374cabba0b348f023574daf8 100644 --- a/src/peer/utpex.h +++ b/src/peer/utpex.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTUTPEX_H #define BTUTPEX_H diff --git a/src/torrent/advancedchokealgorithm.cpp b/src/torrent/advancedchokealgorithm.cpp index 9b50945d90239e5fd3251cc8e866557ab2cf8f17..d63528fdc355138569b8fcb8b34a020ab06e84b6 100644 --- a/src/torrent/advancedchokealgorithm.cpp +++ b/src/torrent/advancedchokealgorithm.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "advancedchokealgorithm.h" #include diff --git a/src/torrent/advancedchokealgorithm.h b/src/torrent/advancedchokealgorithm.h index 66d10e5a4fcaad3d1a2a82e83a30b75605be09af..9f480f11b26b7cc138a521a4405a0a14c56f023e 100644 --- a/src/torrent/advancedchokealgorithm.h +++ b/src/torrent/advancedchokealgorithm.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTADVANCEDCHOKEALGORITHM_H #define BTADVANCEDCHOKEALGORITHM_H diff --git a/src/torrent/choker.cpp b/src/torrent/choker.cpp index 8a278f48cb8c6b0e4712af818152df9294856d00..eb2f26b2aa950413d4231956e121a54dafe1b410 100644 --- a/src/torrent/choker.cpp +++ b/src/torrent/choker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "choker.h" #include "advancedchokealgorithm.h" #include diff --git a/src/torrent/choker.h b/src/torrent/choker.h index df25d474129acc81a4ef2123c21fd483676faf6e..c07f29e02164280886265b1ee5ce3703df275086 100644 --- a/src/torrent/choker.h +++ b/src/torrent/choker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCHOKER_H #define BTCHOKER_H diff --git a/src/torrent/globals.cpp b/src/torrent/globals.cpp index 27215deddb32a7c5274dbb79022facd7ca5d224f..96b8f45f722a298590f0ea26664e1ece4c943588 100644 --- a/src/torrent/globals.cpp +++ b/src/torrent/globals.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "globals.h" #include "server.h" diff --git a/src/torrent/globals.h b/src/torrent/globals.h index 98b171f4a0824130d17f0fccd7ca2b2d542acb59..ad504573bf83fe83fdc3652590fb790a20b68885 100644 --- a/src/torrent/globals.h +++ b/src/torrent/globals.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTGLOBALS_H #define BTGLOBALS_H diff --git a/src/torrent/job.cpp b/src/torrent/job.cpp index d5623240cd983fed5b0bbbfd7ebd5d506fc7faa3..bf540b494ef3dce102038f4e526a1bf4656f19ae 100644 --- a/src/torrent/job.cpp +++ b/src/torrent/job.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "job.h" #include "torrentcontrol.h" #include diff --git a/src/torrent/job.h b/src/torrent/job.h index b63c7b465f9bfd582969b564175a84f365473b12..b6dc19476c0f48fabdb7b88afef57ef73cdd32a5 100644 --- a/src/torrent/job.h +++ b/src/torrent/job.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_JOB_H #define BT_JOB_H diff --git a/src/torrent/jobqueue.cpp b/src/torrent/jobqueue.cpp index 0c8b575ffbfbbf8e01737346f5b75e201bc75eb8..d6f039df9815e369785f80147a8fca463c85735b 100644 --- a/src/torrent/jobqueue.cpp +++ b/src/torrent/jobqueue.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "jobqueue.h" #include "job.h" #include "torrentcontrol.h" diff --git a/src/torrent/jobqueue.h b/src/torrent/jobqueue.h index 5ba5fcb33e64dd05c019c09d5ca53fd4867053fc..c4b414f7086b12a035392cc18f5dc4c2d1216780 100644 --- a/src/torrent/jobqueue.h +++ b/src/torrent/jobqueue.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_JOBQUEUE_H #define BT_JOBQUEUE_H diff --git a/src/torrent/peersourcemanager.cpp b/src/torrent/peersourcemanager.cpp index d02258c761086da8bcbfc8ae1cec95b6ba8edfd0..b0a1cbbc9a8d12b0969ab485945aa49e47356bd2 100644 --- a/src/torrent/peersourcemanager.cpp +++ b/src/torrent/peersourcemanager.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "peersourcemanager.h" diff --git a/src/torrent/peersourcemanager.h b/src/torrent/peersourcemanager.h index 04ab0ac7ae183611ee31db5f72f1d02f8e2548bb..7f46d29567781ac9de1c2002d1cc270775c504c7 100644 --- a/src/torrent/peersourcemanager.h +++ b/src/torrent/peersourcemanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPEERSOURCEMANAGER_H #define BTPEERSOURCEMANAGER_H diff --git a/src/torrent/server.cpp b/src/torrent/server.cpp index 73a94f0f852d05b57db3729829f0dd25154a3414..80a6704e47d50e67a0b216f6fc04f8c031c99e4d 100644 --- a/src/torrent/server.cpp +++ b/src/torrent/server.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "server.h" #include #include diff --git a/src/torrent/server.h b/src/torrent/server.h index 702f292ca606f911788cd47c5fd414a8fe961ca2..65d615091faab3de6659567a1e32cc8d21361c4a 100644 --- a/src/torrent/server.h +++ b/src/torrent/server.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSERVER_H #define BTSERVER_H diff --git a/src/torrent/statsfile.cpp b/src/torrent/statsfile.cpp index e09d368f04ed66f01b42d49337f209b7093d4755..ba0e2c9c0e0ab7a17260bd1940f98f5c2544c9b5 100644 --- a/src/torrent/statsfile.cpp +++ b/src/torrent/statsfile.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "statsfile.h" #include diff --git a/src/torrent/statsfile.h b/src/torrent/statsfile.h index bc2bb233f1274981a99b568e55b4e60bfd835391..8ac25cedafaddc3e16cd3c443c4d7b06cb3e1880 100644 --- a/src/torrent/statsfile.h +++ b/src/torrent/statsfile.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSTATSFILE_H #define BTSTATSFILE_H diff --git a/src/torrent/tests/statsfiletest.cpp b/src/torrent/tests/statsfiletest.cpp index 930bcfb60b6aabef5296bbdcc8f441ccfb76691a..4478b098cc6d1bf371959911bd3327372e475655 100644 --- a/src/torrent/tests/statsfiletest.cpp +++ b/src/torrent/tests/statsfiletest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/torrent/timeestimator.cpp b/src/torrent/timeestimator.cpp index ef04bfb7f04cdb496c8720bcf2553ce95e916608..a0032614952ca96f3a62ad9cd7c0d08612c5f1bd 100644 --- a/src/torrent/timeestimator.cpp +++ b/src/torrent/timeestimator.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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ć + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "timeestimator.h" #include "torrentcontrol.h" #include diff --git a/src/torrent/timeestimator.h b/src/torrent/timeestimator.h index a68fc8eb44b165bbf672ca6b5d06dec3249b1955..6b6e0f9a687c58c35f0b8f89b49298ff0880cadd 100644 --- a/src/torrent/timeestimator.h +++ b/src/torrent/timeestimator.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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ć + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTIMEESTIMATOR_H #define BTTIMEESTIMATOR_H diff --git a/src/torrent/torrent.cpp b/src/torrent/torrent.cpp index 6ec57c364194eacaa3042e385638ed02e8efc894..a5b2c2e874b2211fad614c6d158be150b43bca0a 100644 --- a/src/torrent/torrent.cpp +++ b/src/torrent/torrent.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrent.h" #include #include diff --git a/src/torrent/torrent.h b/src/torrent/torrent.h index 60134bf773a4d7cab556c2b505ce45a8a1371708..f9795e1b8ed494e16e9805a4a58445b9840e00e1 100644 --- a/src/torrent/torrent.h +++ b/src/torrent/torrent.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENT_H #define BTTORRENT_H diff --git a/src/torrent/torrentcontrol.cpp b/src/torrent/torrentcontrol.cpp index e92057f0cb38f4c81454e0cf0e804a7ad4667ca5..8ab6428344b9d957afdf5c92d6e2b79772819f06 100644 --- a/src/torrent/torrentcontrol.cpp +++ b/src/torrent/torrentcontrol.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentcontrol.h" #include diff --git a/src/torrent/torrentcontrol.h b/src/torrent/torrentcontrol.h index 45139b89b08c0ec287f77bb59b8c800dbc586ede..40014b4f5632ef0ad05bb4d7c0774d7495afcb8f 100644 --- a/src/torrent/torrentcontrol.h +++ b/src/torrent/torrentcontrol.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENTCONTROL_H #define BTTORRENTCONTROL_H diff --git a/src/torrent/torrentcreator.cpp b/src/torrent/torrentcreator.cpp index 740d385a467762162fc47da9de8d33cbb163b8b1..8522c160f97fcf4c49c6040852cfaaa5fcef5ba2 100644 --- a/src/torrent/torrentcreator.cpp +++ b/src/torrent/torrentcreator.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentcreator.h" #include "globals.h" #include "statsfile.h" diff --git a/src/torrent/torrentcreator.h b/src/torrent/torrentcreator.h index 8a991177cdc39d145fdcdce9fbf7a9a46e295f9e..5841fe185391607d77c19f5f2ac4d221a0cbe0af 100644 --- a/src/torrent/torrentcreator.h +++ b/src/torrent/torrentcreator.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENTCREATOR_H #define BTTORRENTCREATOR_H diff --git a/src/torrent/torrentfile.cpp b/src/torrent/torrentfile.cpp index 5af1cb15cb5198b02cea790d62e484c2104ae277..7151d2380386c225c46edd90f7018e0f92ac8f6d 100644 --- a/src/torrent/torrentfile.cpp +++ b/src/torrent/torrentfile.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentfile.h" #include diff --git a/src/torrent/torrentfile.h b/src/torrent/torrentfile.h index 98d760cc0ed63805ea33fc12213cc25be84bedd7..db0521cf50b814d81b9ff36244a6f5969ac9dd78 100644 --- a/src/torrent/torrentfile.h +++ b/src/torrent/torrentfile.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 Joris Guisson + SPDX-FileCopyrightText: 2005 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTORRENTFILE_H #define BTTORRENTFILE_H diff --git a/src/torrent/torrentfilestream.cpp b/src/torrent/torrentfilestream.cpp index 310139c6ad3a2d108b4843fd378960babf7b0c39..de9322d4366c2713c85cb3785ee243b14258c6d8 100644 --- a/src/torrent/torrentfilestream.cpp +++ b/src/torrent/torrentfilestream.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentfilestream.h" diff --git a/src/torrent/torrentfilestream.h b/src/torrent/torrentfilestream.h index 1a3845d2e36b4e1e2272a67ec120f22f5c9f23d8..805cd5bcaf26b546d842b470dbffe016354af2e5 100644 --- a/src/torrent/torrentfilestream.h +++ b/src/torrent/torrentfilestream.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_TORRENTFILESTREAM_H #define BT_TORRENTFILESTREAM_H diff --git a/src/torrent/torrentstats.cpp b/src/torrent/torrentstats.cpp index be44ef3086a828005e8f56e5a3c080378e313c3c..ed205411ec78fa29b7fa72c46b1686ddc863e3e6 100644 --- a/src/torrent/torrentstats.cpp +++ b/src/torrent/torrentstats.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "torrentstats.h" #include #include diff --git a/src/torrent/torrentstats.h b/src/torrent/torrentstats.h index 110a80216516acc74e95f807ec8fa510f7dc3576..bcad88f471c54ec357c0bf3ba8362319ca12fef0 100644 --- a/src/torrent/torrentstats.h +++ b/src/torrent/torrentstats.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_TORRENTSTATS_H #define BT_TORRENTSTATS_H diff --git a/src/torrent/uploader.cpp b/src/torrent/uploader.cpp index 0eeba84208f4be1c2085542da827f0a7f7b51cc9..1087f655a3d5bbf20645d8b202b0daf1f114cfc5 100644 --- a/src/torrent/uploader.cpp +++ b/src/torrent/uploader.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "uploader.h" #include #include diff --git a/src/torrent/uploader.h b/src/torrent/uploader.h index 71869e0abd36388307d829889408faeae044bf81..58ab2f2d8c39495819dd14478061b714850f0c1b 100644 --- a/src/torrent/uploader.h +++ b/src/torrent/uploader.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTUPLOADER_H #define BTUPLOADER_H diff --git a/src/tracker/httptracker.cpp b/src/tracker/httptracker.cpp index 2f5d474fca8bcfdc6817ee1d3b52d238a833ccbf..641fe9c3c987aac7d3964d13b6b5c6327fc2419b 100644 --- a/src/tracker/httptracker.cpp +++ b/src/tracker/httptracker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "httptracker.h" #include diff --git a/src/tracker/httptracker.h b/src/tracker/httptracker.h index 96064faa05f1e68fedb2f6c3af8944068cce9f0e..e9e53fb2e05344d1408d2d035f049f28a44533c6 100644 --- a/src/tracker/httptracker.h +++ b/src/tracker/httptracker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTHTTPTRACKER_H #define BTHTTPTRACKER_H diff --git a/src/tracker/kioannouncejob.cpp b/src/tracker/kioannouncejob.cpp index 48c4ffcf9bbb76d6d2888954facd6927e3951be9..d4b9a2f2edc0bb6f64597fce9e65d51360325d9f 100644 --- a/src/tracker/kioannouncejob.cpp +++ b/src/tracker/kioannouncejob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "kioannouncejob.h" #include diff --git a/src/tracker/kioannouncejob.h b/src/tracker/kioannouncejob.h index b11a8f4cb1b298356d1f40b94697271609e65251..a8ac0fa88d421ca1f9f8bc34b885e4c8b4cf7b7a 100644 --- a/src/tracker/kioannouncejob.h +++ b/src/tracker/kioannouncejob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_KIOANNOUNCEJOB_H #define BT_KIOANNOUNCEJOB_H diff --git a/src/tracker/tracker.cpp b/src/tracker/tracker.cpp index 7aaa9c36600735aa7095898dc9190ebea76e1966..3829082d90b1f74c54944f5a59d5ebb7a1c8c930 100644 --- a/src/tracker/tracker.cpp +++ b/src/tracker/tracker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "tracker.h" #include diff --git a/src/tracker/tracker.h b/src/tracker/tracker.h index a28e5aab7521b1d823df966f3dd723574f1a0a46..fd1ef43e66e0356c6112e02fbf1d5a9ca98e851a 100644 --- a/src/tracker/tracker.h +++ b/src/tracker/tracker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTRACKER_H #define BTTRACKER_H diff --git a/src/tracker/trackermanager.cpp b/src/tracker/trackermanager.cpp index 22fedee0b2cf2c42efa2b9cdb067639eb879bd2e..4580d20c2f9b36f47cfb7d74d4faa8293214a4b7 100644 --- a/src/tracker/trackermanager.cpp +++ b/src/tracker/trackermanager.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "trackermanager.h" #include #include diff --git a/src/tracker/trackermanager.h b/src/tracker/trackermanager.h index bd8892f70a4571bc9b01be67bb84a305b915023a..a3e7f5ea301523488fb0e2029b705c4694d3b9d4 100644 --- a/src/tracker/trackermanager.h +++ b/src/tracker/trackermanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_TRACKERMANAGER_H #define BT_TRACKERMANAGER_H diff --git a/src/tracker/udptracker.cpp b/src/tracker/udptracker.cpp index 07f2b1db2e0e701a1ca5e9d9307c2e6ef0fd0522..3369c210dec5b76b6883043e2eec6014c9865dc5 100644 --- a/src/tracker/udptracker.cpp +++ b/src/tracker/udptracker.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "udptracker.h" #include "udptrackersocket.h" #include diff --git a/src/tracker/udptracker.h b/src/tracker/udptracker.h index 9e16279b6c4089da6f74bc146ed1eccecf5f580a..810ee6fca76f61875da46fe5893a3c5d3f3de3cf 100644 --- a/src/tracker/udptracker.h +++ b/src/tracker/udptracker.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTUDPTRACKER_H #define BTUDPTRACKER_H diff --git a/src/tracker/udptrackersocket.cpp b/src/tracker/udptrackersocket.cpp index 715b1523da7233ebd41d141cae82793944236fee..3fdf3059c2d7a915560a524df707cfa7f3bda168 100644 --- a/src/tracker/udptrackersocket.cpp +++ b/src/tracker/udptrackersocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "udptrackersocket.h" #include #include diff --git a/src/tracker/udptrackersocket.h b/src/tracker/udptrackersocket.h index 6fc7796ee4ba5e692fb9dd7a1c1f8eb81c08430d..e9037756b27642adaa23cec2feafeec928f2782b 100644 --- a/src/tracker/udptrackersocket.h +++ b/src/tracker/udptrackersocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTUDPTRACKERSOCKET_H #define BTUDPTRACKERSOCKET_H diff --git a/src/upnp/httprequest.cpp b/src/upnp/httprequest.cpp index 87b7a8d5dccf6e2039ee4391e11112e979b53a4b..8c5ede50226e1eaf4c70d1fa1d939aa3bf588db7 100644 --- a/src/upnp/httprequest.cpp +++ b/src/upnp/httprequest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "httprequest.h" #include diff --git a/src/upnp/httprequest.h b/src/upnp/httprequest.h index a572345cd0ffc1319ac374dbf94ae80fa15cbbd7..85b26c37abc7bd3eabf8c98f20b1cdf55df88ed0 100644 --- a/src/upnp/httprequest.h +++ b/src/upnp/httprequest.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTHTTPREQUEST_H #define KTHTTPREQUEST_H diff --git a/src/upnp/soap.cpp b/src/upnp/soap.cpp index ead5dc90056bf3f0362d5942d93a43d3727c82c4..bf17dba94b0edcca497e20e63d4ef334e2665dd0 100644 --- a/src/upnp/soap.cpp +++ b/src/upnp/soap.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "soap.h" diff --git a/src/upnp/soap.h b/src/upnp/soap.h index b1b345504081b61c91d47fdda0263660d26789be..f8051cc15f6425c469c74430339959fde41b59af 100644 --- a/src/upnp/soap.h +++ b/src/upnp/soap.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTSOAP_H #define KTSOAP_H diff --git a/src/upnp/upnpdescriptionparser.cpp b/src/upnp/upnpdescriptionparser.cpp index 1f62a962813aabaed5580cbe9b14c60b796ae07d..25a3334ad719cc1bb890f1a111eb2cd9d8c5e0a0 100644 --- a/src/upnp/upnpdescriptionparser.cpp +++ b/src/upnp/upnpdescriptionparser.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "upnpdescriptionparser.h" diff --git a/src/upnp/upnpdescriptionparser.h b/src/upnp/upnpdescriptionparser.h index 389b676f05611750b4d6cce9978240200534a1a9..501275c4d8aa024532b87b4fa6e219b2ea6b16a2 100644 --- a/src/upnp/upnpdescriptionparser.h +++ b/src/upnp/upnpdescriptionparser.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTUPNPDESCRIPTIONPARSER_H #define KTUPNPDESCRIPTIONPARSER_H diff --git a/src/upnp/upnpmcastsocket.cpp b/src/upnp/upnpmcastsocket.cpp index 165a2a1a725eace4849d3bc335ec56d30bef2aff..05ae4f86504c41a01755ea0aa34a884a8c4f18a2 100644 --- a/src/upnp/upnpmcastsocket.cpp +++ b/src/upnp/upnpmcastsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "upnpmcastsocket.h" #include diff --git a/src/upnp/upnpmcastsocket.h b/src/upnp/upnpmcastsocket.h index ab19860ef479e6e3e1359d8c5140dfda076e60dd..0d5da79604481522ec7daf38091c399e453a5f0c 100644 --- a/src/upnp/upnpmcastsocket.h +++ b/src/upnp/upnpmcastsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTUPNPMCASTSOCKET_H #define KTUPNPMCASTSOCKET_H diff --git a/src/upnp/upnprouter.cpp b/src/upnp/upnprouter.cpp index ff80e98527e7e95558c2212fde434a0235ae8359..f4b23e9e79dd8df705aaf2b88dc6b9f3ee8bca1f 100644 --- a/src/upnp/upnprouter.cpp +++ b/src/upnp/upnprouter.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include diff --git a/src/upnp/upnprouter.h b/src/upnp/upnprouter.h index bff4c95d558cc0bcb85af3dfb57ce0e3a3d4ddf9..ebbd37a29632244c5270e8f66044ca5eb99834de 100644 --- a/src/upnp/upnprouter.h +++ b/src/upnp/upnprouter.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef KTUPNPROUTER_H #define KTUPNPROUTER_H diff --git a/src/util/array.cpp b/src/util/array.cpp index b462793d0d9716aff38467228268e995375f3c57..067030a4e15914dba098b36eda85d85d585d7275 100644 --- a/src/util/array.cpp +++ b/src/util/array.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "array.h" namespace bt diff --git a/src/util/array.h b/src/util/array.h index e7a1cd7979287ba72eaf65d28437d37cf7e6d9ba..7589eee5b93405b50d1d9f0c06d536d7d9508470 100644 --- a/src/util/array.h +++ b/src/util/array.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTARRAY_H #define BTARRAY_H diff --git a/src/util/autorotatelogjob.cpp b/src/util/autorotatelogjob.cpp index 73a1084248e27efee84910f6ff761ccc9a76201b..3c6f7fac400fd3c66f17c05113a76bb17c316710 100644 --- a/src/util/autorotatelogjob.cpp +++ b/src/util/autorotatelogjob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "autorotatelogjob.h" diff --git a/src/util/autorotatelogjob.h b/src/util/autorotatelogjob.h index 6814974a388b76329bec878a2a33f45830a21642..fcf428fd18e44a493edf7672c5f496341f526bbe 100644 --- a/src/util/autorotatelogjob.h +++ b/src/util/autorotatelogjob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTAUTOROTATELOGJOB_H #define BTAUTOROTATELOGJOB_H diff --git a/src/util/bitset.cpp b/src/util/bitset.cpp index ff94465f5aee1adbd7ce8c8d6f36e7265f6d9997..924f8ce08fca53a0de64ea8087138e58182071c8 100644 --- a/src/util/bitset.cpp +++ b/src/util/bitset.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bitset.h" #include #include diff --git a/src/util/bitset.h b/src/util/bitset.h index 6c3cfa869ef556bf25c53745e4fdff80b0c1991d..86a8f278e52e1c481f9365dc9759caee2904de02 100644 --- a/src/util/bitset.h +++ b/src/util/bitset.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTBITSET_H #define BTBITSET_H diff --git a/src/util/bufferpool.cpp b/src/util/bufferpool.cpp index 38b5e01a9cc157eb46fe4e68d1b112b177d6bb7b..2b3732a9ce381d15cd9de08889d17d9bf309c0b3 100644 --- a/src/util/bufferpool.cpp +++ b/src/util/bufferpool.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "bufferpool.h" diff --git a/src/util/bufferpool.h b/src/util/bufferpool.h index 2492804f811011ea04936e5a027670b126bfe151..5423eb891aed3bf747e5aca8e2447779748d3c88 100644 --- a/src/util/bufferpool.h +++ b/src/util/bufferpool.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BUFFERPOOL_H_ #define BUFFERPOOL_H_ diff --git a/src/util/circularbuffer.cpp b/src/util/circularbuffer.cpp index 03e5bb931928ea0627cc24617d9ee9540d1ce212..5f89c18c884047d94f4e35e8b93351bb540260dc 100644 --- a/src/util/circularbuffer.cpp +++ b/src/util/circularbuffer.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "circularbuffer.h" #include "log.h" diff --git a/src/util/circularbuffer.h b/src/util/circularbuffer.h index e19548b4595fe9c5290495d6b9a81d877f0189c5..bff90e39ddd56651cacfa2af81532108d125ac6a 100644 --- a/src/util/circularbuffer.h +++ b/src/util/circularbuffer.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_CIRCULARBUFFER_H #define BT_CIRCULARBUFFER_H diff --git a/src/util/compressfilejob.cpp b/src/util/compressfilejob.cpp index f966960a4377498c75af6b0534459fcad4ba994d..15c054ae119077d31f8c242f9123c92a7e8f5b1f 100644 --- a/src/util/compressfilejob.cpp +++ b/src/util/compressfilejob.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "compressfilejob.h" #include diff --git a/src/util/compressfilejob.h b/src/util/compressfilejob.h index d9b71334c0099f1b47a4d124b4aa1301e60f7092..b4290c042ad351facc6f33cf155d6dd9303a6752 100644 --- a/src/util/compressfilejob.h +++ b/src/util/compressfilejob.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCOMPRESSFILEJOB_H #define BTCOMPRESSFILEJOB_H diff --git a/src/util/constants.h b/src/util/constants.h index b0fd20f9ec7e568741b4e25c737eb552beedfd0b..9cfb81664b64782fc2dae30cab2b5bfade5444af 100644 --- a/src/util/constants.h +++ b/src/util/constants.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTCONSTANTS_H #define BTCONSTANTS_H diff --git a/src/util/decompressfilejob.cpp b/src/util/decompressfilejob.cpp index 5e56a74ae175b148a6606cdd7e778b2e975961e0..cf55a25b82ca3c02a4e55088bbb01a5e366f4131 100644 --- a/src/util/decompressfilejob.cpp +++ b/src/util/decompressfilejob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "decompressfilejob.h" #include diff --git a/src/util/decompressfilejob.h b/src/util/decompressfilejob.h index 159477d70962f614bbf6b61c43e4da2909fc324a..2cfc6a624152f9138c0f7186bff7ffdcbaabb0ef 100644 --- a/src/util/decompressfilejob.h +++ b/src/util/decompressfilejob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DECOMPRESSFILEJOB_H #define DECOMPRESSFILEJOB_H diff --git a/src/util/error.cpp b/src/util/error.cpp index ef6afada62aaf7d501187c3370e0551cb71338b5..ad5ed65c2be9036638497b36fb3c60d6d1a2c2f0 100644 --- a/src/util/error.cpp +++ b/src/util/error.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "error.h" #include diff --git a/src/util/error.h b/src/util/error.h index 98fbcfc7fe1e327a71804248ae0d7528dd74d59a..c70a8f41bc01b6a26b37eb236d17f2ca726312b0 100644 --- a/src/util/error.h +++ b/src/util/error.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTERROR_H #define BTERROR_H diff --git a/src/util/extractfilejob.cpp b/src/util/extractfilejob.cpp index c70c5b9fa14aa0acf74d6c8458d34067f3e5dc78..191aa51c79607b1a6f345de24a85227b8730fd01 100644 --- a/src/util/extractfilejob.cpp +++ b/src/util/extractfilejob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "extractfilejob.h" #include diff --git a/src/util/extractfilejob.h b/src/util/extractfilejob.h index 94a0617c19c9e4abedb8b9c9ff424fa03875e6d2..5a60a1a45daaef62cd1a577288edf6f29a039718 100644 --- a/src/util/extractfilejob.h +++ b/src/util/extractfilejob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_EXTRACTFILEJOB_H #define BT_EXTRACTFILEJOB_H diff --git a/src/util/file.cpp b/src/util/file.cpp index 95eb55995fa1a630d32d9a125483c5dd2b01fb0f..fc9e206a6dde725e3567997b6afe2e632722b25d 100644 --- a/src/util/file.cpp +++ b/src/util/file.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "file.h" #include diff --git a/src/util/file.h b/src/util/file.h index 4b41b1ac0a064b929bebe70840ed14b6ea0a54c1..683d3d94df6cf18558345cf5bfc39667e0164dcb 100644 --- a/src/util/file.h +++ b/src/util/file.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTFILE_H #define BTFILE_H diff --git a/src/util/fileops.cpp b/src/util/fileops.cpp index 9ffe0949ad5edd2a7f7c8b4e2fe510c2d0dba143..e206c6a941f272015c29f9fe52881acaf16caebe 100644 --- a/src/util/fileops.cpp +++ b/src/util/fileops.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "fileops.h" #include "config-ktorrent.h" diff --git a/src/util/fileops.h b/src/util/fileops.h index 9948b330c7f1b50a2b2be1cc7a5260b5aa162ed1..4e28ab4af7032f5052fa01cbbbb9de021fac78e2 100644 --- a/src/util/fileops.h +++ b/src/util/fileops.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTFILEOPS_H #define BTFILEOPS_H diff --git a/src/util/functions.cpp b/src/util/functions.cpp index 0049ffb403966ba08359cef55ddfa7236b5c412f..520d1c4683f163bf68c497253c85c07a278b7bae 100644 --- a/src/util/functions.cpp +++ b/src/util/functions.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "functions.h" #include diff --git a/src/util/functions.h b/src/util/functions.h index 4aeedefacf31da4d78f844715351aafc7eb2165b..0a9a21013f62255f30835eb3db4be46bbd5283f0 100644 --- a/src/util/functions.h +++ b/src/util/functions.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTFUNCTIONS_H #define BTFUNCTIONS_H diff --git a/src/util/log.cpp b/src/util/log.cpp index a867ddd26f1cdf0b5660b1369e916feb83aa97ad..08f1d219b8776f63c84b6b4d6b3db70fa317cac5 100644 --- a/src/util/log.cpp +++ b/src/util/log.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "log.h" #include diff --git a/src/util/log.h b/src/util/log.h index cff962b495ec7fab0e24203f24b5eace2316ab29..8836ccd33a3801d1f874b61a4fdcddaa7fa499b4 100644 --- a/src/util/log.h +++ b/src/util/log.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef JORISLOG_H #define JORISLOG_H diff --git a/src/util/logsystemmanager.cpp b/src/util/logsystemmanager.cpp index 3fe86720a6d33609451db4ab0f7ae0b961a882ea..6eacc237be88953f66efb9fa1521b2187e71ec6a 100644 --- a/src/util/logsystemmanager.cpp +++ b/src/util/logsystemmanager.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "logsystemmanager.h" #include "log.h" #include diff --git a/src/util/logsystemmanager.h b/src/util/logsystemmanager.h index 17dee37e50174b385bb9abad5b528ed9e0f4a6cd..b6d684583ce48ad4a11d90cdd25449ca502eb9d1 100644 --- a/src/util/logsystemmanager.h +++ b/src/util/logsystemmanager.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2008 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTLOGSYSTEMMANAGER_H #define BTLOGSYSTEMMANAGER_H diff --git a/src/util/pipe.cpp b/src/util/pipe.cpp index f0a84dadc59394f4d0e93469b1146d28b2433536..39a1cc599bd676f198c72731f1aca9d188919bf7 100644 --- a/src/util/pipe.cpp +++ b/src/util/pipe.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "pipe.h" diff --git a/src/util/pipe.h b/src/util/pipe.h index 82fe4f36dc60a6911e9bfafdb5e77d5079b836bf..7c4c13a7174bd395f628282e183acc6f2755d0c5 100644 --- a/src/util/pipe.h +++ b/src/util/pipe.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_PIPE_H #define BT_PIPE_H diff --git a/src/util/ptrmap.cpp b/src/util/ptrmap.cpp index 0f240236260e74e0b8309a07f250cf5f9ed3364f..32a03ece5b815aa087f7c5e1600c543e5589c071 100644 --- a/src/util/ptrmap.cpp +++ b/src/util/ptrmap.cpp @@ -1,20 +1,6 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "ptrmap.h" diff --git a/src/util/ptrmap.h b/src/util/ptrmap.h index 19423ce4723f3e5d95961bca3e6513e4d6cbfa30..6bdcc5b7beeaa87446d4475bb1ef6f54e516949c 100644 --- a/src/util/ptrmap.h +++ b/src/util/ptrmap.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTPTRMAP_H #define BTPTRMAP_H diff --git a/src/util/resourcemanager.cpp b/src/util/resourcemanager.cpp index add18d2a2f185bfc9c75dca8b388891c3c98c7e2..9fa87653991693dc3709304f9668cd085c22afdb 100644 --- a/src/util/resourcemanager.cpp +++ b/src/util/resourcemanager.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "resourcemanager.h" diff --git a/src/util/resourcemanager.h b/src/util/resourcemanager.h index c317814ff3fb183ce9deaa3c35be89a08c2d6cbb..881e3c7ecf86eb56122163d76732cbb4c65946b5 100644 --- a/src/util/resourcemanager.h +++ b/src/util/resourcemanager.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_TICKETMANAGER_H #define BT_TICKETMANAGER_H diff --git a/src/util/sha1hash.cpp b/src/util/sha1hash.cpp index 8bc949fa3abd89df671228f904f52bc7f82b1842..3bb474636950c261f819944bc3bf4aacc223f629 100644 --- a/src/util/sha1hash.cpp +++ b/src/util/sha1hash.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "sha1hash.h" #include "log.h" #include "sha1hashgen.h" diff --git a/src/util/sha1hash.h b/src/util/sha1hash.h index 7d4e261c1e452d262d1b755fad3f519222c4009b..bedb6ca8fc58530942d535975f4faaf6094bebf4 100644 --- a/src/util/sha1hash.h +++ b/src/util/sha1hash.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSHA1HASH_H #define BTSHA1HASH_H diff --git a/src/util/sha1hashgen.cpp b/src/util/sha1hashgen.cpp index a26bd8199a0acc01ac892f378683f8fbbee01e3e..4dc2988f737c3141a3a0e99d01b1466a98d63ee0 100644 --- a/src/util/sha1hashgen.cpp +++ b/src/util/sha1hashgen.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "sha1hashgen.h" #include "functions.h" #include diff --git a/src/util/sha1hashgen.h b/src/util/sha1hashgen.h index 9efdd1898538b7383405ddf42549b476943b2ebf..dd64fa1af17e06421f13dc65fa28fdbfd970be1c 100644 --- a/src/util/sha1hashgen.h +++ b/src/util/sha1hashgen.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTSHA1HASHGEN_H #define BTSHA1HASHGEN_H diff --git a/src/util/signalcatcher.cpp b/src/util/signalcatcher.cpp index 90305352bbd1cc57c5398ab8d25f9492e2bd300b..951aac23e20873a6020df31d488c8b7d8fe291b8 100644 --- a/src/util/signalcatcher.cpp +++ b/src/util/signalcatcher.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "signalcatcher.h" #include "log.h" #include diff --git a/src/util/signalcatcher.h b/src/util/signalcatcher.h index 329a72f793f2bdcc782c7122476905bc58a167d5..5495e2c4c562e81ba8a0361e3e1b5cb223f3c25d 100644 --- a/src/util/signalcatcher.h +++ b/src/util/signalcatcher.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BT_SIGNALCATCHER_H #define BT_SIGNALCATCHER_H diff --git a/src/util/tests/bufferpooltest.cpp b/src/util/tests/bufferpooltest.cpp index 6378dd8263cc2d3740f279a08042a6c65838de98..b027e5fbcf0c82fdce6f84374a99c31abd3208de 100644 --- a/src/util/tests/bufferpooltest.cpp +++ b/src/util/tests/bufferpooltest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include #include diff --git a/src/util/tests/circularbuffertest.cpp b/src/util/tests/circularbuffertest.cpp index b87204e528746293f9888de80d07038f8bda94d5..070aca2c92d4a9409d934f10027b506d6801e05f 100644 --- a/src/util/tests/circularbuffertest.cpp +++ b/src/util/tests/circularbuffertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/util/tests/fileopstest.cpp b/src/util/tests/fileopstest.cpp index 9481044a773cefbe5223e3ea0a080e8c561af044..e5f47804c7af26771812ab053ccc5c47b5a2389b 100644 --- a/src/util/tests/fileopstest.cpp +++ b/src/util/tests/fileopstest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include #include diff --git a/src/util/tests/resourcemanagertest.cpp b/src/util/tests/resourcemanagertest.cpp index e084e90a82dde967c8cc79fef12e7094cbe65a00..9b124115811bff44ccb12997bf9fcdd0db3b4718 100644 --- a/src/util/tests/resourcemanagertest.cpp +++ b/src/util/tests/resourcemanagertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/util/tests/signalcatchertest.cpp b/src/util/tests/signalcatchertest.cpp index cff67dcdf893333d22012d78481a402919a330ab..0e29eded5b173066b480687db37bb66e72b796d4 100644 --- a/src/util/tests/signalcatchertest.cpp +++ b/src/util/tests/signalcatchertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/util/timer.cpp b/src/util/timer.cpp index d0f6ec1f4a022fe69b28dda5cfb5e8ef46d0f75d..b20e2fd42ac83ef4184abf6da266a4f25be2b656 100644 --- a/src/util/timer.cpp +++ b/src/util/timer.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "timer.h" #include "functions.h" diff --git a/src/util/timer.h b/src/util/timer.h index b876c139dd25314fcee602b622d96352871bdd4b..53584187148ebcc203aadce5310cb6c60c4ec1d6 100644 --- a/src/util/timer.h +++ b/src/util/timer.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTTIMER_H #define BTTIMER_H diff --git a/src/util/urlencoder.cpp b/src/util/urlencoder.cpp index 4680261e06cd118e395572b89ed5d813b32bddd8..12972daa0654469a36d8782953bc8c935a7ea973 100644 --- a/src/util/urlencoder.cpp +++ b/src/util/urlencoder.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "urlencoder.h" namespace bt diff --git a/src/util/urlencoder.h b/src/util/urlencoder.h index 29fdf12ee6ece46c6cbc979f2a89e3b4890e93ac..d13cc8113ca8c95de214da173c629d2a49ac7499 100644 --- a/src/util/urlencoder.h +++ b/src/util/urlencoder.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTURLENCODER_H #define BTURLENCODER_H diff --git a/src/util/waitjob.cpp b/src/util/waitjob.cpp index 54e54e928945ab99e0164a98bd09da52c3ec999d..d8de48314b1f674e6b87516698b68a83fae46cd5 100644 --- a/src/util/waitjob.cpp +++ b/src/util/waitjob.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "waitjob.h" #include "log.h" #include diff --git a/src/util/waitjob.h b/src/util/waitjob.h index 340ac9e9bc8f466a931bc409d4a6b969d213b9b1..220b78a911cef3edbc76b776f5cb901105c5db21 100644 --- a/src/util/waitjob.h +++ b/src/util/waitjob.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTWAITJOB_H #define BTWAITJOB_H diff --git a/src/util/win32.cpp b/src/util/win32.cpp index 3cec45c507040c2f67ed7828eb50e61e16f80357..eb1b6265c4ce7adb05b45804ca3bc615cb9777fc 100644 --- a/src/util/win32.cpp +++ b/src/util/win32.cpp @@ -1,25 +1,10 @@ /* -Copyright (c) 2006 by Dan Kennedy. -Copyright (c) 2006 by 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 -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. + SPDX-FileCopyrightText: 2006 Dan Kennedy. + SPDX-FileCopyrightText: 2006 Juliusz Chroboczek. + + SPDX-License-Identifier: MIT */ + #include "win32.h" #include #include diff --git a/src/util/win32.h b/src/util/win32.h index 3da01f30eb2590b50dbae8b6df0d66dc8b6c4a11..b59397a6cdf1ee3287b282223a597e6299c87b10 100644 --- a/src/util/win32.h +++ b/src/util/win32.h @@ -1,24 +1,8 @@ /* -Copyright (c) 2006 by Dan Kennedy. -Copyright (c) 2006 by 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 -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. + SPDX-FileCopyrightText: 2006 Dan Kennedy. + SPDX-FileCopyrightText: 2006 Juliusz Chroboczek. + + SPDX-License-Identifier: MIT */ /* diff --git a/src/utp/connection.cpp b/src/utp/connection.cpp index 22a5d50158840efb7879dde35698a9750517d6c4..7b746742c61b3df2b033e7789e1f743a2e381979 100644 --- a/src/utp/connection.cpp +++ b/src/utp/connection.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "connection.h" #include "delaywindow.h" diff --git a/src/utp/connection.h b/src/utp/connection.h index 40ba97d4300d8cf0b5a7369b28a0b36a20393b7e..4a0b5d61208460397ceba21b5895ab739c2edfd6 100644 --- a/src/utp/connection.h +++ b/src/utp/connection.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_CONNECTION_H #define UTP_CONNECTION_H diff --git a/src/utp/delaywindow.cpp b/src/utp/delaywindow.cpp index 9b7124204ac30abc4c4b332d3278bcab25c6e700..e886751166c0ef08df755ca37f8082cf256c2fa5 100644 --- a/src/utp/delaywindow.cpp +++ b/src/utp/delaywindow.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "delaywindow.h" #include diff --git a/src/utp/delaywindow.h b/src/utp/delaywindow.h index b408a08847aa3b10246d9a02c855ecd584c391c6..e3b3580dd85dda9469346fcaff8087fc5ebcdce1 100644 --- a/src/utp/delaywindow.h +++ b/src/utp/delaywindow.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_DELAYWINDOW_H #define UTP_DELAYWINDOW_H diff --git a/src/utp/localwindow.cpp b/src/utp/localwindow.cpp index e97f2d91bf32e0d555d24c39a63aff71555cd56f..55728bbb47fc01b55676adee754e6b87242370e3 100644 --- a/src/utp/localwindow.cpp +++ b/src/utp/localwindow.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "localwindow.h" #include "utpprotocol.h" diff --git a/src/utp/localwindow.h b/src/utp/localwindow.h index 07f179525442042567c11f81d1c9e7daf5dbc2fd..5fdf58daeeb42de8016b636912ab3d5ff402042d 100644 --- a/src/utp/localwindow.h +++ b/src/utp/localwindow.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_LOCALWINDOW_H #define UTP_LOCALWINDOW_H diff --git a/src/utp/outputqueue.cpp b/src/utp/outputqueue.cpp index b346db072f239bd69875b315fd8d9a8e9e2c85b5..0f71e750689a87be34ecf3ad492d139775b29357 100644 --- a/src/utp/outputqueue.cpp +++ b/src/utp/outputqueue.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "outputqueue.h" #include diff --git a/src/utp/outputqueue.h b/src/utp/outputqueue.h index 65677acec405c90217076f8f2ce618d12ce798f4..09892014ab5c9fc365b1b08398edeed73eeea31c 100644 --- a/src/utp/outputqueue.h +++ b/src/utp/outputqueue.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_OUTPUTQUEUE_H #define UTP_OUTPUTQUEUE_H diff --git a/src/utp/packetbuffer.cpp b/src/utp/packetbuffer.cpp index 1998517864ce76614ab347bfa7cb7c7967453321..ffb6bfa61d7e9736f15efc36e1f811ba3a6ec626 100644 --- a/src/utp/packetbuffer.cpp +++ b/src/utp/packetbuffer.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "packetbuffer.h" #include "utpprotocol.h" diff --git a/src/utp/packetbuffer.h b/src/utp/packetbuffer.h index 0ebbebb69fcafe7609db22e1c8d0756cbdc730a3..a87fed6d143ccdfdca6e6320dfb4148c2fbb53b9 100644 --- a/src/utp/packetbuffer.h +++ b/src/utp/packetbuffer.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_PACKETBUFFER_H_ #define UTP_PACKETBUFFER_H_ diff --git a/src/utp/pollpipe.cpp b/src/utp/pollpipe.cpp index 3266c28cd8b5e1cd213ff1e938e12f425e5cb06e..0476cd2947075396bafd437604b5eb60c801eaa2 100644 --- a/src/utp/pollpipe.cpp +++ b/src/utp/pollpipe.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "pollpipe.h" #include "connection.h" diff --git a/src/utp/pollpipe.h b/src/utp/pollpipe.h index 8b002d08167762ff29b9bc717d095de29fbc515b..48087e72afa7ef4ddb177b7cddcb9d6ca0bd3c57 100644 --- a/src/utp/pollpipe.h +++ b/src/utp/pollpipe.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_POLLPIPE_H #define UTP_POLLPIPE_H diff --git a/src/utp/remotewindow.cpp b/src/utp/remotewindow.cpp index 0b8d81e695e274a7043144818a9d5427be9a80c3..c3360f01862c67e556b76d71058610930a218283 100644 --- a/src/utp/remotewindow.cpp +++ b/src/utp/remotewindow.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "remotewindow.h" #include "connection.h" diff --git a/src/utp/remotewindow.h b/src/utp/remotewindow.h index 7b3991ea3af834b74303a8cbdea57dfacfbe61dd..cc3c979cc07d402ee98d42cdb86a883c578ab57a 100644 --- a/src/utp/remotewindow.h +++ b/src/utp/remotewindow.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_REMOTEWINDOW_H #define UTP_REMOTEWINDOW_H diff --git a/src/utp/tests/congestiontest.cpp b/src/utp/tests/congestiontest.cpp index cfd0043e6a3139846871e5aff24fb249bb3a5c03..fc154a8d9a4c17909a107f6b08c03c94f1ef93d5 100644 --- a/src/utp/tests/congestiontest.cpp +++ b/src/utp/tests/congestiontest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/connectiontest.cpp b/src/utp/tests/connectiontest.cpp index b684b7989d0bb074dfa5f06446b391bc2f968b8d..1242e654e8a879ffbd73db2e8d5616752a52de4d 100644 --- a/src/utp/tests/connectiontest.cpp +++ b/src/utp/tests/connectiontest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/connecttest.cpp b/src/utp/tests/connecttest.cpp index 29ad8caa1c85d151b8289296efee6f4a4e285f79..4df339d56f1c121517b1928b7081693a895e8ef3 100644 --- a/src/utp/tests/connecttest.cpp +++ b/src/utp/tests/connecttest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/delaywindowtest.cpp b/src/utp/tests/delaywindowtest.cpp index 9f833225350f29ae04e14fc8b7525433408b775c..2601a74aa27c55fa73ae7dc23c6161bfaed98080 100644 --- a/src/utp/tests/delaywindowtest.cpp +++ b/src/utp/tests/delaywindowtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/fintest.cpp b/src/utp/tests/fintest.cpp index cafa90c5f6540d933bab9eb41f26e5bd74cb4023..2aee92c1ca526ad050a11b5ca87f2d7360b5b6a0 100644 --- a/src/utp/tests/fintest.cpp +++ b/src/utp/tests/fintest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/localwindowtest.cpp b/src/utp/tests/localwindowtest.cpp index 34d14f9a5cd0b2d3190fc34cb54edd840b694a06..8968a23d5a607dfa8ad98668cd5e93d02da6877f 100644 --- a/src/utp/tests/localwindowtest.cpp +++ b/src/utp/tests/localwindowtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/packetbuffertest.cpp b/src/utp/tests/packetbuffertest.cpp index b1ec89663267b290ad2ac7ec91facaf74502eb49..ee19af922792e75836f0e48b3368815fdfdb793c 100644 --- a/src/utp/tests/packetbuffertest.cpp +++ b/src/utp/tests/packetbuffertest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/packetlosstest.cpp b/src/utp/tests/packetlosstest.cpp index 8163e02928ac43208484f52656ed094dd2e40510..38db85c5b6d9d69e677638f5e156af70f1bcce31 100644 --- a/src/utp/tests/packetlosstest.cpp +++ b/src/utp/tests/packetlosstest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/remotewindowtest.cpp b/src/utp/tests/remotewindowtest.cpp index 68d4e793c3b2bba76658e0cc4b60f391482043ae..687c6266e02d6f719fbeef1c84ea033a767899e5 100644 --- a/src/utp/tests/remotewindowtest.cpp +++ b/src/utp/tests/remotewindowtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/sendtest.cpp b/src/utp/tests/sendtest.cpp index 9c6f5df2ad9064dec1b20172f43bfa2f5f1df128..b1a003285263876d5d46adde7456aae58a04ec70 100644 --- a/src/utp/tests/sendtest.cpp +++ b/src/utp/tests/sendtest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include #include diff --git a/src/utp/tests/sockettest.cpp b/src/utp/tests/sockettest.cpp index 0fd61b756de1a206ff96712541cc4e0ce7278985..19ea7c395a11b62bb9ec6df581f68181e1056d73 100644 --- a/src/utp/tests/sockettest.cpp +++ b/src/utp/tests/sockettest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/timevaluetest.cpp b/src/utp/tests/timevaluetest.cpp index 1e234264d296442516cee1e42b2320105b1d3f2c..347b550743afce6efa7108a9e6c0b02d6359f952 100644 --- a/src/utp/tests/timevaluetest.cpp +++ b/src/utp/tests/timevaluetest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/transmittest.cpp b/src/utp/tests/transmittest.cpp index 040b47b1a5562efcbb67174dbd4f8cbe31265212..d4caada31b8df7cf4a0f2db5abaa9815aacfd6b1 100644 --- a/src/utp/tests/transmittest.cpp +++ b/src/utp/tests/transmittest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/tests/utppolltest.cpp b/src/utp/tests/utppolltest.cpp index 03283a030dd15f0849ce7a58ad2a370d6cfcb84d..9a15609fcde2166359251e4368685f3bd3a9fe32 100644 --- a/src/utp/tests/utppolltest.cpp +++ b/src/utp/tests/utppolltest.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include #include diff --git a/src/utp/timevalue.cpp b/src/utp/timevalue.cpp index 8a534e73e7c41f22a1220756a838514f18bd9b55..b8c93f9e5bb41ac28ca736f0ffb50b7ec8613652 100644 --- a/src/utp/timevalue.cpp +++ b/src/utp/timevalue.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "timevalue.h" #include diff --git a/src/utp/timevalue.h b/src/utp/timevalue.h index ce72a9d8238daf98e668a0dbf080b777f2dfd0c0..75cc09dd9ae3e9c95a003462d5820e1e076ace95 100644 --- a/src/utp/timevalue.h +++ b/src/utp/timevalue.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_TIMEVALUE_H #define UTP_TIMEVALUE_H diff --git a/src/utp/utpprotocol.cpp b/src/utp/utpprotocol.cpp index d664686a254de7bf0fc3333f537815f2f61773f5..edb2093cfa6425a642b37775d1ebb1db6d4068fc 100644 --- a/src/utp/utpprotocol.cpp +++ b/src/utp/utpprotocol.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utpprotocol.h" #include diff --git a/src/utp/utpprotocol.h b/src/utp/utpprotocol.h index e37a2ad74abb8a6240f17d8bb6f3b1691e27f372..5a14ceec03c0a9fa3f0cbd24925e8999cd646570 100644 --- a/src/utp/utpprotocol.h +++ b/src/utp/utpprotocol.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_UTPPROTOCOL_H #define UTP_UTPPROTOCOL_H diff --git a/src/utp/utpserver.cpp b/src/utp/utpserver.cpp index 217d9a646d7fcb170647426ed526bd92093443f3..cdada64e0c03633cb37839f319b38f8d2f5af172 100644 --- a/src/utp/utpserver.cpp +++ b/src/utp/utpserver.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utpserver.h" #include "utpserver_p.h" diff --git a/src/utp/utpserver.h b/src/utp/utpserver.h index 42f6d63d72c498d97975e633e5ffc7d1d18023bf..78f47e9f0b7cae2ce3d4eb27cf1758f39142d226 100644 --- a/src/utp/utpserver.h +++ b/src/utp/utpserver.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_UTPSERVER_H #define UTP_UTPSERVER_H diff --git a/src/utp/utpserver_p.h b/src/utp/utpserver_p.h index 7e26d43b32281a9f9600e543b21f1d4721bc67f2..17966c8d81821749070ed9145787225a5b2b20ec 100644 --- a/src/utp/utpserver_p.h +++ b/src/utp/utpserver_p.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_UTPSERVER_P_H #define UTP_UTPSERVER_P_H diff --git a/src/utp/utpserverthread.cpp b/src/utp/utpserverthread.cpp index 048b99c4a86afa511e0958a569891c98caaec8d5..fe86be848731267702c0abcd595a517b988d5c70 100644 --- a/src/utp/utpserverthread.cpp +++ b/src/utp/utpserverthread.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utpserverthread.h" #include "utpserver.h" diff --git a/src/utp/utpserverthread.h b/src/utp/utpserverthread.h index 019953e49cb2996d66cb2b0cc8aaf98769b46bf3..382f7dbb413ef18f2002ec59a4273011f693ba4d 100644 --- a/src/utp/utpserverthread.h +++ b/src/utp/utpserverthread.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_UTPSERVERTHREAD_H #define UTP_UTPSERVERTHREAD_H diff --git a/src/utp/utpsocket.cpp b/src/utp/utpsocket.cpp index ff22be15edc8e43f3a59b8c7dbe41a4449a7d3ee..e2a5aa2f452e97ed1e73742cef9cf9d882526e4b 100644 --- a/src/utp/utpsocket.cpp +++ b/src/utp/utpsocket.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utpsocket.h" #include "connection.h" diff --git a/src/utp/utpsocket.h b/src/utp/utpsocket.h index ae3f35a672c66f47ccaa57a8b7f69fda6132a064..e91e3238532f95281439187402c63959a08f1afc 100644 --- a/src/utp/utpsocket.h +++ b/src/utp/utpsocket.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTP_UTPSOCKET_H #define UTP_UTPSOCKET_H diff --git a/src/version.cpp b/src/version.cpp index b118a6fb313975eb21488242f7b922a56de4864b..f29f94483f6ef912c34f2452f5ca2cbebccb3daa 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "version.h" #include diff --git a/src/version.h b/src/version.h index 34c686952b9a8745dd0a133c7ab85def5b442039..0092a292fc7de3719706eb2aee1a213feb2a328a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,23 +1,9 @@ -/*************************************************************************** - * 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 + SPDX-FileCopyrightText: 2007 Ivan Vasic + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef BTVERSION_H #define BTVERSION_H diff --git a/testlib/dummytorrentcreator.cpp b/testlib/dummytorrentcreator.cpp index 98fb4a963151c259a287f6267a34bb94f5cf63ae..a678dd2211c79b4009c7e87559c63ffeb4965537 100644 --- a/testlib/dummytorrentcreator.cpp +++ b/testlib/dummytorrentcreator.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "dummytorrentcreator.h" #include diff --git a/testlib/dummytorrentcreator.h b/testlib/dummytorrentcreator.h index 34156678844137128a8652a9d45267ba87cd42f6..aecedd8c1e799f197f468ce7ad5ab4d1bfd7fe99 100644 --- a/testlib/dummytorrentcreator.h +++ b/testlib/dummytorrentcreator.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef DUMMYTORRENTCREATOR_H #define DUMMYTORRENTCREATOR_H diff --git a/testlib/utils.cpp b/testlib/utils.cpp index 943a20da3ba3b7cfc6b08e53369b0bee4cac81e8..5bcc0047640901266cf2eb304cd8730624b1427a 100644 --- a/testlib/utils.cpp +++ b/testlib/utils.cpp @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #include "utils.h" diff --git a/testlib/utils.h b/testlib/utils.h index 6fe328e62b5e22d31318108338f8c3377761a3bc..b58e91926ce9471447425fe175c6c740f4b8f88d 100644 --- a/testlib/utils.h +++ b/testlib/utils.h @@ -1,22 +1,8 @@ -/*************************************************************************** - * 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 Joris Guisson + + SPDX-License-Identifier: GPL-2.0-or-later +*/ #ifndef UTILS_H #define UTILS_H