diff --git a/CMakeLists.txt b/CMakeLists.txt index 820b15c1..3e45367a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ cmake_minimum_required(VERSION 3.16.3) diff --git a/COPYING b/COPYING index d37e2c9d..797a2daf 100644 --- a/COPYING +++ b/COPYING @@ -1,524 +1,9 @@ - QSkinny License - Version 1.0, November 1, 2016 +Copyright (C) 2016 Uwe Rathmann -QSkinny is Copyright (C) 2016 Uwe Rathmann +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -You may use, distribute and copy QSkinny under the terms of -GNU Lesser General Public License version 2.1, which is displayed below -with the following exceptions: + 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. - 1. The object code form of a "work that uses the Library" may incorporate - material from a header file that is part of the Library. You may - distribute such object code under terms of your choice, provided that: - - (i) the header files of the Library have not been modified; and - (ii) the incorporated material is limited to numerical parameters, data - structure layouts, accessors, macros, inline functions and - templates; and - (iii) you comply with the terms of Section 6 of the GNU Lesser General - Public License version 2.1. - -------------------------------------------------------------------------- - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 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. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -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 and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, 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 library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete 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 distribute a copy of this License along with the -Library. - - 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 Library or any portion -of it, thus forming a work based on the Library, 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) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -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 Library, 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 Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you 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. - - If distribution of 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 satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be 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. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library 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. - - 9. 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 Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -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 with -this License. - - 11. 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 Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library 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 Library. - -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. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library 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. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser 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 Library -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 Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -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 - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "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 -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. 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 LIBRARY 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 -LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), 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 Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. 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) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; 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. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! +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/README.md b/README.md index 8b6dae4d..fe3abc94 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,7 @@ direction - please contact support@qskinny.org. # Contributing to QSkinny -For now QSkinny is licensed under LGPL v2.1. In the future, We want to have the -possibility to transfer the QSkinny code to a **more permissive license**, i.e. -any of the following or similar licenses: BSD "Simplified" License, BSD -"Revised" License or MIT license. +QSkinny is licensed under the BSD 3 Clause License ( https://opensource.org/license/bsd-3-clause ). However we want to be able to offer more licenses on request. If you are fine with these terms, you are welcome to contribute to QSkinny by completing the following steps: diff --git a/cmake/QskBuildFunctions.cmake b/cmake/QskBuildFunctions.cmake index 34734bf1..38fee091 100644 --- a/cmake/QskBuildFunctions.cmake +++ b/cmake/QskBuildFunctions.cmake @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ function(qsk_add_executable target) diff --git a/cmake/QskConfigMacros.cmake b/cmake/QskConfigMacros.cmake index b2353eb7..0d373c18 100644 --- a/cmake/QskConfigMacros.cmake +++ b/cmake/QskConfigMacros.cmake @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ macro(qsk_load_optional_build_flags) diff --git a/cmake/QskFindMacros.cmake b/cmake/QskFindMacros.cmake index a5b0ba36..035e9514 100644 --- a/cmake/QskFindMacros.cmake +++ b/cmake/QskFindMacros.cmake @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ macro(qsk_setup_Qt) diff --git a/cmake/QskTools.cmake b/cmake/QskTools.cmake index f5705909..ab6bc25b 100644 --- a/cmake/QskTools.cmake +++ b/cmake/QskTools.cmake @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ ## @param SVG_FILENAME absolute filename to the svg diff --git a/doc/qsk.dox b/doc/qsk.dox index 9a70606d..d71364df 100644 --- a/doc/qsk.dox +++ b/doc/qsk.dox @@ -62,7 +62,7 @@ QML). \section license License - QSkinny is distributed under the terms of the QSkinny license. + QSkinny is distributed under the terms of the BSD-3-Clause license. \section platforms Platforms diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 5b0a8d80..cd9c7b8f 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ add_subdirectory(desktop) diff --git a/examples/boxes/Box.cpp b/examples/boxes/Box.cpp index f5e3891f..e4a336ba 100644 --- a/examples/boxes/Box.cpp +++ b/examples/boxes/Box.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Box.h" diff --git a/examples/boxes/Box.h b/examples/boxes/Box.h index d45d9d12..ffc85ad0 100644 --- a/examples/boxes/Box.h +++ b/examples/boxes/Box.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/boxes/CMakeLists.txt b/examples/boxes/CMakeLists.txt index f77c5bcf..9ad84b97 100644 --- a/examples/boxes/CMakeLists.txt +++ b/examples/boxes/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(boxes Box.h Box.cpp main.cpp) diff --git a/examples/boxes/main.cpp b/examples/boxes/main.cpp index d1186fc7..a7ca9108 100644 --- a/examples/boxes/main.cpp +++ b/examples/boxes/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Box.h" diff --git a/examples/buttons/CMakeLists.txt b/examples/buttons/CMakeLists.txt index 88c9d477..5e6d8ffa 100644 --- a/examples/buttons/CMakeLists.txt +++ b/examples/buttons/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES main.cpp) diff --git a/examples/buttons/main.cpp b/examples/buttons/main.cpp index 373e695d..517976d9 100644 --- a/examples/buttons/main.cpp +++ b/examples/buttons/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/desktop/CMakeLists.txt b/examples/desktop/CMakeLists.txt index 54b495c5..92141750 100644 --- a/examples/desktop/CMakeLists.txt +++ b/examples/desktop/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(desktop main.cpp) diff --git a/examples/desktop/main.cpp b/examples/desktop/main.cpp index fc50506f..5d1351bb 100644 --- a/examples/desktop/main.cpp +++ b/examples/desktop/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/frames/CMakeLists.txt b/examples/frames/CMakeLists.txt index bdfaaee8..467cc3b5 100644 --- a/examples/frames/CMakeLists.txt +++ b/examples/frames/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES Frame.h Frame.cpp main.cpp) diff --git a/examples/frames/Frame.cpp b/examples/frames/Frame.cpp index 31ccd440..45f2b170 100644 --- a/examples/frames/Frame.cpp +++ b/examples/frames/Frame.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Frame.h" diff --git a/examples/frames/Frame.h b/examples/frames/Frame.h index b8ed2f5f..44a631e8 100644 --- a/examples/frames/Frame.h +++ b/examples/frames/Frame.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/frames/main.cpp b/examples/frames/main.cpp index 506ed015..2dd76ba4 100644 --- a/examples/frames/main.cpp +++ b/examples/frames/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Frame.h" diff --git a/examples/gallery/CMakeLists.txt b/examples/gallery/CMakeLists.txt index dd837b0f..1608492a 100644 --- a/examples/gallery/CMakeLists.txt +++ b/examples/gallery/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/examples/gallery/Page.cpp b/examples/gallery/Page.cpp index ea73a2a8..757e60b6 100644 --- a/examples/gallery/Page.cpp +++ b/examples/gallery/Page.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Page.h" diff --git a/examples/gallery/Page.h b/examples/gallery/Page.h index 92f3be25..6a825e9e 100644 --- a/examples/gallery/Page.h +++ b/examples/gallery/Page.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/button/ButtonPage.cpp b/examples/gallery/button/ButtonPage.cpp index 3026561a..43d773b9 100644 --- a/examples/gallery/button/ButtonPage.cpp +++ b/examples/gallery/button/ButtonPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ButtonPage.h" diff --git a/examples/gallery/button/ButtonPage.h b/examples/gallery/button/ButtonPage.h index f1a9a671..ed805bb6 100644 --- a/examples/gallery/button/ButtonPage.h +++ b/examples/gallery/button/ButtonPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/dialog/DialogPage.cpp b/examples/gallery/dialog/DialogPage.cpp index c1b9ffc8..260265ae 100644 --- a/examples/gallery/dialog/DialogPage.cpp +++ b/examples/gallery/dialog/DialogPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DialogPage.h" diff --git a/examples/gallery/dialog/DialogPage.h b/examples/gallery/dialog/DialogPage.h index 596de2c6..ca52dcdf 100644 --- a/examples/gallery/dialog/DialogPage.h +++ b/examples/gallery/dialog/DialogPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/inputs/InputPage.cpp b/examples/gallery/inputs/InputPage.cpp index eef0e889..3e19e1ee 100644 --- a/examples/gallery/inputs/InputPage.cpp +++ b/examples/gallery/inputs/InputPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "InputPage.h" diff --git a/examples/gallery/inputs/InputPage.h b/examples/gallery/inputs/InputPage.h index 3e9f20e1..6e0357ec 100644 --- a/examples/gallery/inputs/InputPage.h +++ b/examples/gallery/inputs/InputPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/label/LabelPage.cpp b/examples/gallery/label/LabelPage.cpp index 7b945ce8..4754b3ce 100644 --- a/examples/gallery/label/LabelPage.cpp +++ b/examples/gallery/label/LabelPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "LabelPage.h" diff --git a/examples/gallery/label/LabelPage.h b/examples/gallery/label/LabelPage.h index e661e8f2..89f31d6c 100644 --- a/examples/gallery/label/LabelPage.h +++ b/examples/gallery/label/LabelPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/main.cpp b/examples/gallery/main.cpp index a4a3ecb2..6b199a5d 100644 --- a/examples/gallery/main.cpp +++ b/examples/gallery/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "label/LabelPage.h" diff --git a/examples/gallery/progressbar/ProgressBarPage.cpp b/examples/gallery/progressbar/ProgressBarPage.cpp index 31917d0f..fe1faee4 100644 --- a/examples/gallery/progressbar/ProgressBarPage.cpp +++ b/examples/gallery/progressbar/ProgressBarPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ProgressBarPage.h" diff --git a/examples/gallery/progressbar/ProgressBarPage.h b/examples/gallery/progressbar/ProgressBarPage.h index 4a9df81f..0d6fdec4 100644 --- a/examples/gallery/progressbar/ProgressBarPage.h +++ b/examples/gallery/progressbar/ProgressBarPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/gallery/selector/SelectorPage.cpp b/examples/gallery/selector/SelectorPage.cpp index 5e282b92..6a1c4d88 100644 --- a/examples/gallery/selector/SelectorPage.cpp +++ b/examples/gallery/selector/SelectorPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "SelectorPage.h" diff --git a/examples/gallery/selector/SelectorPage.h b/examples/gallery/selector/SelectorPage.h index 7a5d53e1..740921f0 100644 --- a/examples/gallery/selector/SelectorPage.h +++ b/examples/gallery/selector/SelectorPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/glabels/CMakeLists.txt b/examples/glabels/CMakeLists.txt index f4462ee8..e9e9ca76 100644 --- a/examples/glabels/CMakeLists.txt +++ b/examples/glabels/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES main.cpp) diff --git a/examples/glabels/main.cpp b/examples/glabels/main.cpp index 1a8ee708..0885bc30 100644 --- a/examples/glabels/main.cpp +++ b/examples/glabels/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/iotdashboard/Box.cpp b/examples/iotdashboard/Box.cpp index ee628852..6f1e460b 100644 --- a/examples/iotdashboard/Box.cpp +++ b/examples/iotdashboard/Box.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "Box.h" diff --git a/examples/iotdashboard/Box.h b/examples/iotdashboard/Box.h index ec2edcf7..ad2d1a93 100644 --- a/examples/iotdashboard/Box.h +++ b/examples/iotdashboard/Box.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/BoxWithButtons.cpp b/examples/iotdashboard/BoxWithButtons.cpp index 982f3e3f..c5fb0193 100644 --- a/examples/iotdashboard/BoxWithButtons.cpp +++ b/examples/iotdashboard/BoxWithButtons.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "BoxWithButtons.h" diff --git a/examples/iotdashboard/BoxWithButtons.h b/examples/iotdashboard/BoxWithButtons.h index 55dd539b..0880f94f 100644 --- a/examples/iotdashboard/BoxWithButtons.h +++ b/examples/iotdashboard/BoxWithButtons.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/CMakeLists.txt b/examples/iotdashboard/CMakeLists.txt index 81f4ef27..b9b417ca 100644 --- a/examples/iotdashboard/CMakeLists.txt +++ b/examples/iotdashboard/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ -# QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# Copyright (C) 2021 Edelhirsch Software GmbH +# SPDX-License-Identifier: BSD-3-Claus ############################################################################ set(SOURCES diff --git a/examples/iotdashboard/CircularProgressBar.cpp b/examples/iotdashboard/CircularProgressBar.cpp index 14a6583c..13703b5d 100644 --- a/examples/iotdashboard/CircularProgressBar.cpp +++ b/examples/iotdashboard/CircularProgressBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "CircularProgressBar.h" diff --git a/examples/iotdashboard/CircularProgressBar.h b/examples/iotdashboard/CircularProgressBar.h index a198c647..503296a8 100644 --- a/examples/iotdashboard/CircularProgressBar.h +++ b/examples/iotdashboard/CircularProgressBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/CircularProgressBarSkinlet.cpp b/examples/iotdashboard/CircularProgressBarSkinlet.cpp index 02804dcd..0bd5f418 100644 --- a/examples/iotdashboard/CircularProgressBarSkinlet.cpp +++ b/examples/iotdashboard/CircularProgressBarSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "CircularProgressBarSkinlet.h" diff --git a/examples/iotdashboard/CircularProgressBarSkinlet.h b/examples/iotdashboard/CircularProgressBarSkinlet.h index be867d05..9075fbb3 100644 --- a/examples/iotdashboard/CircularProgressBarSkinlet.h +++ b/examples/iotdashboard/CircularProgressBarSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/DashboardPage.cpp b/examples/iotdashboard/DashboardPage.cpp index baede5e5..997ed370 100644 --- a/examples/iotdashboard/DashboardPage.cpp +++ b/examples/iotdashboard/DashboardPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "DashboardPage.h" diff --git a/examples/iotdashboard/DashboardPage.h b/examples/iotdashboard/DashboardPage.h index f70e5e8a..cf21b1c7 100644 --- a/examples/iotdashboard/DashboardPage.h +++ b/examples/iotdashboard/DashboardPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/DevicesPage.cpp b/examples/iotdashboard/DevicesPage.cpp index e525bdf4..18293471 100644 --- a/examples/iotdashboard/DevicesPage.cpp +++ b/examples/iotdashboard/DevicesPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "DevicesPage.h" diff --git a/examples/iotdashboard/DevicesPage.h b/examples/iotdashboard/DevicesPage.h index 2241997f..3afa2ac1 100644 --- a/examples/iotdashboard/DevicesPage.h +++ b/examples/iotdashboard/DevicesPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/Diagram.cpp b/examples/iotdashboard/Diagram.cpp index 9d774a74..583f75f3 100644 --- a/examples/iotdashboard/Diagram.cpp +++ b/examples/iotdashboard/Diagram.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Diagram.h" diff --git a/examples/iotdashboard/Diagram.h b/examples/iotdashboard/Diagram.h index 942f90f6..180767f7 100644 --- a/examples/iotdashboard/Diagram.h +++ b/examples/iotdashboard/Diagram.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/DiagramSkinlet.cpp b/examples/iotdashboard/DiagramSkinlet.cpp index d6570fa9..964013e2 100644 --- a/examples/iotdashboard/DiagramSkinlet.cpp +++ b/examples/iotdashboard/DiagramSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DiagramSkinlet.h" diff --git a/examples/iotdashboard/DiagramSkinlet.h b/examples/iotdashboard/DiagramSkinlet.h index 86c1254c..9f21adca 100644 --- a/examples/iotdashboard/DiagramSkinlet.h +++ b/examples/iotdashboard/DiagramSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/EnergyMeter.cpp b/examples/iotdashboard/EnergyMeter.cpp index 2da14108..068434fc 100644 --- a/examples/iotdashboard/EnergyMeter.cpp +++ b/examples/iotdashboard/EnergyMeter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "EnergyMeter.h" diff --git a/examples/iotdashboard/EnergyMeter.h b/examples/iotdashboard/EnergyMeter.h index 27e8e66d..c83080f6 100644 --- a/examples/iotdashboard/EnergyMeter.h +++ b/examples/iotdashboard/EnergyMeter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/GraphicProvider.cpp b/examples/iotdashboard/GraphicProvider.cpp index acdec602..93e86728 100644 --- a/examples/iotdashboard/GraphicProvider.cpp +++ b/examples/iotdashboard/GraphicProvider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "GraphicProvider.h" diff --git a/examples/iotdashboard/GraphicProvider.h b/examples/iotdashboard/GraphicProvider.h index 1fe89518..5eb80aa9 100644 --- a/examples/iotdashboard/GraphicProvider.h +++ b/examples/iotdashboard/GraphicProvider.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/GridBox.cpp b/examples/iotdashboard/GridBox.cpp index b501e6b1..df5389a8 100644 --- a/examples/iotdashboard/GridBox.cpp +++ b/examples/iotdashboard/GridBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "GridBox.h" diff --git a/examples/iotdashboard/GridBox.h b/examples/iotdashboard/GridBox.h index 7580107b..eee8eed7 100644 --- a/examples/iotdashboard/GridBox.h +++ b/examples/iotdashboard/GridBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/LightDisplay.cpp b/examples/iotdashboard/LightDisplay.cpp index 079b68d8..b884e604 100644 --- a/examples/iotdashboard/LightDisplay.cpp +++ b/examples/iotdashboard/LightDisplay.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "LightDisplay.h" diff --git a/examples/iotdashboard/LightDisplay.h b/examples/iotdashboard/LightDisplay.h index 5d6074fb..10a0ecfc 100644 --- a/examples/iotdashboard/LightDisplay.h +++ b/examples/iotdashboard/LightDisplay.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/LightDisplaySkinlet.cpp b/examples/iotdashboard/LightDisplaySkinlet.cpp index 6602a2f3..ba2eceb5 100644 --- a/examples/iotdashboard/LightDisplaySkinlet.cpp +++ b/examples/iotdashboard/LightDisplaySkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "LightDisplaySkinlet.h" diff --git a/examples/iotdashboard/LightDisplaySkinlet.h b/examples/iotdashboard/LightDisplaySkinlet.h index c384b2f4..ba0dd162 100644 --- a/examples/iotdashboard/LightDisplaySkinlet.h +++ b/examples/iotdashboard/LightDisplaySkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MainWindow.cpp b/examples/iotdashboard/MainWindow.cpp index 1a8dec58..52f991d6 100644 --- a/examples/iotdashboard/MainWindow.cpp +++ b/examples/iotdashboard/MainWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "MainItem.h" diff --git a/examples/iotdashboard/MainWindow.h b/examples/iotdashboard/MainWindow.h index a03b36f3..bb201754 100644 --- a/examples/iotdashboard/MainWindow.h +++ b/examples/iotdashboard/MainWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MembersPage.cpp b/examples/iotdashboard/MembersPage.cpp index cab47243..e7b4bd72 100644 --- a/examples/iotdashboard/MembersPage.cpp +++ b/examples/iotdashboard/MembersPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "MembersPage.h" diff --git a/examples/iotdashboard/MembersPage.h b/examples/iotdashboard/MembersPage.h index ea5cfd91..de297b9c 100644 --- a/examples/iotdashboard/MembersPage.h +++ b/examples/iotdashboard/MembersPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MenuBar.cpp b/examples/iotdashboard/MenuBar.cpp index 83dc8b78..b4da935d 100644 --- a/examples/iotdashboard/MenuBar.cpp +++ b/examples/iotdashboard/MenuBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "MenuBar.h" diff --git a/examples/iotdashboard/MenuBar.h b/examples/iotdashboard/MenuBar.h index c777abea..07be9b92 100644 --- a/examples/iotdashboard/MenuBar.h +++ b/examples/iotdashboard/MenuBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/MyDevices.cpp b/examples/iotdashboard/MyDevices.cpp index 6b7edd02..0c9ce93a 100644 --- a/examples/iotdashboard/MyDevices.cpp +++ b/examples/iotdashboard/MyDevices.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "MyDevices.h" diff --git a/examples/iotdashboard/MyDevices.h b/examples/iotdashboard/MyDevices.h index b22961d8..b716c17b 100644 --- a/examples/iotdashboard/MyDevices.h +++ b/examples/iotdashboard/MyDevices.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoomsPage.cpp b/examples/iotdashboard/RoomsPage.cpp index 595cc2be..85689dcf 100644 --- a/examples/iotdashboard/RoomsPage.cpp +++ b/examples/iotdashboard/RoomsPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "RoomsPage.h" diff --git a/examples/iotdashboard/RoomsPage.h b/examples/iotdashboard/RoomsPage.h index 0cafcff3..091731de 100644 --- a/examples/iotdashboard/RoomsPage.h +++ b/examples/iotdashboard/RoomsPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoundButton.cpp b/examples/iotdashboard/RoundButton.cpp index 86b8c677..6aa338b4 100644 --- a/examples/iotdashboard/RoundButton.cpp +++ b/examples/iotdashboard/RoundButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "RoundButton.h" diff --git a/examples/iotdashboard/RoundButton.h b/examples/iotdashboard/RoundButton.h index d221f324..feefdd4f 100644 --- a/examples/iotdashboard/RoundButton.h +++ b/examples/iotdashboard/RoundButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/RoundedIcon.cpp b/examples/iotdashboard/RoundedIcon.cpp index 788f9b3a..de393e82 100644 --- a/examples/iotdashboard/RoundedIcon.cpp +++ b/examples/iotdashboard/RoundedIcon.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "RoundedIcon.h" diff --git a/examples/iotdashboard/RoundedIcon.h b/examples/iotdashboard/RoundedIcon.h index 916a5f53..b2c31b01 100644 --- a/examples/iotdashboard/RoundedIcon.h +++ b/examples/iotdashboard/RoundedIcon.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/Skin.cpp b/examples/iotdashboard/Skin.cpp index 24aa4238..f4bcadeb 100644 --- a/examples/iotdashboard/Skin.cpp +++ b/examples/iotdashboard/Skin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "Skin.h" diff --git a/examples/iotdashboard/Skin.h b/examples/iotdashboard/Skin.h index 74e8f69b..2024f0a2 100644 --- a/examples/iotdashboard/Skin.h +++ b/examples/iotdashboard/Skin.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StatisticsPage.cpp b/examples/iotdashboard/StatisticsPage.cpp index 2153efef..21dace6d 100644 --- a/examples/iotdashboard/StatisticsPage.cpp +++ b/examples/iotdashboard/StatisticsPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "StatisticsPage.h" diff --git a/examples/iotdashboard/StatisticsPage.h b/examples/iotdashboard/StatisticsPage.h index 8224e096..1a9634ef 100644 --- a/examples/iotdashboard/StatisticsPage.h +++ b/examples/iotdashboard/StatisticsPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageBar.cpp b/examples/iotdashboard/StorageBar.cpp index de29b94b..f5c58fa8 100644 --- a/examples/iotdashboard/StorageBar.cpp +++ b/examples/iotdashboard/StorageBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "StorageBar.h" diff --git a/examples/iotdashboard/StorageBar.h b/examples/iotdashboard/StorageBar.h index 6f28b5cf..dcc50717 100644 --- a/examples/iotdashboard/StorageBar.h +++ b/examples/iotdashboard/StorageBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageBarSkinlet.cpp b/examples/iotdashboard/StorageBarSkinlet.cpp index 1d65c516..e31cc31f 100644 --- a/examples/iotdashboard/StorageBarSkinlet.cpp +++ b/examples/iotdashboard/StorageBarSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "StorageBarSkinlet.h" diff --git a/examples/iotdashboard/StorageBarSkinlet.h b/examples/iotdashboard/StorageBarSkinlet.h index 1731d100..34217ba4 100644 --- a/examples/iotdashboard/StorageBarSkinlet.h +++ b/examples/iotdashboard/StorageBarSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StorageMeter.cpp b/examples/iotdashboard/StorageMeter.cpp index f1a59a30..2474124b 100644 --- a/examples/iotdashboard/StorageMeter.cpp +++ b/examples/iotdashboard/StorageMeter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "StorageMeter.h" diff --git a/examples/iotdashboard/StorageMeter.h b/examples/iotdashboard/StorageMeter.h index 402f5c45..7eff6885 100644 --- a/examples/iotdashboard/StorageMeter.h +++ b/examples/iotdashboard/StorageMeter.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/StoragePage.cpp b/examples/iotdashboard/StoragePage.cpp index f545d10f..d350008c 100644 --- a/examples/iotdashboard/StoragePage.cpp +++ b/examples/iotdashboard/StoragePage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "StoragePage.h" diff --git a/examples/iotdashboard/StoragePage.h b/examples/iotdashboard/StoragePage.h index 0d189260..c8100030 100644 --- a/examples/iotdashboard/StoragePage.h +++ b/examples/iotdashboard/StoragePage.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/TopBar.cpp b/examples/iotdashboard/TopBar.cpp index b73f6856..a9d3dedb 100644 --- a/examples/iotdashboard/TopBar.cpp +++ b/examples/iotdashboard/TopBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "TopBar.h" diff --git a/examples/iotdashboard/TopBar.h b/examples/iotdashboard/TopBar.h index 65c7cd94..76fa46f6 100644 --- a/examples/iotdashboard/TopBar.h +++ b/examples/iotdashboard/TopBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/UsageBox.cpp b/examples/iotdashboard/UsageBox.cpp index 79a02370..1a9f05c4 100644 --- a/examples/iotdashboard/UsageBox.cpp +++ b/examples/iotdashboard/UsageBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "UsageBox.h" diff --git a/examples/iotdashboard/UsageBox.h b/examples/iotdashboard/UsageBox.h index 5feb19cb..c167437e 100644 --- a/examples/iotdashboard/UsageBox.h +++ b/examples/iotdashboard/UsageBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/UsageDiagram.cpp b/examples/iotdashboard/UsageDiagram.cpp index 52f3cd72..74f03b91 100644 --- a/examples/iotdashboard/UsageDiagram.cpp +++ b/examples/iotdashboard/UsageDiagram.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "UsageDiagram.h" diff --git a/examples/iotdashboard/UsageDiagram.h b/examples/iotdashboard/UsageDiagram.h index b8281eb0..68fa6d4b 100644 --- a/examples/iotdashboard/UsageDiagram.h +++ b/examples/iotdashboard/UsageDiagram.h @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/main.cpp b/examples/iotdashboard/main.cpp index dbd4f5ee..34d1ce17 100644 --- a/examples/iotdashboard/main.cpp +++ b/examples/iotdashboard/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * Copyright (C) 2021 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "MainWindow.h" diff --git a/examples/iotdashboard/nodes/DiagramDataNode.cpp b/examples/iotdashboard/nodes/DiagramDataNode.cpp index 2229fa50..f50cf949 100644 --- a/examples/iotdashboard/nodes/DiagramDataNode.cpp +++ b/examples/iotdashboard/nodes/DiagramDataNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DiagramDataNode.h" diff --git a/examples/iotdashboard/nodes/DiagramDataNode.h b/examples/iotdashboard/nodes/DiagramDataNode.h index 584fb75f..e29389a7 100644 --- a/examples/iotdashboard/nodes/DiagramDataNode.h +++ b/examples/iotdashboard/nodes/DiagramDataNode.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/nodes/DiagramSegmentsNode.cpp b/examples/iotdashboard/nodes/DiagramSegmentsNode.cpp index 860073b3..15ff7b23 100644 --- a/examples/iotdashboard/nodes/DiagramSegmentsNode.cpp +++ b/examples/iotdashboard/nodes/DiagramSegmentsNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DiagramSegmentsNode.h" diff --git a/examples/iotdashboard/nodes/DiagramSegmentsNode.h b/examples/iotdashboard/nodes/DiagramSegmentsNode.h index 70058ac4..98c8f530 100644 --- a/examples/iotdashboard/nodes/DiagramSegmentsNode.h +++ b/examples/iotdashboard/nodes/DiagramSegmentsNode.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/iotdashboard/nodes/RadialTickmarksNode.cpp b/examples/iotdashboard/nodes/RadialTickmarksNode.cpp index a751cf41..019989bb 100644 --- a/examples/iotdashboard/nodes/RadialTickmarksNode.cpp +++ b/examples/iotdashboard/nodes/RadialTickmarksNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #include "RadialTickmarksNode.h" diff --git a/examples/iotdashboard/nodes/RadialTickmarksNode.h b/examples/iotdashboard/nodes/RadialTickmarksNode.h index 188dc888..5daeae7b 100644 --- a/examples/iotdashboard/nodes/RadialTickmarksNode.h +++ b/examples/iotdashboard/nodes/RadialTickmarksNode.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * Copyright (C) 2021 Edelhirsch Software GmbH + * SPDX-License-Identifier: BSD-3-Claus *****************************************************************************/ #pragma once diff --git a/examples/layouts/ButtonBox.cpp b/examples/layouts/ButtonBox.cpp index f247d6a3..c63cf67b 100644 --- a/examples/layouts/ButtonBox.cpp +++ b/examples/layouts/ButtonBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ButtonBox.h" diff --git a/examples/layouts/ButtonBox.h b/examples/layouts/ButtonBox.h index 8f486995..45622593 100644 --- a/examples/layouts/ButtonBox.h +++ b/examples/layouts/ButtonBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/CMakeLists.txt b/examples/layouts/CMakeLists.txt index bfbbe041..e8d8b0bd 100644 --- a/examples/layouts/CMakeLists.txt +++ b/examples/layouts/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/examples/layouts/DynamicConstraintsPage.cpp b/examples/layouts/DynamicConstraintsPage.cpp index 658a68d6..06fce56d 100644 --- a/examples/layouts/DynamicConstraintsPage.cpp +++ b/examples/layouts/DynamicConstraintsPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DynamicConstraintsPage.h" diff --git a/examples/layouts/DynamicConstraintsPage.h b/examples/layouts/DynamicConstraintsPage.h index 12890c00..773fa8d2 100644 --- a/examples/layouts/DynamicConstraintsPage.h +++ b/examples/layouts/DynamicConstraintsPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/FlowLayoutPage.cpp b/examples/layouts/FlowLayoutPage.cpp index f6197379..8fba6a29 100644 --- a/examples/layouts/FlowLayoutPage.cpp +++ b/examples/layouts/FlowLayoutPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "FlowLayoutPage.h" diff --git a/examples/layouts/FlowLayoutPage.h b/examples/layouts/FlowLayoutPage.h index 4226abfc..a75f99cf 100644 --- a/examples/layouts/FlowLayoutPage.h +++ b/examples/layouts/FlowLayoutPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/GridLayoutPage.cpp b/examples/layouts/GridLayoutPage.cpp index 5d696abb..22b28867 100644 --- a/examples/layouts/GridLayoutPage.cpp +++ b/examples/layouts/GridLayoutPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridLayoutPage.h" diff --git a/examples/layouts/GridLayoutPage.h b/examples/layouts/GridLayoutPage.h index e8480663..f1748c48 100644 --- a/examples/layouts/GridLayoutPage.h +++ b/examples/layouts/GridLayoutPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/LinearLayoutPage.cpp b/examples/layouts/LinearLayoutPage.cpp index 5008a2c5..71ffe6a5 100644 --- a/examples/layouts/LinearLayoutPage.cpp +++ b/examples/layouts/LinearLayoutPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "LinearLayoutPage.h" diff --git a/examples/layouts/LinearLayoutPage.h b/examples/layouts/LinearLayoutPage.h index 2607ac71..b0c32786 100644 --- a/examples/layouts/LinearLayoutPage.h +++ b/examples/layouts/LinearLayoutPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/StackLayoutPage.cpp b/examples/layouts/StackLayoutPage.cpp index d3f7c8fe..550359e6 100644 --- a/examples/layouts/StackLayoutPage.cpp +++ b/examples/layouts/StackLayoutPage.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "StackLayoutPage.h" diff --git a/examples/layouts/StackLayoutPage.h b/examples/layouts/StackLayoutPage.h index 0a6bc2eb..3e90a82b 100644 --- a/examples/layouts/StackLayoutPage.h +++ b/examples/layouts/StackLayoutPage.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/TestRectangle.cpp b/examples/layouts/TestRectangle.cpp index 3286dfaa..a0b85c83 100644 --- a/examples/layouts/TestRectangle.cpp +++ b/examples/layouts/TestRectangle.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "TestRectangle.h" diff --git a/examples/layouts/TestRectangle.h b/examples/layouts/TestRectangle.h index 767193cb..0cbd64a3 100644 --- a/examples/layouts/TestRectangle.h +++ b/examples/layouts/TestRectangle.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/layouts/main.cpp b/examples/layouts/main.cpp index 9ea1d847..e14cf38f 100644 --- a/examples/layouts/main.cpp +++ b/examples/layouts/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DynamicConstraintsPage.h" diff --git a/examples/listbox/CMakeLists.txt b/examples/listbox/CMakeLists.txt index e6a002e6..b0064b70 100644 --- a/examples/listbox/CMakeLists.txt +++ b/examples/listbox/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(listbox main.cpp) diff --git a/examples/listbox/main.cpp b/examples/listbox/main.cpp index 2c1e2099..8f67688c 100644 --- a/examples/listbox/main.cpp +++ b/examples/listbox/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/messagebox/CMakeLists.txt b/examples/messagebox/CMakeLists.txt index 3ff79c51..525b4612 100644 --- a/examples/messagebox/CMakeLists.txt +++ b/examples/messagebox/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(messagebox main.cpp) diff --git a/examples/messagebox/main.cpp b/examples/messagebox/main.cpp index f1b96068..360995ae 100644 --- a/examples/messagebox/main.cpp +++ b/examples/messagebox/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/messageboxQml/CMakeLists.txt b/examples/messageboxQml/CMakeLists.txt index ce4c7c30..db3c2999 100644 --- a/examples/messageboxQml/CMakeLists.txt +++ b/examples/messageboxQml/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES main.cpp) diff --git a/examples/messageboxQml/main.cpp b/examples/messageboxQml/main.cpp index 3e7a0694..f103efed 100644 --- a/examples/messageboxQml/main.cpp +++ b/examples/messageboxQml/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/examples/mycontrols/CMakeLists.txt b/examples/mycontrols/CMakeLists.txt index b0b94e37..0d566205 100644 --- a/examples/mycontrols/CMakeLists.txt +++ b/examples/mycontrols/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(mycontrols diff --git a/examples/mycontrols/MySkin.cpp b/examples/mycontrols/MySkin.cpp index 62cac2b6..9fcaef8e 100644 --- a/examples/mycontrols/MySkin.cpp +++ b/examples/mycontrols/MySkin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MySkin.h" diff --git a/examples/mycontrols/MySkin.h b/examples/mycontrols/MySkin.h index a107de1b..e28b08af 100644 --- a/examples/mycontrols/MySkin.h +++ b/examples/mycontrols/MySkin.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/mycontrols/MyToggleButton.cpp b/examples/mycontrols/MyToggleButton.cpp index 36ebe9c1..33cd7b9e 100644 --- a/examples/mycontrols/MyToggleButton.cpp +++ b/examples/mycontrols/MyToggleButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MyToggleButton.h" diff --git a/examples/mycontrols/MyToggleButton.h b/examples/mycontrols/MyToggleButton.h index 600db99b..634e3a7c 100644 --- a/examples/mycontrols/MyToggleButton.h +++ b/examples/mycontrols/MyToggleButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/mycontrols/MyToggleButtonSkinlet.cpp b/examples/mycontrols/MyToggleButtonSkinlet.cpp index 734db431..ec846467 100644 --- a/examples/mycontrols/MyToggleButtonSkinlet.cpp +++ b/examples/mycontrols/MyToggleButtonSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MyToggleButtonSkinlet.h" diff --git a/examples/mycontrols/MyToggleButtonSkinlet.h b/examples/mycontrols/MyToggleButtonSkinlet.h index 4dd442cc..ce35dc6d 100644 --- a/examples/mycontrols/MyToggleButtonSkinlet.h +++ b/examples/mycontrols/MyToggleButtonSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/mycontrols/main.cpp b/examples/mycontrols/main.cpp index cc19f7a2..e8795648 100644 --- a/examples/mycontrols/main.cpp +++ b/examples/mycontrols/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MySkin.h" diff --git a/examples/qvgviewer/CMakeLists.txt b/examples/qvgviewer/CMakeLists.txt index 95d92215..2c11863f 100644 --- a/examples/qvgviewer/CMakeLists.txt +++ b/examples/qvgviewer/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES MainWindow.h MainWindow.cpp main.cpp) diff --git a/examples/qvgviewer/MainWindow.cpp b/examples/qvgviewer/MainWindow.cpp index 59d94288..d53eabdf 100644 --- a/examples/qvgviewer/MainWindow.cpp +++ b/examples/qvgviewer/MainWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MainWindow.h" diff --git a/examples/qvgviewer/MainWindow.h b/examples/qvgviewer/MainWindow.h index 3f6e7aea..458d4601 100644 --- a/examples/qvgviewer/MainWindow.h +++ b/examples/qvgviewer/MainWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/qvgviewer/main.cpp b/examples/qvgviewer/main.cpp index d2d55c23..58a2c338 100644 --- a/examples/qvgviewer/main.cpp +++ b/examples/qvgviewer/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "MainWindow.h" diff --git a/examples/tabview/CMakeLists.txt b/examples/tabview/CMakeLists.txt index d8b79eee..0de6ffef 100644 --- a/examples/tabview/CMakeLists.txt +++ b/examples/tabview/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(tabview diff --git a/examples/tabview/CustomSlider.cpp b/examples/tabview/CustomSlider.cpp index c7b52ec9..de9c56cb 100644 --- a/examples/tabview/CustomSlider.cpp +++ b/examples/tabview/CustomSlider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "CustomSlider.h" diff --git a/examples/tabview/CustomSlider.h b/examples/tabview/CustomSlider.h index a1bc8983..a3935b49 100644 --- a/examples/tabview/CustomSlider.h +++ b/examples/tabview/CustomSlider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/tabview/CustomSliderSkinlet.cpp b/examples/tabview/CustomSliderSkinlet.cpp index cc5eb869..3dc52ae8 100644 --- a/examples/tabview/CustomSliderSkinlet.cpp +++ b/examples/tabview/CustomSliderSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "CustomSliderSkinlet.h" diff --git a/examples/tabview/CustomSliderSkinlet.h b/examples/tabview/CustomSliderSkinlet.h index f7ac3f53..369c5456 100644 --- a/examples/tabview/CustomSliderSkinlet.h +++ b/examples/tabview/CustomSliderSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/tabview/OtherSlider.cpp b/examples/tabview/OtherSlider.cpp index ce5008c1..97c93b8c 100644 --- a/examples/tabview/OtherSlider.cpp +++ b/examples/tabview/OtherSlider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "OtherSlider.h" diff --git a/examples/tabview/OtherSlider.h b/examples/tabview/OtherSlider.h index 17dde84d..ebdb4ed3 100644 --- a/examples/tabview/OtherSlider.h +++ b/examples/tabview/OtherSlider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/examples/tabview/main.cpp b/examples/tabview/main.cpp index be97c590..b352ed96 100644 --- a/examples/tabview/main.cpp +++ b/examples/tabview/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "CustomSlider.h" diff --git a/examples/thumbnails/CMakeLists.txt b/examples/thumbnails/CMakeLists.txt index 33145919..8476ae68 100644 --- a/examples/thumbnails/CMakeLists.txt +++ b/examples/thumbnails/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(thumbnails main.cpp) diff --git a/examples/thumbnails/main.cpp b/examples/thumbnails/main.cpp index dd9f4e6f..afac5d69 100644 --- a/examples/thumbnails/main.cpp +++ b/examples/thumbnails/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/inputcontext/CMakeLists.txt b/inputcontext/CMakeLists.txt index 4650719d..0201a65e 100644 --- a/inputcontext/CMakeLists.txt +++ b/inputcontext/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ if(NOT LINUX AND ENABLE_HUNSPELL) diff --git a/inputcontext/QskInputContextGlobal.h b/inputcontext/QskInputContextGlobal.h index bb3aeb29..2e1437e6 100644 --- a/inputcontext/QskInputContextGlobal.h +++ b/inputcontext/QskInputContextGlobal.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUTCONTEXT_GLOBAL_H diff --git a/inputcontext/QskInputContextPlugin.cpp b/inputcontext/QskInputContextPlugin.cpp index f44102ba..8d7d9e0e 100644 --- a/inputcontext/QskInputContextPlugin.cpp +++ b/inputcontext/QskInputContextPlugin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/playground/anchors/AnchorBox.cpp b/playground/anchors/AnchorBox.cpp index d3e401f9..86101900 100644 --- a/playground/anchors/AnchorBox.cpp +++ b/playground/anchors/AnchorBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "AnchorBox.h" diff --git a/playground/anchors/AnchorBox.h b/playground/anchors/AnchorBox.h index bbb04acc..f44093ce 100644 --- a/playground/anchors/AnchorBox.h +++ b/playground/anchors/AnchorBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/anchors/CMakeLists.txt b/playground/anchors/CMakeLists.txt index 734f0e38..56dbb69f 100644 --- a/playground/anchors/CMakeLists.txt +++ b/playground/anchors/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/playground/anchors/main.cpp b/playground/anchors/main.cpp index a75c279d..695b61d2 100644 --- a/playground/anchors/main.cpp +++ b/playground/anchors/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "AnchorBox.h" diff --git a/playground/dialogbuttons/CMakeLists.txt b/playground/dialogbuttons/CMakeLists.txt index 0414e3a7..0f0bc6c3 100644 --- a/playground/dialogbuttons/CMakeLists.txt +++ b/playground/dialogbuttons/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(dialogbuttons Window.h Window.cpp main.cpp) diff --git a/playground/dialogbuttons/Window.cpp b/playground/dialogbuttons/Window.cpp index 3bdc9177..e53cd480 100644 --- a/playground/dialogbuttons/Window.cpp +++ b/playground/dialogbuttons/Window.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Window.h" diff --git a/playground/dialogbuttons/Window.h b/playground/dialogbuttons/Window.h index a2a763f7..6636595a 100644 --- a/playground/dialogbuttons/Window.h +++ b/playground/dialogbuttons/Window.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dialogbuttons/main.cpp b/playground/dialogbuttons/main.cpp index b55461f9..b1d677d4 100644 --- a/playground/dialogbuttons/main.cpp +++ b/playground/dialogbuttons/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Window.h" diff --git a/playground/dials/CMakeLists.txt b/playground/dials/CMakeLists.txt index 8181e76e..b62b68ca 100644 --- a/playground/dials/CMakeLists.txt +++ b/playground/dials/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/playground/dials/Dashboard.cpp b/playground/dials/Dashboard.cpp index d90b1ba9..d2cfa22a 100644 --- a/playground/dials/Dashboard.cpp +++ b/playground/dials/Dashboard.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Dashboard.h" diff --git a/playground/dials/Dashboard.h b/playground/dials/Dashboard.h index afc00340..36db2c2f 100644 --- a/playground/dials/Dashboard.h +++ b/playground/dials/Dashboard.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dials/Dial.cpp b/playground/dials/Dial.cpp index 27c67c2a..a88f510a 100644 --- a/playground/dials/Dial.cpp +++ b/playground/dials/Dial.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Dial.h" diff --git a/playground/dials/Dial.h b/playground/dials/Dial.h index ef14261b..bcc2152f 100644 --- a/playground/dials/Dial.h +++ b/playground/dials/Dial.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dials/DialSkinlet.cpp b/playground/dials/DialSkinlet.cpp index aa584f28..79f4c2ad 100644 --- a/playground/dials/DialSkinlet.cpp +++ b/playground/dials/DialSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "DialSkinlet.h" diff --git a/playground/dials/DialSkinlet.h b/playground/dials/DialSkinlet.h index 31267995..6c261b0e 100644 --- a/playground/dials/DialSkinlet.h +++ b/playground/dials/DialSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dials/MainWindow.h b/playground/dials/MainWindow.h index 11a2f96f..f45b6733 100644 --- a/playground/dials/MainWindow.h +++ b/playground/dials/MainWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dials/SkinFactory.cpp b/playground/dials/SkinFactory.cpp index 926facfd..d0eac4a4 100644 --- a/playground/dials/SkinFactory.cpp +++ b/playground/dials/SkinFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "SkinFactory.h" diff --git a/playground/dials/SkinFactory.h b/playground/dials/SkinFactory.h index 4ae1da7a..6bb0f2fa 100644 --- a/playground/dials/SkinFactory.h +++ b/playground/dials/SkinFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/dials/main.cpp b/playground/dials/main.cpp index 3ce909a2..40624dd4 100644 --- a/playground/dials/main.cpp +++ b/playground/dials/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Dashboard.h" diff --git a/playground/gradients/CMakeLists.txt b/playground/gradients/CMakeLists.txt index 2585b70e..26e4030b 100644 --- a/playground/gradients/CMakeLists.txt +++ b/playground/gradients/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES GradientView.h GradientView.cpp main.cpp) diff --git a/playground/gradients/GradientQuickShape.cpp b/playground/gradients/GradientQuickShape.cpp index 82ffacc9..6def8fe2 100644 --- a/playground/gradients/GradientQuickShape.cpp +++ b/playground/gradients/GradientQuickShape.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GradientQuickShape.h" diff --git a/playground/gradients/GradientQuickShape.h b/playground/gradients/GradientQuickShape.h index 9a3f662a..013b7702 100644 --- a/playground/gradients/GradientQuickShape.h +++ b/playground/gradients/GradientQuickShape.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/gradients/GradientView.cpp b/playground/gradients/GradientView.cpp index 9a32f25b..b16a0b41 100644 --- a/playground/gradients/GradientView.cpp +++ b/playground/gradients/GradientView.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GradientView.h" diff --git a/playground/gradients/GradientView.h b/playground/gradients/GradientView.h index 3d8d4646..ed32af8e 100644 --- a/playground/gradients/GradientView.h +++ b/playground/gradients/GradientView.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/gradients/main.cpp b/playground/gradients/main.cpp index af9d3c95..a6ffaaaf 100644 --- a/playground/gradients/main.cpp +++ b/playground/gradients/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GradientView.h" diff --git a/playground/grids/CMakeLists.txt b/playground/grids/CMakeLists.txt index 1c9473f3..43132f1e 100644 --- a/playground/grids/CMakeLists.txt +++ b/playground/grids/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/playground/grids/GridAccessor.cpp b/playground/grids/GridAccessor.cpp index d93b02d2..273677eb 100644 --- a/playground/grids/GridAccessor.cpp +++ b/playground/grids/GridAccessor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridAccessor.h" diff --git a/playground/grids/GridAccessor.h b/playground/grids/GridAccessor.h index c99f36b7..eaf827f2 100644 --- a/playground/grids/GridAccessor.h +++ b/playground/grids/GridAccessor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/GridGraphics.cpp b/playground/grids/GridGraphics.cpp index 6652eb69..88d60a9c 100644 --- a/playground/grids/GridGraphics.cpp +++ b/playground/grids/GridGraphics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridGraphics.h" diff --git a/playground/grids/GridGraphics.h b/playground/grids/GridGraphics.h index 729f6206..62be9c3b 100644 --- a/playground/grids/GridGraphics.h +++ b/playground/grids/GridGraphics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/GridQuick.cpp b/playground/grids/GridQuick.cpp index c8e1d0b5..186156b8 100644 --- a/playground/grids/GridQuick.cpp +++ b/playground/grids/GridQuick.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridQuick.h" diff --git a/playground/grids/GridQuick.h b/playground/grids/GridQuick.h index 5f0ff501..d7e8a02c 100644 --- a/playground/grids/GridQuick.h +++ b/playground/grids/GridQuick.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/GridSkinny.cpp b/playground/grids/GridSkinny.cpp index 7b747c7d..89e1d46a 100644 --- a/playground/grids/GridSkinny.cpp +++ b/playground/grids/GridSkinny.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridSkinny.h" diff --git a/playground/grids/GridSkinny.h b/playground/grids/GridSkinny.h index d9ff5f27..856d42d5 100644 --- a/playground/grids/GridSkinny.h +++ b/playground/grids/GridSkinny.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/GridWidgets.cpp b/playground/grids/GridWidgets.cpp index cde6c034..d989ca9e 100644 --- a/playground/grids/GridWidgets.cpp +++ b/playground/grids/GridWidgets.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GridWidgets.h" diff --git a/playground/grids/GridWidgets.h b/playground/grids/GridWidgets.h index d761f447..9cd38f9a 100644 --- a/playground/grids/GridWidgets.h +++ b/playground/grids/GridWidgets.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/TestBox.cpp b/playground/grids/TestBox.cpp index 0c9bae61..a0086459 100644 --- a/playground/grids/TestBox.cpp +++ b/playground/grids/TestBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "TestBox.h" diff --git a/playground/grids/TestBox.h b/playground/grids/TestBox.h index 47f29f6d..d22e37c1 100644 --- a/playground/grids/TestBox.h +++ b/playground/grids/TestBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/grids/main.cpp b/playground/grids/main.cpp index 269ab855..7ab3e575 100644 --- a/playground/grids/main.cpp +++ b/playground/grids/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "TestBox.h" diff --git a/playground/images/CMakeLists.txt b/playground/images/CMakeLists.txt index d331f3d7..5db9372a 100644 --- a/playground/images/CMakeLists.txt +++ b/playground/images/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES Image.h Image.cpp main.cpp) diff --git a/playground/images/Image.cpp b/playground/images/Image.cpp index e77be209..85c2d333 100644 --- a/playground/images/Image.cpp +++ b/playground/images/Image.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Image.h" diff --git a/playground/images/Image.h b/playground/images/Image.h index fab9e720..92c57e25 100644 --- a/playground/images/Image.h +++ b/playground/images/Image.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/images/main.cpp b/playground/images/main.cpp index a50c1102..6502590f 100644 --- a/playground/images/main.cpp +++ b/playground/images/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Image.h" diff --git a/playground/inputpanel/CMakeLists.txt b/playground/inputpanel/CMakeLists.txt index c7e5d143..cd631634 100644 --- a/playground/inputpanel/CMakeLists.txt +++ b/playground/inputpanel/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(inputpanel main.cpp) diff --git a/playground/inputpanel/main.cpp b/playground/inputpanel/main.cpp index c97f73a6..6cd7facc 100644 --- a/playground/inputpanel/main.cpp +++ b/playground/inputpanel/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/playground/invoker/CMakeLists.txt b/playground/invoker/CMakeLists.txt index e1377546..c9ec4a9f 100644 --- a/playground/invoker/CMakeLists.txt +++ b/playground/invoker/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(invoker Callback.h Callback.cpp Invoker.h Invoker.cpp main.cpp) diff --git a/playground/invoker/Callback.cpp b/playground/invoker/Callback.cpp index b57c131d..a485788a 100644 --- a/playground/invoker/Callback.cpp +++ b/playground/invoker/Callback.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Callback.h" diff --git a/playground/invoker/Callback.h b/playground/invoker/Callback.h index bcd35f15..4da0c273 100644 --- a/playground/invoker/Callback.h +++ b/playground/invoker/Callback.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/invoker/Invoker.cpp b/playground/invoker/Invoker.cpp index a2af5661..c959a230 100644 --- a/playground/invoker/Invoker.cpp +++ b/playground/invoker/Invoker.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Invoker.h" diff --git a/playground/invoker/Invoker.h b/playground/invoker/Invoker.h index b3446730..0f4ab012 100644 --- a/playground/invoker/Invoker.h +++ b/playground/invoker/Invoker.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/invoker/main.cpp b/playground/invoker/main.cpp index 169c5372..06292bb0 100644 --- a/playground/invoker/main.cpp +++ b/playground/invoker/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Invoker.h" diff --git a/playground/shadows/CMakeLists.txt b/playground/shadows/CMakeLists.txt index 3f375cbe..0d3466d7 100644 --- a/playground/shadows/CMakeLists.txt +++ b/playground/shadows/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(shadows ShadowedBox.h ShadowedBox.cpp main.cpp) diff --git a/playground/shadows/ShadowedBox.cpp b/playground/shadows/ShadowedBox.cpp index cc2346d0..2431e80e 100644 --- a/playground/shadows/ShadowedBox.cpp +++ b/playground/shadows/ShadowedBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ShadowedBox.h" diff --git a/playground/shadows/ShadowedBox.h b/playground/shadows/ShadowedBox.h index 63dd0bd2..5cc898d6 100644 --- a/playground/shadows/ShadowedBox.h +++ b/playground/shadows/ShadowedBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/shadows/main.cpp b/playground/shadows/main.cpp index a6f2fb85..44d24bd3 100644 --- a/playground/shadows/main.cpp +++ b/playground/shadows/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ShadowedBox.h" diff --git a/playground/shapes/CMakeLists.txt b/playground/shapes/CMakeLists.txt index 95b42221..89122dc9 100644 --- a/playground/shapes/CMakeLists.txt +++ b/playground/shapes/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/playground/shapes/GeometricShape.cpp b/playground/shapes/GeometricShape.cpp index e04ab17f..92935093 100644 --- a/playground/shapes/GeometricShape.cpp +++ b/playground/shapes/GeometricShape.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "GeometricShape.h" diff --git a/playground/shapes/GeometricShape.h b/playground/shapes/GeometricShape.h index 1b26da9f..3e521a49 100644 --- a/playground/shapes/GeometricShape.h +++ b/playground/shapes/GeometricShape.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/shapes/ShapeItem.cpp b/playground/shapes/ShapeItem.cpp index 32c58ec9..9f1f9421 100644 --- a/playground/shapes/ShapeItem.cpp +++ b/playground/shapes/ShapeItem.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "ShapeItem.h" diff --git a/playground/shapes/ShapeItem.h b/playground/shapes/ShapeItem.h index 704cce81..b8d15300 100644 --- a/playground/shapes/ShapeItem.h +++ b/playground/shapes/ShapeItem.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/shapes/Stroke.cpp b/playground/shapes/Stroke.cpp index 4e60725a..d72090d7 100644 --- a/playground/shapes/Stroke.cpp +++ b/playground/shapes/Stroke.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Stroke.h" diff --git a/playground/shapes/Stroke.h b/playground/shapes/Stroke.h index 45e76741..85cd0464 100644 --- a/playground/shapes/Stroke.h +++ b/playground/shapes/Stroke.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/shapes/Window.cpp b/playground/shapes/Window.cpp index 0fe711a0..72a30f39 100644 --- a/playground/shapes/Window.cpp +++ b/playground/shapes/Window.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Window.h" diff --git a/playground/shapes/Window.h b/playground/shapes/Window.h index cff551e7..10858ba5 100644 --- a/playground/shapes/Window.h +++ b/playground/shapes/Window.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/playground/shapes/main.cpp b/playground/shapes/main.cpp index bfd57c6a..e253cf51 100644 --- a/playground/shapes/main.cpp +++ b/playground/shapes/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "Window.h" diff --git a/playground/webview/CMakeLists.txt b/playground/webview/CMakeLists.txt index 68dda9ec..54529c22 100644 --- a/playground/webview/CMakeLists.txt +++ b/playground/webview/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_example(webview main.cpp) diff --git a/playground/webview/main.cpp b/playground/webview/main.cpp index 2e1437fa..17aa9b59 100644 --- a/playground/webview/main.cpp +++ b/playground/webview/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include diff --git a/qmlexport/CMakeLists.txt b/qmlexport/CMakeLists.txt index ef1744dc..839b116e 100644 --- a/qmlexport/CMakeLists.txt +++ b/qmlexport/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(HEADERS QskQmlGlobal.h QskShortcutQml.h QskLayoutQml.h QskMainQml.h QskQml.h) diff --git a/qmlexport/QskLayoutQml.cpp b/qmlexport/QskLayoutQml.cpp index 457e97b0..72a1b018 100644 --- a/qmlexport/QskLayoutQml.cpp +++ b/qmlexport/QskLayoutQml.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLayoutQml.h" diff --git a/qmlexport/QskLayoutQml.h b/qmlexport/QskLayoutQml.h index 689a7c10..c8c92be2 100644 --- a/qmlexport/QskLayoutQml.h +++ b/qmlexport/QskLayoutQml.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LAYOUT_QML_H diff --git a/qmlexport/QskMainQml.cpp b/qmlexport/QskMainQml.cpp index d42487d9..54d0d640 100644 --- a/qmlexport/QskMainQml.cpp +++ b/qmlexport/QskMainQml.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMainQml.h" diff --git a/qmlexport/QskMainQml.h b/qmlexport/QskMainQml.h index ea356fdd..e3b0e779 100644 --- a/qmlexport/QskMainQml.h +++ b/qmlexport/QskMainQml.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SETUP_QML_H diff --git a/qmlexport/QskQml.cpp b/qmlexport/QskQml.cpp index 0b120779..b2019d2d 100644 --- a/qmlexport/QskQml.cpp +++ b/qmlexport/QskQml.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskQml.h" diff --git a/qmlexport/QskQml.h b/qmlexport/QskQml.h index 6654c4c3..6a65b8c2 100644 --- a/qmlexport/QskQml.h +++ b/qmlexport/QskQml.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QML_EXPORT_H diff --git a/qmlexport/QskQml.hpp b/qmlexport/QskQml.hpp index 5e0844dd..ef252500 100644 --- a/qmlexport/QskQml.hpp +++ b/qmlexport/QskQml.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QML_HPP diff --git a/qmlexport/QskQmlGlobal.h b/qmlexport/QskQmlGlobal.h index bf936544..13141da7 100644 --- a/qmlexport/QskQmlGlobal.h +++ b/qmlexport/QskQmlGlobal.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QML_GLOBAL_H diff --git a/qmlexport/QskShortcutQml.cpp b/qmlexport/QskShortcutQml.cpp index 822223b2..6b0a450a 100644 --- a/qmlexport/QskShortcutQml.cpp +++ b/qmlexport/QskShortcutQml.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskShortcutQml.h" diff --git a/qmlexport/QskShortcutQml.h b/qmlexport/QskShortcutQml.h index 3604a198..9783879a 100644 --- a/qmlexport/QskShortcutQml.h +++ b/qmlexport/QskShortcutQml.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SHORTCUT_QML_H diff --git a/skins/material3/CMakeLists.txt b/skins/material3/CMakeLists.txt index 43c02b7b..a76dfaba 100644 --- a/skins/material3/CMakeLists.txt +++ b/skins/material3/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/skins/material3/QskMaterial3Global.h b/skins/material3/QskMaterial3Global.h index be12d9d4..5280e12c 100644 --- a/skins/material3/QskMaterial3Global.h +++ b/skins/material3/QskMaterial3Global.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MATERIAL3_GLOBAL_H diff --git a/skins/material3/QskMaterial3Skin.cpp b/skins/material3/QskMaterial3Skin.cpp index 9b889ebd..431f3dd3 100644 --- a/skins/material3/QskMaterial3Skin.cpp +++ b/skins/material3/QskMaterial3Skin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMaterial3Skin.h" diff --git a/skins/material3/QskMaterial3Skin.h b/skins/material3/QskMaterial3Skin.h index 44d8aad3..c63324dc 100644 --- a/skins/material3/QskMaterial3Skin.h +++ b/skins/material3/QskMaterial3Skin.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2022 Edelhirsch Software GmbH - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MATERIAL3_SKIN_H diff --git a/skins/material3/QskMaterial3SkinFactory.cpp b/skins/material3/QskMaterial3SkinFactory.cpp index c3a9acdc..cb08a5c6 100644 --- a/skins/material3/QskMaterial3SkinFactory.cpp +++ b/skins/material3/QskMaterial3SkinFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMaterial3SkinFactory.h" diff --git a/skins/material3/QskMaterial3SkinFactory.h b/skins/material3/QskMaterial3SkinFactory.h index f7edf8a4..292b8b1a 100644 --- a/skins/material3/QskMaterial3SkinFactory.h +++ b/skins/material3/QskMaterial3SkinFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MATERIAL_SKIN_FACTORY_H diff --git a/skins/squiek/CMakeLists.txt b/skins/squiek/CMakeLists.txt index 28469bff..e8674ede 100644 --- a/skins/squiek/CMakeLists.txt +++ b/skins/squiek/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ qsk_add_plugin(squiekskin skins QskSquiekSkinFactory diff --git a/skins/squiek/QskSquiekGlobal.h b/skins/squiek/QskSquiekGlobal.h index 8f3ae285..659f344a 100644 --- a/skins/squiek/QskSquiekGlobal.h +++ b/skins/squiek/QskSquiekGlobal.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SQUIEK_GLOBAL_H diff --git a/skins/squiek/QskSquiekSkin.cpp b/skins/squiek/QskSquiekSkin.cpp index a720ae53..9e8e137a 100644 --- a/skins/squiek/QskSquiekSkin.cpp +++ b/skins/squiek/QskSquiekSkin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSquiekSkin.h" diff --git a/skins/squiek/QskSquiekSkin.h b/skins/squiek/QskSquiekSkin.h index a72f0c45..fad53065 100644 --- a/skins/squiek/QskSquiekSkin.h +++ b/skins/squiek/QskSquiekSkin.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SQUIEK_SKIN_H diff --git a/skins/squiek/QskSquiekSkinFactory.cpp b/skins/squiek/QskSquiekSkinFactory.cpp index cffb5a06..937c771c 100644 --- a/skins/squiek/QskSquiekSkinFactory.cpp +++ b/skins/squiek/QskSquiekSkinFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSquiekSkinFactory.h" diff --git a/skins/squiek/QskSquiekSkinFactory.h b/skins/squiek/QskSquiekSkinFactory.h index 73f3f936..06b845c1 100644 --- a/skins/squiek/QskSquiekSkinFactory.h +++ b/skins/squiek/QskSquiekSkinFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SQUIEK_SKIN_FACTORY_H diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21bbab9d..0403a369 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ list(APPEND HEADERS diff --git a/src/common/QskArcMetrics.cpp b/src/common/QskArcMetrics.cpp index 44d90fde..cfc1d452 100644 --- a/src/common/QskArcMetrics.cpp +++ b/src/common/QskArcMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskArcMetrics.h" diff --git a/src/common/QskArcMetrics.h b/src/common/QskArcMetrics.h index 7d5d6751..32e324ba 100644 --- a/src/common/QskArcMetrics.h +++ b/src/common/QskArcMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2021 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ARC_METRICS_H diff --git a/src/common/QskAspect.cpp b/src/common/QskAspect.cpp index ed8af978..a5d901c1 100644 --- a/src/common/QskAspect.cpp +++ b/src/common/QskAspect.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskAspect.h" diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 707a1959..405cfee4 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ASPECT_H diff --git a/src/common/QskBoxBorderColors.cpp b/src/common/QskBoxBorderColors.cpp index 87d31046..75a39ec3 100644 --- a/src/common/QskBoxBorderColors.cpp +++ b/src/common/QskBoxBorderColors.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxBorderColors.h" diff --git a/src/common/QskBoxBorderColors.h b/src/common/QskBoxBorderColors.h index e5b02aca..64fe383b 100644 --- a/src/common/QskBoxBorderColors.h +++ b/src/common/QskBoxBorderColors.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_BORDER_COLORS_H diff --git a/src/common/QskBoxBorderMetrics.cpp b/src/common/QskBoxBorderMetrics.cpp index 9d96c82b..6bb4d1e0 100644 --- a/src/common/QskBoxBorderMetrics.cpp +++ b/src/common/QskBoxBorderMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxBorderMetrics.h" diff --git a/src/common/QskBoxBorderMetrics.h b/src/common/QskBoxBorderMetrics.h index 11e8733d..807bf546 100644 --- a/src/common/QskBoxBorderMetrics.h +++ b/src/common/QskBoxBorderMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_BORDER_METRICS_H diff --git a/src/common/QskBoxHints.cpp b/src/common/QskBoxHints.cpp index f657e72f..08fd8a76 100644 --- a/src/common/QskBoxHints.cpp +++ b/src/common/QskBoxHints.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxHints.h" diff --git a/src/common/QskBoxHints.h b/src/common/QskBoxHints.h index 48b07550..969c89cb 100644 --- a/src/common/QskBoxHints.h +++ b/src/common/QskBoxHints.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_HINTS_H diff --git a/src/common/QskBoxShapeMetrics.cpp b/src/common/QskBoxShapeMetrics.cpp index 02dbb31d..06a39ba1 100644 --- a/src/common/QskBoxShapeMetrics.cpp +++ b/src/common/QskBoxShapeMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxShapeMetrics.h" diff --git a/src/common/QskBoxShapeMetrics.h b/src/common/QskBoxShapeMetrics.h index 31882e86..dec4d914 100644 --- a/src/common/QskBoxShapeMetrics.h +++ b/src/common/QskBoxShapeMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_SHAPE_METRICS_H diff --git a/src/common/QskFunctions.h b/src/common/QskFunctions.h index a179122d..3a4e5cb6 100644 --- a/src/common/QskFunctions.h +++ b/src/common/QskFunctions.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_FUNCTIONS_H diff --git a/src/common/QskGlobal.h b/src/common/QskGlobal.h index 1bd1c98b..44b20eed 100644 --- a/src/common/QskGlobal.h +++ b/src/common/QskGlobal.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GLOBAL_H diff --git a/src/common/QskGradient.cpp b/src/common/QskGradient.cpp index c317aadf..54acf4d9 100644 --- a/src/common/QskGradient.cpp +++ b/src/common/QskGradient.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGradient.h" diff --git a/src/common/QskGradient.h b/src/common/QskGradient.h index 8c674212..8fb58ccd 100644 --- a/src/common/QskGradient.h +++ b/src/common/QskGradient.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRADIENT_H diff --git a/src/common/QskGradientDirection.cpp b/src/common/QskGradientDirection.cpp index 56813476..115edd2b 100644 --- a/src/common/QskGradientDirection.cpp +++ b/src/common/QskGradientDirection.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGradientDirection.h" diff --git a/src/common/QskGradientDirection.h b/src/common/QskGradientDirection.h index b0d8037b..d8a74f52 100644 --- a/src/common/QskGradientDirection.h +++ b/src/common/QskGradientDirection.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRDIENT_DIRECTION_H diff --git a/src/common/QskGradientStop.cpp b/src/common/QskGradientStop.cpp index 1181d621..df995ce1 100644 --- a/src/common/QskGradientStop.cpp +++ b/src/common/QskGradientStop.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGradientStop.h" diff --git a/src/common/QskGradientStop.h b/src/common/QskGradientStop.h index b58a0d77..2b265d66 100644 --- a/src/common/QskGradientStop.h +++ b/src/common/QskGradientStop.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRADIENT_STOP_H diff --git a/src/common/QskHctColor.h b/src/common/QskHctColor.h index 7dafc247..4d7541b3 100644 --- a/src/common/QskHctColor.h +++ b/src/common/QskHctColor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_HCT_COLOR_H diff --git a/src/common/QskIntervalF.cpp b/src/common/QskIntervalF.cpp index f4b19d38..7be71c8b 100644 --- a/src/common/QskIntervalF.cpp +++ b/src/common/QskIntervalF.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskIntervalF.h" diff --git a/src/common/QskIntervalF.h b/src/common/QskIntervalF.h index 30fa222d..0119299a 100644 --- a/src/common/QskIntervalF.h +++ b/src/common/QskIntervalF.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INTERVAL_H diff --git a/src/common/QskLabelData.cpp b/src/common/QskLabelData.cpp index 1bd6fd15..c4ae86ba 100644 --- a/src/common/QskLabelData.cpp +++ b/src/common/QskLabelData.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLabelData.h" diff --git a/src/common/QskLabelData.h b/src/common/QskLabelData.h index b6ba4bbf..d4b12033 100644 --- a/src/common/QskLabelData.h +++ b/src/common/QskLabelData.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LABEL_DATA_H diff --git a/src/common/QskMargins.h b/src/common/QskMargins.h index 3a3bb962..bc433294 100644 --- a/src/common/QskMargins.h +++ b/src/common/QskMargins.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MARGINS_H diff --git a/src/common/QskMetaFunction.cpp b/src/common/QskMetaFunction.cpp index ba5f51b5..d73f4d9e 100644 --- a/src/common/QskMetaFunction.cpp +++ b/src/common/QskMetaFunction.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMetaFunction.h" diff --git a/src/common/QskMetaFunction.h b/src/common/QskMetaFunction.h index 10a5ca82..75880caf 100644 --- a/src/common/QskMetaFunction.h +++ b/src/common/QskMetaFunction.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_META_FUNCTION_H diff --git a/src/common/QskMetaFunction.hpp b/src/common/QskMetaFunction.hpp index 57fe4d7d..e8905ab5 100644 --- a/src/common/QskMetaFunction.hpp +++ b/src/common/QskMetaFunction.hpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_META_FUNCTION_HPP diff --git a/src/common/QskMetaInvokable.cpp b/src/common/QskMetaInvokable.cpp index 157c02a2..7693464e 100644 --- a/src/common/QskMetaInvokable.cpp +++ b/src/common/QskMetaInvokable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMetaInvokable.h" diff --git a/src/common/QskMetaInvokable.h b/src/common/QskMetaInvokable.h index 68ab8d6b..1cfd2ddf 100644 --- a/src/common/QskMetaInvokable.h +++ b/src/common/QskMetaInvokable.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_META_INVOKABLE_H diff --git a/src/common/QskNamespace.h b/src/common/QskNamespace.h index b784c523..0d48523e 100644 --- a/src/common/QskNamespace.h +++ b/src/common/QskNamespace.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_NAMESPACE_H diff --git a/src/common/QskObjectCounter.cpp b/src/common/QskObjectCounter.cpp index 9527026f..d3618799 100644 --- a/src/common/QskObjectCounter.cpp +++ b/src/common/QskObjectCounter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskObjectCounter.h" diff --git a/src/common/QskObjectCounter.h b/src/common/QskObjectCounter.h index abb4e8dd..cabc57e2 100644 --- a/src/common/QskObjectCounter.h +++ b/src/common/QskObjectCounter.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_OBJECT_COUNTER_H diff --git a/src/common/QskPlacementPolicy.cpp b/src/common/QskPlacementPolicy.cpp index 3064d2b7..e32c4246 100644 --- a/src/common/QskPlacementPolicy.cpp +++ b/src/common/QskPlacementPolicy.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPlacementPolicy.h" diff --git a/src/common/QskPlacementPolicy.h b/src/common/QskPlacementPolicy.h index 6beb2afc..6ace326c 100644 --- a/src/common/QskPlacementPolicy.h +++ b/src/common/QskPlacementPolicy.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PLACEMENT_POLICY_H diff --git a/src/common/QskPlatform.h b/src/common/QskPlatform.h index 26be24a0..e7e6e061 100644 --- a/src/common/QskPlatform.h +++ b/src/common/QskPlatform.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PLATFORM_H diff --git a/src/common/QskRgbValue.cpp b/src/common/QskRgbValue.cpp index 9a091b7a..360392b9 100644 --- a/src/common/QskRgbValue.cpp +++ b/src/common/QskRgbValue.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskRgbValue.h" diff --git a/src/common/QskRgbValue.h b/src/common/QskRgbValue.h index 17e78333..f2224659 100644 --- a/src/common/QskRgbValue.h +++ b/src/common/QskRgbValue.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_RGB_VALUE_H diff --git a/src/common/QskScaleEngine.cpp b/src/common/QskScaleEngine.cpp index dfc686bb..57742c79 100644 --- a/src/common/QskScaleEngine.cpp +++ b/src/common/QskScaleEngine.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ // code copied from Qwt - with permission from the author ( = myself ) diff --git a/src/common/QskScaleEngine.h b/src/common/QskScaleEngine.h index 10ae1418..5d2b6345 100644 --- a/src/common/QskScaleEngine.h +++ b/src/common/QskScaleEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCALE_ENGINE_H diff --git a/src/common/QskScaleTickmarks.cpp b/src/common/QskScaleTickmarks.cpp index 7673920a..189acc73 100644 --- a/src/common/QskScaleTickmarks.cpp +++ b/src/common/QskScaleTickmarks.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScaleTickmarks.h" diff --git a/src/common/QskScaleTickmarks.h b/src/common/QskScaleTickmarks.h index 0eb859fe..627fd152 100644 --- a/src/common/QskScaleTickmarks.h +++ b/src/common/QskScaleTickmarks.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCALE_TICKMARKS_H diff --git a/src/common/QskShadowMetrics.cpp b/src/common/QskShadowMetrics.cpp index 384104d3..fe37abd4 100644 --- a/src/common/QskShadowMetrics.cpp +++ b/src/common/QskShadowMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskShadowMetrics.h" diff --git a/src/common/QskShadowMetrics.h b/src/common/QskShadowMetrics.h index 21fe2c59..efd9c137 100644 --- a/src/common/QskShadowMetrics.h +++ b/src/common/QskShadowMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SHADOW_METRICS_H diff --git a/src/common/QskSizePolicy.cpp b/src/common/QskSizePolicy.cpp index fbae27f6..d0cd8aa9 100644 --- a/src/common/QskSizePolicy.cpp +++ b/src/common/QskSizePolicy.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSizePolicy.h" diff --git a/src/common/QskSizePolicy.h b/src/common/QskSizePolicy.h index a3322288..2b0f51f0 100644 --- a/src/common/QskSizePolicy.h +++ b/src/common/QskSizePolicy.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SIZE_POLICY_H diff --git a/src/common/QskStateCombination.h b/src/common/QskStateCombination.h index 13d64e22..1cf6016a 100644 --- a/src/common/QskStateCombination.h +++ b/src/common/QskStateCombination.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STATE_COMBINATION_H diff --git a/src/common/QskTextColors.cpp b/src/common/QskTextColors.cpp index ca32862f..e75e0ef8 100644 --- a/src/common/QskTextColors.cpp +++ b/src/common/QskTextColors.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextColors.h" diff --git a/src/common/QskTextColors.h b/src/common/QskTextColors.h index 45859135..c7fa6799 100644 --- a/src/common/QskTextColors.h +++ b/src/common/QskTextColors.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_COLORS_H diff --git a/src/common/QskTextOptions.cpp b/src/common/QskTextOptions.cpp index 712ec150..f4c678c9 100644 --- a/src/common/QskTextOptions.cpp +++ b/src/common/QskTextOptions.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextOptions.h" diff --git a/src/common/QskTextOptions.h b/src/common/QskTextOptions.h index d95bf39a..984da585 100644 --- a/src/common/QskTextOptions.h +++ b/src/common/QskTextOptions.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_OPTIONS_H diff --git a/src/controls/QskAbstractButton.cpp b/src/controls/QskAbstractButton.cpp index 51af683b..53853649 100644 --- a/src/controls/QskAbstractButton.cpp +++ b/src/controls/QskAbstractButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskAbstractButton.h" diff --git a/src/controls/QskAbstractButton.h b/src/controls/QskAbstractButton.h index af1a1038..8a458ad4 100644 --- a/src/controls/QskAbstractButton.h +++ b/src/controls/QskAbstractButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ABSTRACT_BUTTON_H diff --git a/src/controls/QskAnimationHint.cpp b/src/controls/QskAnimationHint.cpp index 259b1936..2d0dda05 100644 --- a/src/controls/QskAnimationHint.cpp +++ b/src/controls/QskAnimationHint.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskAnimationHint.h" diff --git a/src/controls/QskAnimationHint.h b/src/controls/QskAnimationHint.h index 7687b102..0d906cfa 100644 --- a/src/controls/QskAnimationHint.h +++ b/src/controls/QskAnimationHint.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ANIMATION_HINT_H diff --git a/src/controls/QskAnimator.cpp b/src/controls/QskAnimator.cpp index 1dcdd50b..78b7f34e 100644 --- a/src/controls/QskAnimator.cpp +++ b/src/controls/QskAnimator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskAnimator.h" diff --git a/src/controls/QskAnimator.h b/src/controls/QskAnimator.h index 317555a8..f7e6dd89 100644 --- a/src/controls/QskAnimator.h +++ b/src/controls/QskAnimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ANIMATOR_H diff --git a/src/controls/QskBoundedControl.cpp b/src/controls/QskBoundedControl.cpp index df38e5e0..85cfde81 100644 --- a/src/controls/QskBoundedControl.cpp +++ b/src/controls/QskBoundedControl.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoundedControl.h" diff --git a/src/controls/QskBoundedControl.h b/src/controls/QskBoundedControl.h index 76f6571b..d36e9f86 100644 --- a/src/controls/QskBoundedControl.h +++ b/src/controls/QskBoundedControl.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOUNDED_CONTROL_H diff --git a/src/controls/QskBoundedInput.cpp b/src/controls/QskBoundedInput.cpp index e34152ae..e5275a45 100644 --- a/src/controls/QskBoundedInput.cpp +++ b/src/controls/QskBoundedInput.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoundedInput.h" diff --git a/src/controls/QskBoundedInput.h b/src/controls/QskBoundedInput.h index 92a2a81e..7bcbcfae 100644 --- a/src/controls/QskBoundedInput.h +++ b/src/controls/QskBoundedInput.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOUNDED_INPUT_H diff --git a/src/controls/QskBoundedRangeInput.cpp b/src/controls/QskBoundedRangeInput.cpp index 6271aa91..051ebf95 100644 --- a/src/controls/QskBoundedRangeInput.cpp +++ b/src/controls/QskBoundedRangeInput.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoundedRangeInput.h" diff --git a/src/controls/QskBoundedRangeInput.h b/src/controls/QskBoundedRangeInput.h index fcc726d4..6b4c2dfa 100644 --- a/src/controls/QskBoundedRangeInput.h +++ b/src/controls/QskBoundedRangeInput.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOUNDED_RANGE_INPUT_H diff --git a/src/controls/QskBoundedValueInput.cpp b/src/controls/QskBoundedValueInput.cpp index 16832b7b..ba72ab73 100644 --- a/src/controls/QskBoundedValueInput.cpp +++ b/src/controls/QskBoundedValueInput.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoundedValueInput.h" diff --git a/src/controls/QskBoundedValueInput.h b/src/controls/QskBoundedValueInput.h index a0d826fc..97794303 100644 --- a/src/controls/QskBoundedValueInput.h +++ b/src/controls/QskBoundedValueInput.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOUNDED_VALUE_INPUT_H diff --git a/src/controls/QskBox.cpp b/src/controls/QskBox.cpp index efec3895..88e56315 100644 --- a/src/controls/QskBox.cpp +++ b/src/controls/QskBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBox.h" diff --git a/src/controls/QskBox.h b/src/controls/QskBox.h index d2aac33f..15ffd51e 100644 --- a/src/controls/QskBox.h +++ b/src/controls/QskBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_H diff --git a/src/controls/QskBoxSkinlet.cpp b/src/controls/QskBoxSkinlet.cpp index a40181ed..181af0b7 100644 --- a/src/controls/QskBoxSkinlet.cpp +++ b/src/controls/QskBoxSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxSkinlet.h" diff --git a/src/controls/QskBoxSkinlet.h b/src/controls/QskBoxSkinlet.h index 8152d728..5527ea9d 100644 --- a/src/controls/QskBoxSkinlet.h +++ b/src/controls/QskBoxSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_SKINLET_H diff --git a/src/controls/QskCheckBox.cpp b/src/controls/QskCheckBox.cpp index 286a2ea4..14ea7622 100644 --- a/src/controls/QskCheckBox.cpp +++ b/src/controls/QskCheckBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskCheckBox.h" diff --git a/src/controls/QskCheckBox.h b/src/controls/QskCheckBox.h index bc010749..12b0a136 100644 --- a/src/controls/QskCheckBox.h +++ b/src/controls/QskCheckBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_CHECK_BOX_H diff --git a/src/controls/QskCheckBoxSkinlet.cpp b/src/controls/QskCheckBoxSkinlet.cpp index 0bb08ccb..e93bc0ed 100644 --- a/src/controls/QskCheckBoxSkinlet.cpp +++ b/src/controls/QskCheckBoxSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskCheckBoxSkinlet.h" diff --git a/src/controls/QskCheckBoxSkinlet.h b/src/controls/QskCheckBoxSkinlet.h index bc529e1b..48e085b1 100644 --- a/src/controls/QskCheckBoxSkinlet.h +++ b/src/controls/QskCheckBoxSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_CHECK_BOX_SKINLET_H diff --git a/src/controls/QskComboBox.cpp b/src/controls/QskComboBox.cpp index e753f662..dd9e4679 100644 --- a/src/controls/QskComboBox.cpp +++ b/src/controls/QskComboBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2023 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskComboBox.h" diff --git a/src/controls/QskComboBox.h b/src/controls/QskComboBox.h index 5aea9051..8a7e064a 100644 --- a/src/controls/QskComboBox.h +++ b/src/controls/QskComboBox.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2023 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_COMBO_BOX_H diff --git a/src/controls/QskComboBoxSkinlet.cpp b/src/controls/QskComboBoxSkinlet.cpp index d0e91bb3..9f4a4323 100644 --- a/src/controls/QskComboBoxSkinlet.cpp +++ b/src/controls/QskComboBoxSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2023 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskComboBoxSkinlet.h" diff --git a/src/controls/QskComboBoxSkinlet.h b/src/controls/QskComboBoxSkinlet.h index f2ba3b13..a2579e4b 100644 --- a/src/controls/QskComboBoxSkinlet.h +++ b/src/controls/QskComboBoxSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2023 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_COMBO_BOX_SKINLET_H diff --git a/src/controls/QskControl.cpp b/src/controls/QskControl.cpp index d1111dc0..42c1fdba 100644 --- a/src/controls/QskControl.cpp +++ b/src/controls/QskControl.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskControl.h" diff --git a/src/controls/QskControl.h b/src/controls/QskControl.h index 49915072..9a81536e 100644 --- a/src/controls/QskControl.h +++ b/src/controls/QskControl.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_CONTROL_H diff --git a/src/controls/QskControlPrivate.cpp b/src/controls/QskControlPrivate.cpp index bda8777d..8a24102e 100644 --- a/src/controls/QskControlPrivate.cpp +++ b/src/controls/QskControlPrivate.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskControlPrivate.h" diff --git a/src/controls/QskControlPrivate.h b/src/controls/QskControlPrivate.h index 8c74a36a..dadcc37d 100644 --- a/src/controls/QskControlPrivate.h +++ b/src/controls/QskControlPrivate.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_CONTROL_PRIVATE_H diff --git a/src/controls/QskDirtyItemFilter.cpp b/src/controls/QskDirtyItemFilter.cpp index 1d951875..b0ccbf0f 100644 --- a/src/controls/QskDirtyItemFilter.cpp +++ b/src/controls/QskDirtyItemFilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDirtyItemFilter.h" diff --git a/src/controls/QskDirtyItemFilter.h b/src/controls/QskDirtyItemFilter.h index 830a8d3c..95235c81 100644 --- a/src/controls/QskDirtyItemFilter.h +++ b/src/controls/QskDirtyItemFilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIRTY_ITEM_FILTER_H diff --git a/src/controls/QskEvent.cpp b/src/controls/QskEvent.cpp index b0063dba..e430e8b1 100644 --- a/src/controls/QskEvent.cpp +++ b/src/controls/QskEvent.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskEvent.h" diff --git a/src/controls/QskEvent.h b/src/controls/QskEvent.h index d26b812c..3ba04c09 100644 --- a/src/controls/QskEvent.h +++ b/src/controls/QskEvent.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_EVENT_H diff --git a/src/controls/QskFlickAnimator.cpp b/src/controls/QskFlickAnimator.cpp index 29311969..019a0a5f 100644 --- a/src/controls/QskFlickAnimator.cpp +++ b/src/controls/QskFlickAnimator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskFlickAnimator.h" diff --git a/src/controls/QskFlickAnimator.h b/src/controls/QskFlickAnimator.h index e9168383..2d4274a4 100644 --- a/src/controls/QskFlickAnimator.h +++ b/src/controls/QskFlickAnimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_FLICK_ANIMATOR_H diff --git a/src/controls/QskFocusIndicator.cpp b/src/controls/QskFocusIndicator.cpp index bcb2c1c4..7d30a923 100644 --- a/src/controls/QskFocusIndicator.cpp +++ b/src/controls/QskFocusIndicator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskFocusIndicator.h" diff --git a/src/controls/QskFocusIndicator.h b/src/controls/QskFocusIndicator.h index 6ad08a9a..7c783d9e 100644 --- a/src/controls/QskFocusIndicator.h +++ b/src/controls/QskFocusIndicator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_FOCUS_INDICATOR_H diff --git a/src/controls/QskFocusIndicatorSkinlet.cpp b/src/controls/QskFocusIndicatorSkinlet.cpp index 04036983..5c196aff 100644 --- a/src/controls/QskFocusIndicatorSkinlet.cpp +++ b/src/controls/QskFocusIndicatorSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskFocusIndicatorSkinlet.h" diff --git a/src/controls/QskFocusIndicatorSkinlet.h b/src/controls/QskFocusIndicatorSkinlet.h index 6c9663a3..e58e5663 100644 --- a/src/controls/QskFocusIndicatorSkinlet.h +++ b/src/controls/QskFocusIndicatorSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_FOCUS_INDICATOR_SKINLET_H diff --git a/src/controls/QskGesture.cpp b/src/controls/QskGesture.cpp index 090f4c83..f32c40fd 100644 --- a/src/controls/QskGesture.cpp +++ b/src/controls/QskGesture.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGesture.h" diff --git a/src/controls/QskGesture.h b/src/controls/QskGesture.h index a10f7b3c..bde70172 100644 --- a/src/controls/QskGesture.h +++ b/src/controls/QskGesture.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GESTURE_H diff --git a/src/controls/QskGestureRecognizer.h b/src/controls/QskGestureRecognizer.h index f0c8e16e..41ad6509 100644 --- a/src/controls/QskGestureRecognizer.h +++ b/src/controls/QskGestureRecognizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GESTURE_RECOGNIZER_H diff --git a/src/controls/QskGraphicLabel.cpp b/src/controls/QskGraphicLabel.cpp index 0a9cda61..ff593e2c 100644 --- a/src/controls/QskGraphicLabel.cpp +++ b/src/controls/QskGraphicLabel.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicLabel.h" diff --git a/src/controls/QskGraphicLabel.h b/src/controls/QskGraphicLabel.h index 4526b63f..14268c8d 100644 --- a/src/controls/QskGraphicLabel.h +++ b/src/controls/QskGraphicLabel.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_LABEL_H diff --git a/src/controls/QskGraphicLabelSkinlet.cpp b/src/controls/QskGraphicLabelSkinlet.cpp index 5c9654e9..4959a8c6 100644 --- a/src/controls/QskGraphicLabelSkinlet.cpp +++ b/src/controls/QskGraphicLabelSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicLabelSkinlet.h" diff --git a/src/controls/QskGraphicLabelSkinlet.h b/src/controls/QskGraphicLabelSkinlet.h index 6a83767d..9700e0c3 100644 --- a/src/controls/QskGraphicLabelSkinlet.h +++ b/src/controls/QskGraphicLabelSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_LABEL_SKINLET_H diff --git a/src/controls/QskHintAnimator.cpp b/src/controls/QskHintAnimator.cpp index 48a9d249..db6e7253 100644 --- a/src/controls/QskHintAnimator.cpp +++ b/src/controls/QskHintAnimator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskHintAnimator.h" diff --git a/src/controls/QskHintAnimator.h b/src/controls/QskHintAnimator.h index 81d5edd8..6c645202 100644 --- a/src/controls/QskHintAnimator.h +++ b/src/controls/QskHintAnimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_HINT_ANIMATOR_H diff --git a/src/controls/QskInputGrabber.cpp b/src/controls/QskInputGrabber.cpp index e0604310..81219392 100644 --- a/src/controls/QskInputGrabber.cpp +++ b/src/controls/QskInputGrabber.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskInputGrabber.h" diff --git a/src/controls/QskInputGrabber.h b/src/controls/QskInputGrabber.h index b13bc5ec..8ef0cb78 100644 --- a/src/controls/QskInputGrabber.h +++ b/src/controls/QskInputGrabber.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUT_GRABBER_H diff --git a/src/controls/QskListView.cpp b/src/controls/QskListView.cpp index 8e41d1e1..0d6a0723 100644 --- a/src/controls/QskListView.cpp +++ b/src/controls/QskListView.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskListView.h" diff --git a/src/controls/QskListView.h b/src/controls/QskListView.h index 9fdf7755..6f9f01b7 100644 --- a/src/controls/QskListView.h +++ b/src/controls/QskListView.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LIST_VIEW_H diff --git a/src/controls/QskListViewSkinlet.cpp b/src/controls/QskListViewSkinlet.cpp index 002d8c29..adcae1b7 100644 --- a/src/controls/QskListViewSkinlet.cpp +++ b/src/controls/QskListViewSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskListViewSkinlet.h" diff --git a/src/controls/QskListViewSkinlet.h b/src/controls/QskListViewSkinlet.h index f92c2388..7f2f9d88 100644 --- a/src/controls/QskListViewSkinlet.h +++ b/src/controls/QskListViewSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LIST_VIEW_SKINLET_H diff --git a/src/controls/QskMainView.cpp b/src/controls/QskMainView.cpp index 678dc54d..36ba20ff 100644 --- a/src/controls/QskMainView.cpp +++ b/src/controls/QskMainView.cpp @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2022 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMainView.h" diff --git a/src/controls/QskMainView.h b/src/controls/QskMainView.h index ec451cd4..fa53f3bc 100644 --- a/src/controls/QskMainView.h +++ b/src/controls/QskMainView.h @@ -1,6 +1,6 @@ /****************************************************************************** - * QSkinny - Copyright (C) 2022 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MAIN_VIEW_H diff --git a/src/controls/QskMenu.cpp b/src/controls/QskMenu.cpp index 9eeef8ed..edf4ae52 100644 --- a/src/controls/QskMenu.cpp +++ b/src/controls/QskMenu.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMenu.h" diff --git a/src/controls/QskMenu.h b/src/controls/QskMenu.h index b2f9ac8f..5d46223a 100644 --- a/src/controls/QskMenu.h +++ b/src/controls/QskMenu.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MENU_H diff --git a/src/controls/QskMenuSkinlet.cpp b/src/controls/QskMenuSkinlet.cpp index e03fada0..9198a955 100644 --- a/src/controls/QskMenuSkinlet.cpp +++ b/src/controls/QskMenuSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMenuSkinlet.h" diff --git a/src/controls/QskMenuSkinlet.h b/src/controls/QskMenuSkinlet.h index e8b5754b..4ebe5284 100644 --- a/src/controls/QskMenuSkinlet.h +++ b/src/controls/QskMenuSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MENU_SKINLET_H diff --git a/src/controls/QskObjectTree.cpp b/src/controls/QskObjectTree.cpp index 9315d882..dfb8a18c 100644 --- a/src/controls/QskObjectTree.cpp +++ b/src/controls/QskObjectTree.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskObjectTree.h" diff --git a/src/controls/QskObjectTree.h b/src/controls/QskObjectTree.h index 1b13f732..9ad04570 100644 --- a/src/controls/QskObjectTree.h +++ b/src/controls/QskObjectTree.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_OBJECT_TREE_H diff --git a/src/controls/QskPageIndicator.cpp b/src/controls/QskPageIndicator.cpp index 74138873..a16eddf8 100644 --- a/src/controls/QskPageIndicator.cpp +++ b/src/controls/QskPageIndicator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPageIndicator.h" diff --git a/src/controls/QskPageIndicator.h b/src/controls/QskPageIndicator.h index 1ee919eb..0f82fce2 100644 --- a/src/controls/QskPageIndicator.h +++ b/src/controls/QskPageIndicator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAGE_INDICATOR_H diff --git a/src/controls/QskPageIndicatorSkinlet.cpp b/src/controls/QskPageIndicatorSkinlet.cpp index c6680408..11424045 100644 --- a/src/controls/QskPageIndicatorSkinlet.cpp +++ b/src/controls/QskPageIndicatorSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPageIndicatorSkinlet.h" diff --git a/src/controls/QskPageIndicatorSkinlet.h b/src/controls/QskPageIndicatorSkinlet.h index e625fdae..078061f2 100644 --- a/src/controls/QskPageIndicatorSkinlet.h +++ b/src/controls/QskPageIndicatorSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAGE_INDICATOR_SKINLET_H diff --git a/src/controls/QskPanGestureRecognizer.h b/src/controls/QskPanGestureRecognizer.h index 8f6749f2..4e9960ad 100644 --- a/src/controls/QskPanGestureRecognizer.h +++ b/src/controls/QskPanGestureRecognizer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAN_GESTURE_RECOGNIZER_H diff --git a/src/controls/QskPopup.cpp b/src/controls/QskPopup.cpp index c03ddcf1..c3292083 100644 --- a/src/controls/QskPopup.cpp +++ b/src/controls/QskPopup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPopup.h" diff --git a/src/controls/QskPopup.h b/src/controls/QskPopup.h index 21df13e7..8beaed80 100644 --- a/src/controls/QskPopup.h +++ b/src/controls/QskPopup.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_POPUP_H diff --git a/src/controls/QskPopupSkinlet.cpp b/src/controls/QskPopupSkinlet.cpp index 80bd5a43..70cf300e 100644 --- a/src/controls/QskPopupSkinlet.cpp +++ b/src/controls/QskPopupSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPopupSkinlet.h" diff --git a/src/controls/QskPopupSkinlet.h b/src/controls/QskPopupSkinlet.h index 0332e4de..076f86f9 100644 --- a/src/controls/QskPopupSkinlet.h +++ b/src/controls/QskPopupSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_POPUP_SKINLET_H diff --git a/src/controls/QskProgressBar.cpp b/src/controls/QskProgressBar.cpp index a9f01b13..d24dbc5b 100644 --- a/src/controls/QskProgressBar.cpp +++ b/src/controls/QskProgressBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskProgressBar.h" diff --git a/src/controls/QskProgressBar.h b/src/controls/QskProgressBar.h index 0d5fa299..f41dc387 100644 --- a/src/controls/QskProgressBar.h +++ b/src/controls/QskProgressBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PROGRESS_BAR_H diff --git a/src/controls/QskProgressBarSkinlet.cpp b/src/controls/QskProgressBarSkinlet.cpp index cd8de5c2..391a382f 100644 --- a/src/controls/QskProgressBarSkinlet.cpp +++ b/src/controls/QskProgressBarSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskProgressBarSkinlet.h" diff --git a/src/controls/QskProgressBarSkinlet.h b/src/controls/QskProgressBarSkinlet.h index ee7816f9..f6af6114 100644 --- a/src/controls/QskProgressBarSkinlet.h +++ b/src/controls/QskProgressBarSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PROGRESS_BAR_SKINLET_H diff --git a/src/controls/QskPushButton.cpp b/src/controls/QskPushButton.cpp index be1eead8..fc495d22 100644 --- a/src/controls/QskPushButton.cpp +++ b/src/controls/QskPushButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPushButton.h" diff --git a/src/controls/QskPushButton.h b/src/controls/QskPushButton.h index bc84db99..d3699905 100644 --- a/src/controls/QskPushButton.h +++ b/src/controls/QskPushButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PUSH_BUTTON_H diff --git a/src/controls/QskPushButtonSkinlet.cpp b/src/controls/QskPushButtonSkinlet.cpp index c6f441e3..43f94fea 100644 --- a/src/controls/QskPushButtonSkinlet.cpp +++ b/src/controls/QskPushButtonSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPushButtonSkinlet.h" diff --git a/src/controls/QskPushButtonSkinlet.h b/src/controls/QskPushButtonSkinlet.h index b80c3466..b2d2583c 100644 --- a/src/controls/QskPushButtonSkinlet.h +++ b/src/controls/QskPushButtonSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PUSH_BUTTON_SKINLET_H diff --git a/src/controls/QskQuick.cpp b/src/controls/QskQuick.cpp index fceff5e9..d333b9e5 100644 --- a/src/controls/QskQuick.cpp +++ b/src/controls/QskQuick.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskQuick.h" diff --git a/src/controls/QskQuick.h b/src/controls/QskQuick.h index 31965832..4141483e 100644 --- a/src/controls/QskQuick.h +++ b/src/controls/QskQuick.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QUICK_H diff --git a/src/controls/QskQuickItem.cpp b/src/controls/QskQuickItem.cpp index 21a11764..41be05a5 100644 --- a/src/controls/QskQuickItem.cpp +++ b/src/controls/QskQuickItem.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskQuickItem.h" diff --git a/src/controls/QskQuickItem.h b/src/controls/QskQuickItem.h index 0607a95c..1b519a24 100644 --- a/src/controls/QskQuickItem.h +++ b/src/controls/QskQuickItem.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QUICK_ITEM_H diff --git a/src/controls/QskQuickItemPrivate.cpp b/src/controls/QskQuickItemPrivate.cpp index 9b9297be..6f9fc3a2 100644 --- a/src/controls/QskQuickItemPrivate.cpp +++ b/src/controls/QskQuickItemPrivate.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskQuickItemPrivate.h" diff --git a/src/controls/QskQuickItemPrivate.h b/src/controls/QskQuickItemPrivate.h index 305c3ebc..0d7f41e6 100644 --- a/src/controls/QskQuickItemPrivate.h +++ b/src/controls/QskQuickItemPrivate.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_QUICK_ITEM_PRIVATE_H diff --git a/src/controls/QskRadioBox.cpp b/src/controls/QskRadioBox.cpp index 9dade1b1..81790b2c 100644 --- a/src/controls/QskRadioBox.cpp +++ b/src/controls/QskRadioBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskRadioBox.h" diff --git a/src/controls/QskRadioBox.h b/src/controls/QskRadioBox.h index e5768ef3..93b3ffbc 100644 --- a/src/controls/QskRadioBox.h +++ b/src/controls/QskRadioBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_RADIO_BOX_H diff --git a/src/controls/QskRadioBoxSkinlet.cpp b/src/controls/QskRadioBoxSkinlet.cpp index 46a6f374..70067b11 100644 --- a/src/controls/QskRadioBoxSkinlet.cpp +++ b/src/controls/QskRadioBoxSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskRadioBoxSkinlet.h" diff --git a/src/controls/QskRadioBoxSkinlet.h b/src/controls/QskRadioBoxSkinlet.h index e3de7c44..f934c5ec 100644 --- a/src/controls/QskRadioBoxSkinlet.h +++ b/src/controls/QskRadioBoxSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_RADIO_BOX_SKINLET_H diff --git a/src/controls/QskScrollArea.cpp b/src/controls/QskScrollArea.cpp index 520ff011..971848a1 100644 --- a/src/controls/QskScrollArea.cpp +++ b/src/controls/QskScrollArea.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScrollArea.h" diff --git a/src/controls/QskScrollArea.h b/src/controls/QskScrollArea.h index 0d33a000..957c29a8 100644 --- a/src/controls/QskScrollArea.h +++ b/src/controls/QskScrollArea.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCROLL_AREA_H diff --git a/src/controls/QskScrollBox.cpp b/src/controls/QskScrollBox.cpp index 6afc54cf..c889f02a 100644 --- a/src/controls/QskScrollBox.cpp +++ b/src/controls/QskScrollBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScrollBox.h" diff --git a/src/controls/QskScrollBox.h b/src/controls/QskScrollBox.h index 73fd0a64..a6334afd 100644 --- a/src/controls/QskScrollBox.h +++ b/src/controls/QskScrollBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCROLL_BOX_H diff --git a/src/controls/QskScrollView.cpp b/src/controls/QskScrollView.cpp index f62f1fc4..a61be872 100644 --- a/src/controls/QskScrollView.cpp +++ b/src/controls/QskScrollView.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScrollView.h" diff --git a/src/controls/QskScrollView.h b/src/controls/QskScrollView.h index 551a6db7..15a47a3e 100644 --- a/src/controls/QskScrollView.h +++ b/src/controls/QskScrollView.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCROLL_VIEW_H diff --git a/src/controls/QskScrollViewSkinlet.cpp b/src/controls/QskScrollViewSkinlet.cpp index 580610e3..a786c6a1 100644 --- a/src/controls/QskScrollViewSkinlet.cpp +++ b/src/controls/QskScrollViewSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScrollViewSkinlet.h" diff --git a/src/controls/QskScrollViewSkinlet.h b/src/controls/QskScrollViewSkinlet.h index df0cf2c2..94fe24e1 100644 --- a/src/controls/QskScrollViewSkinlet.h +++ b/src/controls/QskScrollViewSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCROLL_VIEW_SKINLET_H diff --git a/src/controls/QskSegmentedBar.cpp b/src/controls/QskSegmentedBar.cpp index d229bdf8..32c0b93d 100644 --- a/src/controls/QskSegmentedBar.cpp +++ b/src/controls/QskSegmentedBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSegmentedBar.h" diff --git a/src/controls/QskSegmentedBar.h b/src/controls/QskSegmentedBar.h index 63bc0725..252513fd 100644 --- a/src/controls/QskSegmentedBar.h +++ b/src/controls/QskSegmentedBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SEGMENTED_BAR_H diff --git a/src/controls/QskSegmentedBarSkinlet.cpp b/src/controls/QskSegmentedBarSkinlet.cpp index e0022cbd..8581dbcf 100644 --- a/src/controls/QskSegmentedBarSkinlet.cpp +++ b/src/controls/QskSegmentedBarSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSegmentedBarSkinlet.h" diff --git a/src/controls/QskSegmentedBarSkinlet.h b/src/controls/QskSegmentedBarSkinlet.h index 497d16c9..a2a0a055 100644 --- a/src/controls/QskSegmentedBarSkinlet.h +++ b/src/controls/QskSegmentedBarSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SEGMENTED_BAR_SKINLET_H diff --git a/src/controls/QskSeparator.cpp b/src/controls/QskSeparator.cpp index 04a014d8..c7802be7 100644 --- a/src/controls/QskSeparator.cpp +++ b/src/controls/QskSeparator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSeparator.h" diff --git a/src/controls/QskSeparator.h b/src/controls/QskSeparator.h index a948d712..1453a273 100644 --- a/src/controls/QskSeparator.h +++ b/src/controls/QskSeparator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SEPARATOR_H diff --git a/src/controls/QskSeparatorSkinlet.cpp b/src/controls/QskSeparatorSkinlet.cpp index a639bbb6..0c2c1117 100644 --- a/src/controls/QskSeparatorSkinlet.cpp +++ b/src/controls/QskSeparatorSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSeparatorSkinlet.h" diff --git a/src/controls/QskSeparatorSkinlet.h b/src/controls/QskSeparatorSkinlet.h index 3ed3c2be..35b035ca 100644 --- a/src/controls/QskSeparatorSkinlet.h +++ b/src/controls/QskSeparatorSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SEPARATOR_SKINLET_H diff --git a/src/controls/QskSetup.cpp b/src/controls/QskSetup.cpp index bf5bd8ee..37e4edc4 100644 --- a/src/controls/QskSetup.cpp +++ b/src/controls/QskSetup.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSetup.h" diff --git a/src/controls/QskSetup.h b/src/controls/QskSetup.h index 81109718..26da9732 100644 --- a/src/controls/QskSetup.h +++ b/src/controls/QskSetup.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SETUP_H diff --git a/src/controls/QskShortcutMap.cpp b/src/controls/QskShortcutMap.cpp index 0cd743df..6bd058f0 100644 --- a/src/controls/QskShortcutMap.cpp +++ b/src/controls/QskShortcutMap.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskShortcutMap.h" diff --git a/src/controls/QskShortcutMap.h b/src/controls/QskShortcutMap.h index edd88044..69b895ee 100644 --- a/src/controls/QskShortcutMap.h +++ b/src/controls/QskShortcutMap.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SHORTCUT_MAP_H diff --git a/src/controls/QskSimpleListBox.cpp b/src/controls/QskSimpleListBox.cpp index b2b326e3..2e818059 100644 --- a/src/controls/QskSimpleListBox.cpp +++ b/src/controls/QskSimpleListBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSimpleListBox.h" diff --git a/src/controls/QskSimpleListBox.h b/src/controls/QskSimpleListBox.h index f73d5845..360e522d 100644 --- a/src/controls/QskSimpleListBox.h +++ b/src/controls/QskSimpleListBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LIST_BOX_H diff --git a/src/controls/QskSkin.cpp b/src/controls/QskSkin.cpp index 4203604d..a7d646de 100644 --- a/src/controls/QskSkin.cpp +++ b/src/controls/QskSkin.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkin.h" diff --git a/src/controls/QskSkin.h b/src/controls/QskSkin.h index fe896bb8..cf3630a8 100644 --- a/src/controls/QskSkin.h +++ b/src/controls/QskSkin.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_H diff --git a/src/controls/QskSkinFactory.cpp b/src/controls/QskSkinFactory.cpp index 6c903e66..7f9ecbc3 100644 --- a/src/controls/QskSkinFactory.cpp +++ b/src/controls/QskSkinFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinFactory.h" diff --git a/src/controls/QskSkinFactory.h b/src/controls/QskSkinFactory.h index c5e01c46..da2e8d2f 100644 --- a/src/controls/QskSkinFactory.h +++ b/src/controls/QskSkinFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_FACTORY_H diff --git a/src/controls/QskSkinHintTable.cpp b/src/controls/QskSkinHintTable.cpp index c11b36cf..4a830278 100644 --- a/src/controls/QskSkinHintTable.cpp +++ b/src/controls/QskSkinHintTable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinHintTable.h" diff --git a/src/controls/QskSkinHintTable.h b/src/controls/QskSkinHintTable.h index 9ae56be9..0bdf0683 100644 --- a/src/controls/QskSkinHintTable.h +++ b/src/controls/QskSkinHintTable.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_HINT_TABLE_H diff --git a/src/controls/QskSkinHintTableEditor.cpp b/src/controls/QskSkinHintTableEditor.cpp index a222a2cb..aeb2973d 100644 --- a/src/controls/QskSkinHintTableEditor.cpp +++ b/src/controls/QskSkinHintTableEditor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinHintTableEditor.h" diff --git a/src/controls/QskSkinHintTableEditor.h b/src/controls/QskSkinHintTableEditor.h index 336d59e1..15789364 100644 --- a/src/controls/QskSkinHintTableEditor.h +++ b/src/controls/QskSkinHintTableEditor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_HINT_TABLE_EDITOR_H diff --git a/src/controls/QskSkinManager.cpp b/src/controls/QskSkinManager.cpp index f9e0749c..d2ad8b04 100644 --- a/src/controls/QskSkinManager.cpp +++ b/src/controls/QskSkinManager.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinManager.h" diff --git a/src/controls/QskSkinManager.h b/src/controls/QskSkinManager.h index 28f5c727..fd88e450 100644 --- a/src/controls/QskSkinManager.h +++ b/src/controls/QskSkinManager.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_MANAGER_H diff --git a/src/controls/QskSkinStateChanger.h b/src/controls/QskSkinStateChanger.h index 8fe85325..68c4bb9e 100644 --- a/src/controls/QskSkinStateChanger.h +++ b/src/controls/QskSkinStateChanger.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKIN_STATE_CHANGER_H diff --git a/src/controls/QskSkinTransition.cpp b/src/controls/QskSkinTransition.cpp index b660699c..dc6ee00c 100644 --- a/src/controls/QskSkinTransition.cpp +++ b/src/controls/QskSkinTransition.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinTransition.h" diff --git a/src/controls/QskSkinlet.cpp b/src/controls/QskSkinlet.cpp index 028492e2..dd361fad 100644 --- a/src/controls/QskSkinlet.cpp +++ b/src/controls/QskSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinlet.h" diff --git a/src/controls/QskSkinlet.h b/src/controls/QskSkinlet.h index 7414b5a8..238728ce 100644 --- a/src/controls/QskSkinlet.h +++ b/src/controls/QskSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKINLET_H diff --git a/src/controls/QskSkinnable.cpp b/src/controls/QskSkinnable.cpp index d6ce3af1..ecc800c7 100644 --- a/src/controls/QskSkinnable.cpp +++ b/src/controls/QskSkinnable.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSkinnable.h" diff --git a/src/controls/QskSkinnable.h b/src/controls/QskSkinnable.h index 55345a27..54788ca9 100644 --- a/src/controls/QskSkinnable.h +++ b/src/controls/QskSkinnable.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SKINNABLE_H diff --git a/src/controls/QskSlider.cpp b/src/controls/QskSlider.cpp index 61f84a33..15f6184c 100644 --- a/src/controls/QskSlider.cpp +++ b/src/controls/QskSlider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSlider.h" diff --git a/src/controls/QskSlider.h b/src/controls/QskSlider.h index 2bc99ab7..68413b0b 100644 --- a/src/controls/QskSlider.h +++ b/src/controls/QskSlider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SLIDER_H diff --git a/src/controls/QskSliderSkinlet.cpp b/src/controls/QskSliderSkinlet.cpp index ede1f99a..3adda86c 100644 --- a/src/controls/QskSliderSkinlet.cpp +++ b/src/controls/QskSliderSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSliderSkinlet.h" diff --git a/src/controls/QskSliderSkinlet.h b/src/controls/QskSliderSkinlet.h index 25c3ead2..3795c0b2 100644 --- a/src/controls/QskSliderSkinlet.h +++ b/src/controls/QskSliderSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SLIDER_SKINLET_H diff --git a/src/controls/QskSpinBox.cpp b/src/controls/QskSpinBox.cpp index 5a98186b..693d6b76 100644 --- a/src/controls/QskSpinBox.cpp +++ b/src/controls/QskSpinBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSpinBox.h" diff --git a/src/controls/QskSpinBox.h b/src/controls/QskSpinBox.h index 974a264d..d1066109 100644 --- a/src/controls/QskSpinBox.h +++ b/src/controls/QskSpinBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SPIN_BOX_H diff --git a/src/controls/QskSpinBoxSkinlet.cpp b/src/controls/QskSpinBoxSkinlet.cpp index d1b76709..f8a5df08 100644 --- a/src/controls/QskSpinBoxSkinlet.cpp +++ b/src/controls/QskSpinBoxSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSpinBoxSkinlet.h" diff --git a/src/controls/QskSpinBoxSkinlet.h b/src/controls/QskSpinBoxSkinlet.h index da6ef27f..72eb8840 100644 --- a/src/controls/QskSpinBoxSkinlet.h +++ b/src/controls/QskSpinBoxSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SPIN_BOX_SKINLET_H diff --git a/src/controls/QskStatusIndicator.cpp b/src/controls/QskStatusIndicator.cpp index 6fbc5963..643d2fe4 100644 --- a/src/controls/QskStatusIndicator.cpp +++ b/src/controls/QskStatusIndicator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStatusIndicator.h" diff --git a/src/controls/QskStatusIndicator.h b/src/controls/QskStatusIndicator.h index a357593a..b08e8e54 100644 --- a/src/controls/QskStatusIndicator.h +++ b/src/controls/QskStatusIndicator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STATUS_INDICATOR_H diff --git a/src/controls/QskStatusIndicatorSkinlet.cpp b/src/controls/QskStatusIndicatorSkinlet.cpp index bf47d094..50a512b3 100644 --- a/src/controls/QskStatusIndicatorSkinlet.cpp +++ b/src/controls/QskStatusIndicatorSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStatusIndicatorSkinlet.h" diff --git a/src/controls/QskStatusIndicatorSkinlet.h b/src/controls/QskStatusIndicatorSkinlet.h index 20f81b32..1f128d3a 100644 --- a/src/controls/QskStatusIndicatorSkinlet.h +++ b/src/controls/QskStatusIndicatorSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STATUS_INDICATOR_SKINLET_H diff --git a/src/controls/QskSubWindow.cpp b/src/controls/QskSubWindow.cpp index f68b4e2e..c278a889 100644 --- a/src/controls/QskSubWindow.cpp +++ b/src/controls/QskSubWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSubWindow.h" diff --git a/src/controls/QskSubWindow.h b/src/controls/QskSubWindow.h index d13d5765..47d08e5f 100644 --- a/src/controls/QskSubWindow.h +++ b/src/controls/QskSubWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SUB_WINDOW_H diff --git a/src/controls/QskSubWindowArea.cpp b/src/controls/QskSubWindowArea.cpp index 7c9942c0..7829a214 100644 --- a/src/controls/QskSubWindowArea.cpp +++ b/src/controls/QskSubWindowArea.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSubWindowArea.h" diff --git a/src/controls/QskSubWindowArea.h b/src/controls/QskSubWindowArea.h index cacd94ea..171fb7ec 100644 --- a/src/controls/QskSubWindowArea.h +++ b/src/controls/QskSubWindowArea.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SUB_WINDOW_AREA_H diff --git a/src/controls/QskSubWindowAreaSkinlet.cpp b/src/controls/QskSubWindowAreaSkinlet.cpp index 6570fe73..32dc81f8 100644 --- a/src/controls/QskSubWindowAreaSkinlet.cpp +++ b/src/controls/QskSubWindowAreaSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSubWindowAreaSkinlet.h" diff --git a/src/controls/QskSubWindowAreaSkinlet.h b/src/controls/QskSubWindowAreaSkinlet.h index ef977fd1..99c2ac22 100644 --- a/src/controls/QskSubWindowAreaSkinlet.h +++ b/src/controls/QskSubWindowAreaSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SUB_WINDOW_AREA_SKINLET_H diff --git a/src/controls/QskSubWindowSkinlet.cpp b/src/controls/QskSubWindowSkinlet.cpp index df464f23..beea972b 100644 --- a/src/controls/QskSubWindowSkinlet.cpp +++ b/src/controls/QskSubWindowSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSubWindowSkinlet.h" diff --git a/src/controls/QskSubWindowSkinlet.h b/src/controls/QskSubWindowSkinlet.h index 80ccd398..fd2bc5dc 100644 --- a/src/controls/QskSubWindowSkinlet.h +++ b/src/controls/QskSubWindowSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SUB_WINDOW_SKINLET_H diff --git a/src/controls/QskSwitchButtonSkinlet.cpp b/src/controls/QskSwitchButtonSkinlet.cpp index 4538b0c8..9de85d8b 100644 --- a/src/controls/QskSwitchButtonSkinlet.cpp +++ b/src/controls/QskSwitchButtonSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSwitchButtonSkinlet.h" diff --git a/src/controls/QskSwitchButtonSkinlet.h b/src/controls/QskSwitchButtonSkinlet.h index 40c85795..653ec469 100644 --- a/src/controls/QskSwitchButtonSkinlet.h +++ b/src/controls/QskSwitchButtonSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SWITCH_BUTTON_SKINLET_H diff --git a/src/controls/QskTabBar.cpp b/src/controls/QskTabBar.cpp index 2d476740..919e829e 100644 --- a/src/controls/QskTabBar.cpp +++ b/src/controls/QskTabBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTabBar.h" diff --git a/src/controls/QskTabBar.h b/src/controls/QskTabBar.h index 9a5b58cf..922582ce 100644 --- a/src/controls/QskTabBar.h +++ b/src/controls/QskTabBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TAB_BAR_H diff --git a/src/controls/QskTabButton.cpp b/src/controls/QskTabButton.cpp index f77012f7..b1ea1977 100644 --- a/src/controls/QskTabButton.cpp +++ b/src/controls/QskTabButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTabButton.h" diff --git a/src/controls/QskTabButton.h b/src/controls/QskTabButton.h index b2ead21f..95b1394f 100644 --- a/src/controls/QskTabButton.h +++ b/src/controls/QskTabButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TAB_BUTTON_H diff --git a/src/controls/QskTabButtonSkinlet.cpp b/src/controls/QskTabButtonSkinlet.cpp index 545cd409..e1798ec3 100644 --- a/src/controls/QskTabButtonSkinlet.cpp +++ b/src/controls/QskTabButtonSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTabButtonSkinlet.h" diff --git a/src/controls/QskTabButtonSkinlet.h b/src/controls/QskTabButtonSkinlet.h index 25913805..d7940996 100644 --- a/src/controls/QskTabButtonSkinlet.h +++ b/src/controls/QskTabButtonSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TAB_BUTTON_SKINLET_H diff --git a/src/controls/QskTabView.cpp b/src/controls/QskTabView.cpp index 40c856e0..100a55f8 100644 --- a/src/controls/QskTabView.cpp +++ b/src/controls/QskTabView.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTabView.h" diff --git a/src/controls/QskTabView.h b/src/controls/QskTabView.h index c562b738..c625576e 100644 --- a/src/controls/QskTabView.h +++ b/src/controls/QskTabView.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TAB_VIEW_H diff --git a/src/controls/QskTabViewSkinlet.cpp b/src/controls/QskTabViewSkinlet.cpp index 0d6daadf..8946f167 100644 --- a/src/controls/QskTabViewSkinlet.cpp +++ b/src/controls/QskTabViewSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTabViewSkinlet.h" diff --git a/src/controls/QskTabViewSkinlet.h b/src/controls/QskTabViewSkinlet.h index b07d5da4..057e19eb 100644 --- a/src/controls/QskTabViewSkinlet.h +++ b/src/controls/QskTabViewSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TAB_VIEW_SKINLET_H diff --git a/src/controls/QskTextInput.cpp b/src/controls/QskTextInput.cpp index 6e78750a..92e79076 100644 --- a/src/controls/QskTextInput.cpp +++ b/src/controls/QskTextInput.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextInput.h" diff --git a/src/controls/QskTextInput.h b/src/controls/QskTextInput.h index e738879f..e676156e 100644 --- a/src/controls/QskTextInput.h +++ b/src/controls/QskTextInput.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_INPUT_H diff --git a/src/controls/QskTextInputSkinlet.cpp b/src/controls/QskTextInputSkinlet.cpp index 5d451192..99b57fe4 100644 --- a/src/controls/QskTextInputSkinlet.cpp +++ b/src/controls/QskTextInputSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextInputSkinlet.h" diff --git a/src/controls/QskTextInputSkinlet.h b/src/controls/QskTextInputSkinlet.h index 84af0f32..ac12198a 100644 --- a/src/controls/QskTextInputSkinlet.h +++ b/src/controls/QskTextInputSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_INPUT_SKINLET_H diff --git a/src/controls/QskTextLabel.cpp b/src/controls/QskTextLabel.cpp index dd8a897c..370c6b26 100644 --- a/src/controls/QskTextLabel.cpp +++ b/src/controls/QskTextLabel.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextLabel.h" diff --git a/src/controls/QskTextLabel.h b/src/controls/QskTextLabel.h index f313ab31..b6e766b0 100644 --- a/src/controls/QskTextLabel.h +++ b/src/controls/QskTextLabel.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_LABEL_H diff --git a/src/controls/QskTextLabelSkinlet.cpp b/src/controls/QskTextLabelSkinlet.cpp index 3e9755f7..a981386c 100644 --- a/src/controls/QskTextLabelSkinlet.cpp +++ b/src/controls/QskTextLabelSkinlet.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextLabelSkinlet.h" diff --git a/src/controls/QskTextLabelSkinlet.h b/src/controls/QskTextLabelSkinlet.h index 1cfe3fbd..85752cab 100644 --- a/src/controls/QskTextLabelSkinlet.h +++ b/src/controls/QskTextLabelSkinlet.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_LABEL_SKINLET_H diff --git a/src/controls/QskVariantAnimator.cpp b/src/controls/QskVariantAnimator.cpp index c54d4ea3..2c7c54df 100644 --- a/src/controls/QskVariantAnimator.cpp +++ b/src/controls/QskVariantAnimator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskVariantAnimator.h" diff --git a/src/controls/QskVariantAnimator.h b/src/controls/QskVariantAnimator.h index 9e036b06..ea438e62 100644 --- a/src/controls/QskVariantAnimator.h +++ b/src/controls/QskVariantAnimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_VARIANT_ANIMATOR_H diff --git a/src/controls/QskWindow.cpp b/src/controls/QskWindow.cpp index 2bbc11f8..a0b7a3b5 100644 --- a/src/controls/QskWindow.cpp +++ b/src/controls/QskWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskWindow.h" diff --git a/src/controls/QskWindow.h b/src/controls/QskWindow.h index da425752..07320b65 100644 --- a/src/controls/QskWindow.h +++ b/src/controls/QskWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_WINDOW_H diff --git a/src/dialogs/QskDialog.cpp b/src/dialogs/QskDialog.cpp index f243c3fb..cb1b5da7 100644 --- a/src/dialogs/QskDialog.cpp +++ b/src/dialogs/QskDialog.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDialog.h" diff --git a/src/dialogs/QskDialog.h b/src/dialogs/QskDialog.h index 25e13c6f..51c0fe3f 100644 --- a/src/dialogs/QskDialog.h +++ b/src/dialogs/QskDialog.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIALOG_H diff --git a/src/dialogs/QskDialogButton.cpp b/src/dialogs/QskDialogButton.cpp index f5a07e67..82553680 100644 --- a/src/dialogs/QskDialogButton.cpp +++ b/src/dialogs/QskDialogButton.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDialogButton.h" diff --git a/src/dialogs/QskDialogButton.h b/src/dialogs/QskDialogButton.h index 7f8eb803..44f3c902 100644 --- a/src/dialogs/QskDialogButton.h +++ b/src/dialogs/QskDialogButton.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIALOG_BUTTON_H diff --git a/src/dialogs/QskDialogButtonBox.cpp b/src/dialogs/QskDialogButtonBox.cpp index cf2c8cfe..d189ab74 100644 --- a/src/dialogs/QskDialogButtonBox.cpp +++ b/src/dialogs/QskDialogButtonBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDialogButtonBox.h" diff --git a/src/dialogs/QskDialogButtonBox.h b/src/dialogs/QskDialogButtonBox.h index 3523bfef..db9dc42c 100644 --- a/src/dialogs/QskDialogButtonBox.h +++ b/src/dialogs/QskDialogButtonBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIALOG_BUTTON_BOX_H diff --git a/src/dialogs/QskDialogSubWindow.cpp b/src/dialogs/QskDialogSubWindow.cpp index 20c690e5..69e84ffb 100644 --- a/src/dialogs/QskDialogSubWindow.cpp +++ b/src/dialogs/QskDialogSubWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDialogSubWindow.h" diff --git a/src/dialogs/QskDialogSubWindow.h b/src/dialogs/QskDialogSubWindow.h index 278ca5d7..c0cff1d7 100644 --- a/src/dialogs/QskDialogSubWindow.h +++ b/src/dialogs/QskDialogSubWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIALOG_SUB_WINDOW_H diff --git a/src/dialogs/QskDialogWindow.cpp b/src/dialogs/QskDialogWindow.cpp index 29a5e714..224825a0 100644 --- a/src/dialogs/QskDialogWindow.cpp +++ b/src/dialogs/QskDialogWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskDialogWindow.h" diff --git a/src/dialogs/QskDialogWindow.h b/src/dialogs/QskDialogWindow.h index 3131be5b..40e7ada7 100644 --- a/src/dialogs/QskDialogWindow.h +++ b/src/dialogs/QskDialogWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_DIALOG_WINDOW_H diff --git a/src/dialogs/QskMessageSubWindow.cpp b/src/dialogs/QskMessageSubWindow.cpp index e9a9e236..966247ae 100644 --- a/src/dialogs/QskMessageSubWindow.cpp +++ b/src/dialogs/QskMessageSubWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMessageSubWindow.h" diff --git a/src/dialogs/QskMessageSubWindow.h b/src/dialogs/QskMessageSubWindow.h index 7a34cb18..54d844ad 100644 --- a/src/dialogs/QskMessageSubWindow.h +++ b/src/dialogs/QskMessageSubWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MESSAGE_SUB_WINDOW_H diff --git a/src/dialogs/QskMessageWindow.cpp b/src/dialogs/QskMessageWindow.cpp index b12195b5..c5195b26 100644 --- a/src/dialogs/QskMessageWindow.cpp +++ b/src/dialogs/QskMessageWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskMessageWindow.h" diff --git a/src/dialogs/QskMessageWindow.h b/src/dialogs/QskMessageWindow.h index 6fa68b1c..8965946e 100644 --- a/src/dialogs/QskMessageWindow.h +++ b/src/dialogs/QskMessageWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_MESSAGE_WINDOW_H diff --git a/src/dialogs/QskSelectionSubWindow.cpp b/src/dialogs/QskSelectionSubWindow.cpp index 60d27a1a..3f24e187 100644 --- a/src/dialogs/QskSelectionSubWindow.cpp +++ b/src/dialogs/QskSelectionSubWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSelectionSubWindow.h" diff --git a/src/dialogs/QskSelectionSubWindow.h b/src/dialogs/QskSelectionSubWindow.h index 7ab602de..e36390dd 100644 --- a/src/dialogs/QskSelectionSubWindow.h +++ b/src/dialogs/QskSelectionSubWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SELECTION_SUB_WINDOW_H diff --git a/src/dialogs/QskSelectionWindow.cpp b/src/dialogs/QskSelectionWindow.cpp index 6229b2d9..b95542c5 100644 --- a/src/dialogs/QskSelectionWindow.cpp +++ b/src/dialogs/QskSelectionWindow.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSelectionWindow.h" diff --git a/src/dialogs/QskSelectionWindow.h b/src/dialogs/QskSelectionWindow.h index 0b279e87..b14727c0 100644 --- a/src/dialogs/QskSelectionWindow.h +++ b/src/dialogs/QskSelectionWindow.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SELECTION_WINDOW_H diff --git a/src/graphic/QskColorFilter.cpp b/src/graphic/QskColorFilter.cpp index c6f1dc73..d748ba33 100644 --- a/src/graphic/QskColorFilter.cpp +++ b/src/graphic/QskColorFilter.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskColorFilter.h" diff --git a/src/graphic/QskColorFilter.h b/src/graphic/QskColorFilter.h index f4553fcd..c45b10c8 100644 --- a/src/graphic/QskColorFilter.h +++ b/src/graphic/QskColorFilter.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_COLOR_FILTER_H diff --git a/src/graphic/QskGraphic.cpp b/src/graphic/QskGraphic.cpp index b11b7e31..3541da83 100644 --- a/src/graphic/QskGraphic.cpp +++ b/src/graphic/QskGraphic.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphic.h" diff --git a/src/graphic/QskGraphic.h b/src/graphic/QskGraphic.h index 29519e8b..b45aa937 100644 --- a/src/graphic/QskGraphic.h +++ b/src/graphic/QskGraphic.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_H diff --git a/src/graphic/QskGraphicIO.cpp b/src/graphic/QskGraphicIO.cpp index e5f46461..8678d9ea 100644 --- a/src/graphic/QskGraphicIO.cpp +++ b/src/graphic/QskGraphicIO.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicIO.h" diff --git a/src/graphic/QskGraphicIO.h b/src/graphic/QskGraphicIO.h index 9e4d0dc9..c5d6fdf5 100644 --- a/src/graphic/QskGraphicIO.h +++ b/src/graphic/QskGraphicIO.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_IO_H diff --git a/src/graphic/QskGraphicImageProvider.cpp b/src/graphic/QskGraphicImageProvider.cpp index b79f1ca4..f5111caa 100644 --- a/src/graphic/QskGraphicImageProvider.cpp +++ b/src/graphic/QskGraphicImageProvider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicImageProvider.h" diff --git a/src/graphic/QskGraphicImageProvider.h b/src/graphic/QskGraphicImageProvider.h index ce1657da..35f870ce 100644 --- a/src/graphic/QskGraphicImageProvider.h +++ b/src/graphic/QskGraphicImageProvider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_IMAGE_PROVIDER_H diff --git a/src/graphic/QskGraphicPaintEngine.cpp b/src/graphic/QskGraphicPaintEngine.cpp index 2d0d31ff..729361b0 100644 --- a/src/graphic/QskGraphicPaintEngine.cpp +++ b/src/graphic/QskGraphicPaintEngine.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicPaintEngine.h" diff --git a/src/graphic/QskGraphicPaintEngine.h b/src/graphic/QskGraphicPaintEngine.h index 40921ec3..bb78d7a0 100644 --- a/src/graphic/QskGraphicPaintEngine.h +++ b/src/graphic/QskGraphicPaintEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAINT_ENGINE_H diff --git a/src/graphic/QskGraphicProvider.cpp b/src/graphic/QskGraphicProvider.cpp index 66ef55f1..edc66ac7 100644 --- a/src/graphic/QskGraphicProvider.cpp +++ b/src/graphic/QskGraphicProvider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicProvider.h" diff --git a/src/graphic/QskGraphicProvider.h b/src/graphic/QskGraphicProvider.h index 802f0fab..6c935a4d 100644 --- a/src/graphic/QskGraphicProvider.h +++ b/src/graphic/QskGraphicProvider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_PROVIDER_H diff --git a/src/graphic/QskGraphicProviderMap.cpp b/src/graphic/QskGraphicProviderMap.cpp index 78e6fcae..2145fade 100644 --- a/src/graphic/QskGraphicProviderMap.cpp +++ b/src/graphic/QskGraphicProviderMap.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicProviderMap.h" diff --git a/src/graphic/QskGraphicProviderMap.h b/src/graphic/QskGraphicProviderMap.h index 607217cf..b71f0d56 100644 --- a/src/graphic/QskGraphicProviderMap.h +++ b/src/graphic/QskGraphicProviderMap.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_PROVIDER_MAP_H diff --git a/src/graphic/QskGraphicTextureFactory.cpp b/src/graphic/QskGraphicTextureFactory.cpp index 25210b87..029ee187 100644 --- a/src/graphic/QskGraphicTextureFactory.cpp +++ b/src/graphic/QskGraphicTextureFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicTextureFactory.h" diff --git a/src/graphic/QskGraphicTextureFactory.h b/src/graphic/QskGraphicTextureFactory.h index 0a250bfd..f31d8573 100644 --- a/src/graphic/QskGraphicTextureFactory.h +++ b/src/graphic/QskGraphicTextureFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_TEXTURE_FACTORY_H diff --git a/src/graphic/QskIcon.cpp b/src/graphic/QskIcon.cpp index 9f5574a6..0bd4a5e4 100644 --- a/src/graphic/QskIcon.cpp +++ b/src/graphic/QskIcon.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskIcon.h" diff --git a/src/graphic/QskIcon.h b/src/graphic/QskIcon.h index a3047019..681178e8 100644 --- a/src/graphic/QskIcon.h +++ b/src/graphic/QskIcon.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ICON_H diff --git a/src/graphic/QskPainterCommand.cpp b/src/graphic/QskPainterCommand.cpp index 931cc65c..5a61b209 100644 --- a/src/graphic/QskPainterCommand.cpp +++ b/src/graphic/QskPainterCommand.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPainterCommand.h" diff --git a/src/graphic/QskPainterCommand.h b/src/graphic/QskPainterCommand.h index 8210c330..e7d5ccde 100644 --- a/src/graphic/QskPainterCommand.h +++ b/src/graphic/QskPainterCommand.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAINTER_COMMAND_H diff --git a/src/graphic/QskStandardSymbol.cpp b/src/graphic/QskStandardSymbol.cpp index c551f82b..6898b0df 100644 --- a/src/graphic/QskStandardSymbol.cpp +++ b/src/graphic/QskStandardSymbol.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStandardSymbol.h" diff --git a/src/graphic/QskStandardSymbol.h b/src/graphic/QskStandardSymbol.h index 7efb7717..100ab0b2 100644 --- a/src/graphic/QskStandardSymbol.h +++ b/src/graphic/QskStandardSymbol.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STANDARD_SYMBOL_H diff --git a/src/inputpanel/QskHunspellTextPredictor.cpp b/src/inputpanel/QskHunspellTextPredictor.cpp index c36ffddf..a172490c 100644 --- a/src/inputpanel/QskHunspellTextPredictor.cpp +++ b/src/inputpanel/QskHunspellTextPredictor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskHunspellTextPredictor.h" diff --git a/src/inputpanel/QskHunspellTextPredictor.h b/src/inputpanel/QskHunspellTextPredictor.h index e2dab1d9..10812ce1 100644 --- a/src/inputpanel/QskHunspellTextPredictor.h +++ b/src/inputpanel/QskHunspellTextPredictor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_HUNSPELL_TEXT_PREDICTOR_H diff --git a/src/inputpanel/QskInputContext.cpp b/src/inputpanel/QskInputContext.cpp index 299199d6..cf8e1840 100644 --- a/src/inputpanel/QskInputContext.cpp +++ b/src/inputpanel/QskInputContext.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskInputContext.h" diff --git a/src/inputpanel/QskInputContext.h b/src/inputpanel/QskInputContext.h index 7b661bbf..2c046528 100644 --- a/src/inputpanel/QskInputContext.h +++ b/src/inputpanel/QskInputContext.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUT_CONTEXT_H diff --git a/src/inputpanel/QskInputPanel.cpp b/src/inputpanel/QskInputPanel.cpp index 1e0e60f9..8ced7fea 100644 --- a/src/inputpanel/QskInputPanel.cpp +++ b/src/inputpanel/QskInputPanel.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskInputPanel.h" diff --git a/src/inputpanel/QskInputPanel.h b/src/inputpanel/QskInputPanel.h index 71381bc0..79e45c9c 100644 --- a/src/inputpanel/QskInputPanel.h +++ b/src/inputpanel/QskInputPanel.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUT_PANEL_H diff --git a/src/inputpanel/QskInputPanelBox.cpp b/src/inputpanel/QskInputPanelBox.cpp index 6c76bed2..23ba6879 100644 --- a/src/inputpanel/QskInputPanelBox.cpp +++ b/src/inputpanel/QskInputPanelBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskInputPanelBox.h" diff --git a/src/inputpanel/QskInputPanelBox.h b/src/inputpanel/QskInputPanelBox.h index 84dcfbd9..ac2edbba 100644 --- a/src/inputpanel/QskInputPanelBox.h +++ b/src/inputpanel/QskInputPanelBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUT_PANEL_BOX_H diff --git a/src/inputpanel/QskInputPredictionBar.cpp b/src/inputpanel/QskInputPredictionBar.cpp index dc44a732..330e4755 100644 --- a/src/inputpanel/QskInputPredictionBar.cpp +++ b/src/inputpanel/QskInputPredictionBar.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskInputPredictionBar.h" diff --git a/src/inputpanel/QskInputPredictionBar.h b/src/inputpanel/QskInputPredictionBar.h index 9dc505b7..2371f117 100644 --- a/src/inputpanel/QskInputPredictionBar.h +++ b/src/inputpanel/QskInputPredictionBar.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INPUT_PREDICTION_BAR_H diff --git a/src/inputpanel/QskPinyinTextPredictor.cpp b/src/inputpanel/QskPinyinTextPredictor.cpp index b26d04d5..cd066109 100644 --- a/src/inputpanel/QskPinyinTextPredictor.cpp +++ b/src/inputpanel/QskPinyinTextPredictor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPinyinTextPredictor.h" diff --git a/src/inputpanel/QskPinyinTextPredictor.h b/src/inputpanel/QskPinyinTextPredictor.h index fa671d2c..8b9e0c08 100644 --- a/src/inputpanel/QskPinyinTextPredictor.h +++ b/src/inputpanel/QskPinyinTextPredictor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PINYIN_TEXT_PREDICTOR_H diff --git a/src/inputpanel/QskTextPredictor.cpp b/src/inputpanel/QskTextPredictor.cpp index 457c76a2..c9b5144a 100644 --- a/src/inputpanel/QskTextPredictor.cpp +++ b/src/inputpanel/QskTextPredictor.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextPredictor.h" diff --git a/src/inputpanel/QskTextPredictor.h b/src/inputpanel/QskTextPredictor.h index c35536f2..c17fa125 100644 --- a/src/inputpanel/QskTextPredictor.h +++ b/src/inputpanel/QskTextPredictor.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_PREDICTOR_H diff --git a/src/inputpanel/QskVirtualKeyboard.cpp b/src/inputpanel/QskVirtualKeyboard.cpp index ae40353d..d396e6fe 100644 --- a/src/inputpanel/QskVirtualKeyboard.cpp +++ b/src/inputpanel/QskVirtualKeyboard.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskVirtualKeyboard.h" diff --git a/src/inputpanel/QskVirtualKeyboard.h b/src/inputpanel/QskVirtualKeyboard.h index 5ec0fc64..56a80a46 100644 --- a/src/inputpanel/QskVirtualKeyboard.h +++ b/src/inputpanel/QskVirtualKeyboard.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_VIRTUAL_KEYBOARD_H diff --git a/src/inputpanel/QskVirtualKeyboardLayouts.cpp b/src/inputpanel/QskVirtualKeyboardLayouts.cpp index cd790dc4..44dfcc50 100644 --- a/src/inputpanel/QskVirtualKeyboardLayouts.cpp +++ b/src/inputpanel/QskVirtualKeyboardLayouts.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ // Inline constexpr keymaps diff --git a/src/layouts/QskGridBox.cpp b/src/layouts/QskGridBox.cpp index 71cff4b4..d0e93b99 100644 --- a/src/layouts/QskGridBox.cpp +++ b/src/layouts/QskGridBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGridBox.h" diff --git a/src/layouts/QskGridBox.h b/src/layouts/QskGridBox.h index 5f18cee3..f177ad49 100644 --- a/src/layouts/QskGridBox.h +++ b/src/layouts/QskGridBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRID_BOX_H diff --git a/src/layouts/QskGridLayoutEngine.cpp b/src/layouts/QskGridLayoutEngine.cpp index 75f1cd6e..d851dee6 100644 --- a/src/layouts/QskGridLayoutEngine.cpp +++ b/src/layouts/QskGridLayoutEngine.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGridLayoutEngine.h" diff --git a/src/layouts/QskGridLayoutEngine.h b/src/layouts/QskGridLayoutEngine.h index d941865c..3ea9a164 100644 --- a/src/layouts/QskGridLayoutEngine.h +++ b/src/layouts/QskGridLayoutEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRID_LAYOUT_ENGINE_H diff --git a/src/layouts/QskIndexedLayoutBox.cpp b/src/layouts/QskIndexedLayoutBox.cpp index cca48c53..7fb7a26a 100644 --- a/src/layouts/QskIndexedLayoutBox.cpp +++ b/src/layouts/QskIndexedLayoutBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskIndexedLayoutBox.h" diff --git a/src/layouts/QskIndexedLayoutBox.h b/src/layouts/QskIndexedLayoutBox.h index 5bee8277..5098297a 100644 --- a/src/layouts/QskIndexedLayoutBox.h +++ b/src/layouts/QskIndexedLayoutBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_INDEXED_LAYOUT_BOX_H diff --git a/src/layouts/QskLayoutChain.cpp b/src/layouts/QskLayoutChain.cpp index 051508c3..f58dfb04 100644 --- a/src/layouts/QskLayoutChain.cpp +++ b/src/layouts/QskLayoutChain.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLayoutChain.h" diff --git a/src/layouts/QskLayoutChain.h b/src/layouts/QskLayoutChain.h index a834a5e6..8895f264 100644 --- a/src/layouts/QskLayoutChain.h +++ b/src/layouts/QskLayoutChain.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LAYOUT_CHAIN_H diff --git a/src/layouts/QskLayoutElement.cpp b/src/layouts/QskLayoutElement.cpp index e3607397..5d768edb 100644 --- a/src/layouts/QskLayoutElement.cpp +++ b/src/layouts/QskLayoutElement.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLayoutElement.h" diff --git a/src/layouts/QskLayoutElement.h b/src/layouts/QskLayoutElement.h index c66b0226..55691bfc 100644 --- a/src/layouts/QskLayoutElement.h +++ b/src/layouts/QskLayoutElement.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LAYOUT_ELEMENT_H diff --git a/src/layouts/QskLayoutEngine2D.cpp b/src/layouts/QskLayoutEngine2D.cpp index 11680474..5add6d55 100644 --- a/src/layouts/QskLayoutEngine2D.cpp +++ b/src/layouts/QskLayoutEngine2D.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLayoutEngine2D.h" diff --git a/src/layouts/QskLayoutEngine2D.h b/src/layouts/QskLayoutEngine2D.h index 6b774593..df961136 100644 --- a/src/layouts/QskLayoutEngine2D.h +++ b/src/layouts/QskLayoutEngine2D.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LAYOUT_ENGINE_2D_H diff --git a/src/layouts/QskLayoutMetrics.cpp b/src/layouts/QskLayoutMetrics.cpp index 7d45470d..01456414 100644 --- a/src/layouts/QskLayoutMetrics.cpp +++ b/src/layouts/QskLayoutMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLayoutMetrics.h" diff --git a/src/layouts/QskLayoutMetrics.h b/src/layouts/QskLayoutMetrics.h index f7b882c8..c440daf7 100644 --- a/src/layouts/QskLayoutMetrics.h +++ b/src/layouts/QskLayoutMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LAYOUT_METRICS_H diff --git a/src/layouts/QskLinearBox.cpp b/src/layouts/QskLinearBox.cpp index 3703a115..cc4ec382 100644 --- a/src/layouts/QskLinearBox.cpp +++ b/src/layouts/QskLinearBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLinearBox.h" diff --git a/src/layouts/QskLinearBox.h b/src/layouts/QskLinearBox.h index c6e08ecc..b0b67d84 100644 --- a/src/layouts/QskLinearBox.h +++ b/src/layouts/QskLinearBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LINEAR_BOX_H diff --git a/src/layouts/QskLinearLayoutEngine.cpp b/src/layouts/QskLinearLayoutEngine.cpp index 2305aa76..3d46a1b8 100644 --- a/src/layouts/QskLinearLayoutEngine.cpp +++ b/src/layouts/QskLinearLayoutEngine.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskLinearLayoutEngine.h" diff --git a/src/layouts/QskLinearLayoutEngine.h b/src/layouts/QskLinearLayoutEngine.h index 61e72fa9..f402c8dc 100644 --- a/src/layouts/QskLinearLayoutEngine.h +++ b/src/layouts/QskLinearLayoutEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_LINEAR_LAYOUT_ENGINE_H diff --git a/src/layouts/QskStackBox.cpp b/src/layouts/QskStackBox.cpp index fcadb7a3..156a71e0 100644 --- a/src/layouts/QskStackBox.cpp +++ b/src/layouts/QskStackBox.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStackBox.h" diff --git a/src/layouts/QskStackBox.h b/src/layouts/QskStackBox.h index 40704c8f..0ba97e7a 100644 --- a/src/layouts/QskStackBox.h +++ b/src/layouts/QskStackBox.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STACK_BOX_H diff --git a/src/layouts/QskStackBoxAnimator.cpp b/src/layouts/QskStackBoxAnimator.cpp index f12d0603..e95b022a 100644 --- a/src/layouts/QskStackBoxAnimator.cpp +++ b/src/layouts/QskStackBoxAnimator.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStackBoxAnimator.h" diff --git a/src/layouts/QskStackBoxAnimator.h b/src/layouts/QskStackBoxAnimator.h index 880f2abc..c0fb07f2 100644 --- a/src/layouts/QskStackBoxAnimator.h +++ b/src/layouts/QskStackBoxAnimator.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STACK_BOX_ANIMATOR_H diff --git a/src/layouts/QskSubcontrolLayoutEngine.cpp b/src/layouts/QskSubcontrolLayoutEngine.cpp index bc5d80e8..6b74fc84 100644 --- a/src/layouts/QskSubcontrolLayoutEngine.cpp +++ b/src/layouts/QskSubcontrolLayoutEngine.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSubcontrolLayoutEngine.h" diff --git a/src/layouts/QskSubcontrolLayoutEngine.h b/src/layouts/QskSubcontrolLayoutEngine.h index c4fa4cb0..6f929066 100644 --- a/src/layouts/QskSubcontrolLayoutEngine.h +++ b/src/layouts/QskSubcontrolLayoutEngine.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SUBCONTROL_LAYOUT_ENGINE_H diff --git a/src/nodes/QskArcNode.cpp b/src/nodes/QskArcNode.cpp index 955ffc8b..03b1e4fc 100644 --- a/src/nodes/QskArcNode.cpp +++ b/src/nodes/QskArcNode.cpp @@ -1,6 +1,6 @@ -/********************************************************************** +/****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskArcNode.h" diff --git a/src/nodes/QskArcNode.h b/src/nodes/QskArcNode.h index 24c66654..083737f8 100644 --- a/src/nodes/QskArcNode.h +++ b/src/nodes/QskArcNode.h @@ -1,6 +1,6 @@ -/********************************************************************** +/****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ARC_NODE_H diff --git a/src/nodes/QskArcRenderer.cpp b/src/nodes/QskArcRenderer.cpp index 12e262a6..21c8693d 100644 --- a/src/nodes/QskArcRenderer.cpp +++ b/src/nodes/QskArcRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskArcRenderer.h" diff --git a/src/nodes/QskArcRenderer.h b/src/nodes/QskArcRenderer.h index 4fda474a..3b0f360b 100644 --- a/src/nodes/QskArcRenderer.h +++ b/src/nodes/QskArcRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_ARC_RENDERER_H diff --git a/src/nodes/QskBoxBasicStroker.cpp b/src/nodes/QskBoxBasicStroker.cpp index b4913b05..5456c50a 100644 --- a/src/nodes/QskBoxBasicStroker.cpp +++ b/src/nodes/QskBoxBasicStroker.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxBasicStroker.h" diff --git a/src/nodes/QskBoxBasicStroker.h b/src/nodes/QskBoxBasicStroker.h index dadb909e..aa6c5005 100644 --- a/src/nodes/QskBoxBasicStroker.h +++ b/src/nodes/QskBoxBasicStroker.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_BASIC_STROKER_H diff --git a/src/nodes/QskBoxClipNode.cpp b/src/nodes/QskBoxClipNode.cpp index be4fc518..759717a8 100644 --- a/src/nodes/QskBoxClipNode.cpp +++ b/src/nodes/QskBoxClipNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxClipNode.h" diff --git a/src/nodes/QskBoxClipNode.h b/src/nodes/QskBoxClipNode.h index 48194062..51f773f4 100644 --- a/src/nodes/QskBoxClipNode.h +++ b/src/nodes/QskBoxClipNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_CLIP_NODE_H diff --git a/src/nodes/QskBoxColorMap.h b/src/nodes/QskBoxColorMap.h index a5440131..0aaf066b 100644 --- a/src/nodes/QskBoxColorMap.h +++ b/src/nodes/QskBoxColorMap.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_RENDERER_COLOR_MAP_H diff --git a/src/nodes/QskBoxFillNode.cpp b/src/nodes/QskBoxFillNode.cpp index 82d28dd7..1c3099e9 100644 --- a/src/nodes/QskBoxFillNode.cpp +++ b/src/nodes/QskBoxFillNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxFillNode.h" diff --git a/src/nodes/QskBoxFillNode.h b/src/nodes/QskBoxFillNode.h index 437662c2..7ba749bd 100644 --- a/src/nodes/QskBoxFillNode.h +++ b/src/nodes/QskBoxFillNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_FILL_NODE_H diff --git a/src/nodes/QskBoxGradientStroker.cpp b/src/nodes/QskBoxGradientStroker.cpp index f7970507..2c90859c 100644 --- a/src/nodes/QskBoxGradientStroker.cpp +++ b/src/nodes/QskBoxGradientStroker.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxGradientStroker.h" diff --git a/src/nodes/QskBoxGradientStroker.h b/src/nodes/QskBoxGradientStroker.h index e9241f63..1245497b 100644 --- a/src/nodes/QskBoxGradientStroker.h +++ b/src/nodes/QskBoxGradientStroker.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_GRADIENT_STROKER_H diff --git a/src/nodes/QskBoxMetrics.cpp b/src/nodes/QskBoxMetrics.cpp index 2a9846a9..0a448020 100644 --- a/src/nodes/QskBoxMetrics.cpp +++ b/src/nodes/QskBoxMetrics.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxMetrics.h" diff --git a/src/nodes/QskBoxMetrics.h b/src/nodes/QskBoxMetrics.h index 0b515208..a78b8a1e 100644 --- a/src/nodes/QskBoxMetrics.h +++ b/src/nodes/QskBoxMetrics.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_METRICS_H diff --git a/src/nodes/QskBoxNode.cpp b/src/nodes/QskBoxNode.cpp index cf3a3177..e49de2e0 100644 --- a/src/nodes/QskBoxNode.cpp +++ b/src/nodes/QskBoxNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxNode.h" diff --git a/src/nodes/QskBoxNode.h b/src/nodes/QskBoxNode.h index 05e53910..41764edb 100644 --- a/src/nodes/QskBoxNode.h +++ b/src/nodes/QskBoxNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_NODE_H diff --git a/src/nodes/QskBoxRectangleNode.cpp b/src/nodes/QskBoxRectangleNode.cpp index 5ef2c19e..41fd2d5f 100644 --- a/src/nodes/QskBoxRectangleNode.cpp +++ b/src/nodes/QskBoxRectangleNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxRectangleNode.h" diff --git a/src/nodes/QskBoxRectangleNode.h b/src/nodes/QskBoxRectangleNode.h index aff4d6ed..1fa9dee3 100644 --- a/src/nodes/QskBoxRectangleNode.h +++ b/src/nodes/QskBoxRectangleNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_RECTANGLE_NODE_H diff --git a/src/nodes/QskBoxRenderer.cpp b/src/nodes/QskBoxRenderer.cpp index 186479eb..d02280c1 100644 --- a/src/nodes/QskBoxRenderer.cpp +++ b/src/nodes/QskBoxRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxRenderer.h" diff --git a/src/nodes/QskBoxRenderer.h b/src/nodes/QskBoxRenderer.h index 9cc00259..7745b076 100644 --- a/src/nodes/QskBoxRenderer.h +++ b/src/nodes/QskBoxRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_RENDERER_H diff --git a/src/nodes/QskBoxShadowNode.cpp b/src/nodes/QskBoxShadowNode.cpp index 17c3a5c5..9740fb23 100644 --- a/src/nodes/QskBoxShadowNode.cpp +++ b/src/nodes/QskBoxShadowNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskBoxShadowNode.h" diff --git a/src/nodes/QskBoxShadowNode.h b/src/nodes/QskBoxShadowNode.h index 82caefe4..b4c71f68 100644 --- a/src/nodes/QskBoxShadowNode.h +++ b/src/nodes/QskBoxShadowNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_BOX_SHADOW_NODE_H diff --git a/src/nodes/QskColorRamp.cpp b/src/nodes/QskColorRamp.cpp index e731858a..b5d059fb 100644 --- a/src/nodes/QskColorRamp.cpp +++ b/src/nodes/QskColorRamp.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskColorRamp.h" diff --git a/src/nodes/QskColorRamp.h b/src/nodes/QskColorRamp.h index 30a6cd8b..68d27135 100644 --- a/src/nodes/QskColorRamp.h +++ b/src/nodes/QskColorRamp.h @@ -1,6 +1,6 @@ -/********************************************************************** +/****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_COLOR_RAMP_H diff --git a/src/nodes/QskGradientMaterial.cpp b/src/nodes/QskGradientMaterial.cpp index c36e9292..3c655a17 100644 --- a/src/nodes/QskGradientMaterial.cpp +++ b/src/nodes/QskGradientMaterial.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGradientMaterial.h" diff --git a/src/nodes/QskGradientMaterial.h b/src/nodes/QskGradientMaterial.h index fa6f9184..074e1822 100644 --- a/src/nodes/QskGradientMaterial.h +++ b/src/nodes/QskGradientMaterial.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRADIENT_MATERIAL diff --git a/src/nodes/QskGraphicNode.cpp b/src/nodes/QskGraphicNode.cpp index 2a7a47fc..047fe03f 100644 --- a/src/nodes/QskGraphicNode.cpp +++ b/src/nodes/QskGraphicNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskGraphicNode.h" diff --git a/src/nodes/QskGraphicNode.h b/src/nodes/QskGraphicNode.h index 26b5930c..32628b2b 100644 --- a/src/nodes/QskGraphicNode.h +++ b/src/nodes/QskGraphicNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_GRAPHIC_NODE_H diff --git a/src/nodes/QskPaintedNode.cpp b/src/nodes/QskPaintedNode.cpp index 101f9641..1b2ff4b3 100644 --- a/src/nodes/QskPaintedNode.cpp +++ b/src/nodes/QskPaintedNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPaintedNode.h" diff --git a/src/nodes/QskPaintedNode.h b/src/nodes/QskPaintedNode.h index cda4250f..41835ec6 100644 --- a/src/nodes/QskPaintedNode.h +++ b/src/nodes/QskPaintedNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PAINTED_NODE_H diff --git a/src/nodes/QskPlainTextRenderer.cpp b/src/nodes/QskPlainTextRenderer.cpp index 5c39cd37..7b5d5a43 100644 --- a/src/nodes/QskPlainTextRenderer.cpp +++ b/src/nodes/QskPlainTextRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskPlainTextRenderer.h" diff --git a/src/nodes/QskPlainTextRenderer.h b/src/nodes/QskPlainTextRenderer.h index 714f09f1..c2835d77 100644 --- a/src/nodes/QskPlainTextRenderer.h +++ b/src/nodes/QskPlainTextRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_PLAIN_TEXT_RENDERER_H diff --git a/src/nodes/QskRectangleNode.cpp b/src/nodes/QskRectangleNode.cpp index ca655544..528df7e8 100644 --- a/src/nodes/QskRectangleNode.cpp +++ b/src/nodes/QskRectangleNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskRectangleNode.h" diff --git a/src/nodes/QskRectangleNode.h b/src/nodes/QskRectangleNode.h index 176f2010..dced2515 100644 --- a/src/nodes/QskRectangleNode.h +++ b/src/nodes/QskRectangleNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_RECTANGLE_NODE_H diff --git a/src/nodes/QskRichTextRenderer.cpp b/src/nodes/QskRichTextRenderer.cpp index aba93317..d8507710 100644 --- a/src/nodes/QskRichTextRenderer.cpp +++ b/src/nodes/QskRichTextRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskRichTextRenderer.h" diff --git a/src/nodes/QskRichTextRenderer.h b/src/nodes/QskRichTextRenderer.h index 91d461d9..762dc62e 100644 --- a/src/nodes/QskRichTextRenderer.h +++ b/src/nodes/QskRichTextRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_RICH_TEXT_RENDERER_H diff --git a/src/nodes/QskSGNode.cpp b/src/nodes/QskSGNode.cpp index 30b11785..2b2fddc9 100644 --- a/src/nodes/QskSGNode.cpp +++ b/src/nodes/QskSGNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskSGNode.h" diff --git a/src/nodes/QskSGNode.h b/src/nodes/QskSGNode.h index 539dc404..95ac69a8 100644 --- a/src/nodes/QskSGNode.h +++ b/src/nodes/QskSGNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SG_NODE_H diff --git a/src/nodes/QskScaleRenderer.cpp b/src/nodes/QskScaleRenderer.cpp index 2960d908..2a07da77 100644 --- a/src/nodes/QskScaleRenderer.cpp +++ b/src/nodes/QskScaleRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskScaleRenderer.h" diff --git a/src/nodes/QskScaleRenderer.h b/src/nodes/QskScaleRenderer.h index e2285fdf..798984fd 100644 --- a/src/nodes/QskScaleRenderer.h +++ b/src/nodes/QskScaleRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SCALE_RENDERER_H diff --git a/src/nodes/QskShapeNode.cpp b/src/nodes/QskShapeNode.cpp index 360dda8f..6ffb71f1 100644 --- a/src/nodes/QskShapeNode.cpp +++ b/src/nodes/QskShapeNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskShapeNode.h" diff --git a/src/nodes/QskShapeNode.h b/src/nodes/QskShapeNode.h index 7f23e144..dd87f0ec 100644 --- a/src/nodes/QskShapeNode.h +++ b/src/nodes/QskShapeNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_SHAPE_NODE_H diff --git a/src/nodes/QskStrokeNode.cpp b/src/nodes/QskStrokeNode.cpp index 22dead29..b5d85192 100644 --- a/src/nodes/QskStrokeNode.cpp +++ b/src/nodes/QskStrokeNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskStrokeNode.h" diff --git a/src/nodes/QskStrokeNode.h b/src/nodes/QskStrokeNode.h index 4e922aed..c203eb3e 100644 --- a/src/nodes/QskStrokeNode.h +++ b/src/nodes/QskStrokeNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_STROKE_NODE_H diff --git a/src/nodes/QskTextNode.cpp b/src/nodes/QskTextNode.cpp index 75177271..71d62dcc 100644 --- a/src/nodes/QskTextNode.cpp +++ b/src/nodes/QskTextNode.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextNode.h" diff --git a/src/nodes/QskTextNode.h b/src/nodes/QskTextNode.h index a5bff603..bf2ec6cd 100644 --- a/src/nodes/QskTextNode.h +++ b/src/nodes/QskTextNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_NODE_H diff --git a/src/nodes/QskTextRenderer.cpp b/src/nodes/QskTextRenderer.cpp index 261feac2..c76f246e 100644 --- a/src/nodes/QskTextRenderer.cpp +++ b/src/nodes/QskTextRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextRenderer.h" diff --git a/src/nodes/QskTextRenderer.h b/src/nodes/QskTextRenderer.h index 3c8d1959..c876c355 100644 --- a/src/nodes/QskTextRenderer.h +++ b/src/nodes/QskTextRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXT_RENDERER_H diff --git a/src/nodes/QskTextureRenderer.cpp b/src/nodes/QskTextureRenderer.cpp index dd47ada0..d7279b90 100644 --- a/src/nodes/QskTextureRenderer.cpp +++ b/src/nodes/QskTextureRenderer.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskTextureRenderer.h" diff --git a/src/nodes/QskTextureRenderer.h b/src/nodes/QskTextureRenderer.h index afdec3ba..cd10e806 100644 --- a/src/nodes/QskTextureRenderer.h +++ b/src/nodes/QskTextureRenderer.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TEXTURE_RENDERER_H diff --git a/src/nodes/QskTickmarksNode.h b/src/nodes/QskTickmarksNode.h index 206ac5e8..7afdab7c 100644 --- a/src/nodes/QskTickmarksNode.h +++ b/src/nodes/QskTickmarksNode.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_TICKMARKS_NODE_H diff --git a/src/nodes/QskVertex.cpp b/src/nodes/QskVertex.cpp index 7916b3e0..c34bbe6d 100644 --- a/src/nodes/QskVertex.cpp +++ b/src/nodes/QskVertex.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "QskVertex.h" diff --git a/src/nodes/QskVertex.h b/src/nodes/QskVertex.h index 9b6c8350..400a6a66 100644 --- a/src/nodes/QskVertex.h +++ b/src/nodes/QskVertex.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #ifndef QSK_VERTEX_H diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt index 9325aaaa..7937e516 100644 --- a/support/CMakeLists.txt +++ b/support/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the 3-clause BSD License +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(SOURCES diff --git a/support/SkinnyGlobal.h b/support/SkinnyGlobal.h index 9c350ab8..1750693f 100644 --- a/support/SkinnyGlobal.h +++ b/support/SkinnyGlobal.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/support/SkinnyNamespace.cpp b/support/SkinnyNamespace.cpp index 377b6724..4a243c16 100644 --- a/support/SkinnyNamespace.cpp +++ b/support/SkinnyNamespace.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "SkinnyNamespace.h" diff --git a/support/SkinnyNamespace.h b/support/SkinnyNamespace.h index ef47ddb1..a2b30c94 100644 --- a/support/SkinnyNamespace.h +++ b/support/SkinnyNamespace.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/support/SkinnyShapeFactory.cpp b/support/SkinnyShapeFactory.cpp index 922165d1..2804928b 100644 --- a/support/SkinnyShapeFactory.cpp +++ b/support/SkinnyShapeFactory.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "SkinnyShapeFactory.h" diff --git a/support/SkinnyShapeFactory.h b/support/SkinnyShapeFactory.h index f6a36c0e..422d2e0e 100644 --- a/support/SkinnyShapeFactory.h +++ b/support/SkinnyShapeFactory.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/support/SkinnyShapeProvider.cpp b/support/SkinnyShapeProvider.cpp index 0bbad1b2..4db4b89e 100644 --- a/support/SkinnyShapeProvider.cpp +++ b/support/SkinnyShapeProvider.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #include "SkinnyShapeProvider.h" diff --git a/support/SkinnyShapeProvider.h b/support/SkinnyShapeProvider.h index fb0a8155..cf7fbde9 100644 --- a/support/SkinnyShapeProvider.h +++ b/support/SkinnyShapeProvider.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/support/SkinnyShortcut.h b/support/SkinnyShortcut.h index 8f63781f..ac363574 100644 --- a/support/SkinnyShortcut.h +++ b/support/SkinnyShortcut.h @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #pragma once diff --git a/tools/svg2qvg/CMakeLists.txt b/tools/svg2qvg/CMakeLists.txt index 07cae97b..c206f820 100644 --- a/tools/svg2qvg/CMakeLists.txt +++ b/tools/svg2qvg/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################ # QSkinny - Copyright (C) 2016 Uwe Rathmann -# This file may be used under the terms of the QSkinny License, Version 1.0 +# SPDX-License-Identifier: BSD-3-Clause ############################################################################ set(target svg2qvg) diff --git a/tools/svg2qvg/main.cpp b/tools/svg2qvg/main.cpp index 0210edaa..4821c4e0 100644 --- a/tools/svg2qvg/main.cpp +++ b/tools/svg2qvg/main.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the QSkinny License, Version 1.0 + * SPDX-License-Identifier: BSD-3-Clause *****************************************************************************/ #if defined( QSK_STANDALONE )