From 635cdceb39dcdb2e1af35affcb9d7c6b2b7df81a Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Sat, 16 Dec 2023 17:38:03 +0100 Subject: [PATCH] Relicense all LGPL-3.0+ content to MPL-2.0 Fixes: #733 --- CITATION.cff | 2 +- LICENSE | 526 ++++++++++++------ README.md | 2 +- examples/alpaka/daxpy/CMakeLists.txt | 2 +- examples/alpaka/daxpy/daxpy.cpp | 2 +- examples/alpaka/nbody/CMakeLists.txt | 2 +- examples/alpaka/nbody/nbody.cpp | 2 +- examples/alpaka/pic/CMakeLists.txt | 2 +- examples/alpaka/pic/pic.cpp | 2 +- examples/bitpackfloat/CMakeLists.txt | 2 +- examples/bitpackfloat/bitpackfloat.cpp | 2 +- examples/bitpackint/CMakeLists.txt | 2 +- examples/bitpackint/bitpackint.cpp | 2 +- examples/bufferguard/CMakeLists.txt | 2 +- examples/bufferguard/bufferguard.cpp | 2 +- examples/bytesplit/CMakeLists.txt | 2 +- examples/bytesplit/bytesplit.cpp | 2 +- examples/common/Stats.hpp | 2 +- examples/common/Stopwatch.hpp | 2 +- examples/common/env.hpp | 2 +- examples/common/ttjet_13tev_june2019.hpp | 2 +- examples/comptime/CMakeLists.txt | 2 +- examples/comptime/comptime.cpp | 2 +- examples/cuda/nbody/CMakeLists.txt | 2 +- examples/cuda/nbody/nbody.cu | 2 +- examples/cuda/pitch/CMakeLists.txt | 2 +- examples/cuda/pitch/pitch.cu | 2 +- examples/falsesharing/CMakeLists.txt | 2 +- examples/falsesharing/falsesharing.cpp | 2 +- examples/memmap/CMakeLists.txt | 2 +- examples/memmap/memmap.cpp | 2 +- examples/nbody/CMakeLists.txt | 2 +- examples/nbody/nbody.cpp | 2 +- examples/raycast/CMakeLists.txt | 2 +- examples/raycast/raycast.cpp | 2 +- examples/root/lhcb_analysis/CMakeLists.txt | 2 +- examples/stream/CMakeLists.txt | 2 +- examples/sycl/nbody/nbody.cpp | 2 +- examples/vectoradd/CMakeLists.txt | 2 +- examples/vectoradd/vectoradd.cpp | 2 +- examples/viewcopy/CMakeLists.txt | 2 +- examples/viewcopy/viewcopy.cpp | 2 +- include/llama/Accessors.hpp | 2 +- include/llama/Array.hpp | 2 +- include/llama/ArrayExtents.hpp | 2 +- include/llama/ArrayIndexRange.hpp | 2 +- include/llama/BlobAllocators.hpp | 2 +- include/llama/Concepts.hpp | 2 +- include/llama/Copy.hpp | 2 +- include/llama/Core.hpp | 2 +- include/llama/DumpMapping.hpp | 2 +- include/llama/Meta.hpp | 2 +- include/llama/Proofs.hpp | 2 +- include/llama/ProxyRefOpMixin.hpp | 2 +- include/llama/RecordCoord.hpp | 2 +- include/llama/RecordRef.hpp | 2 +- include/llama/Simd.hpp | 2 +- include/llama/StructName.hpp | 2 +- include/llama/Tuple.hpp | 2 +- include/llama/Vector.hpp | 2 +- include/llama/View.hpp | 2 +- include/llama/llama.hpp | 4 +- include/llama/macros.hpp | 2 +- include/llama/mapping/AoS.hpp | 2 +- include/llama/mapping/AoSoA.hpp | 2 +- include/llama/mapping/BitPackedFloat.hpp | 2 +- include/llama/mapping/BitPackedInt.hpp | 2 +- include/llama/mapping/Bytesplit.hpp | 2 +- include/llama/mapping/Byteswap.hpp | 2 +- include/llama/mapping/ChangeType.hpp | 2 +- include/llama/mapping/Common.hpp | 2 +- include/llama/mapping/FieldAccessCount.hpp | 2 +- include/llama/mapping/Heatmap.hpp | 2 +- include/llama/mapping/Null.hpp | 2 +- include/llama/mapping/One.hpp | 2 +- include/llama/mapping/PermuteArrayIndex.hpp | 2 +- include/llama/mapping/Projection.hpp | 2 +- include/llama/mapping/SoA.hpp | 2 +- include/llama/mapping/Split.hpp | 2 +- include/llama/mapping/tree/Functors.hpp | 2 +- include/llama/mapping/tree/Mapping.hpp | 2 +- .../llama/mapping/tree/TreeFromDimensions.hpp | 2 +- include/llama/mapping/tree/toString.hpp | 2 +- tests/accessor.cpp | 2 +- tests/array.cpp | 2 +- tests/arrayextents.cpp | 2 +- tests/arrayindexrange.cpp | 2 +- tests/bloballocators.cpp | 2 +- tests/common.hpp | 2 +- tests/computedprop.cpp | 2 +- tests/copy.cpp | 2 +- tests/core.cpp | 2 +- tests/dump.cpp | 2 +- tests/iterator.cpp | 2 +- tests/mapping.AoS.cpp | 2 +- tests/mapping.AoSoA.cpp | 2 +- tests/mapping.BitPackedFloat.cpp | 2 +- tests/mapping.BitPackedInt.cpp | 2 +- tests/mapping.Bytesplit.cpp | 2 +- tests/mapping.Byteswap.cpp | 2 +- tests/mapping.ChangeType.cpp | 2 +- tests/mapping.HeatmapTrace.cpp | 2 +- tests/mapping.Null.cpp | 2 +- tests/mapping.One.cpp | 2 +- tests/mapping.PermuteArrayIndex.cpp | 2 +- tests/mapping.Projection.cpp | 2 +- tests/mapping.SoA.cpp | 2 +- tests/mapping.Split.cpp | 2 +- tests/mapping.Tree.cpp | 2 +- tests/mapping.cpp | 2 +- tests/meta.cpp | 2 +- tests/proofs.cpp | 2 +- tests/proxyrefopmixin.cpp | 2 +- tests/recordcoord.cpp | 2 +- tests/recorddimension.cpp | 2 +- tests/recordref.cpp | 2 +- tests/simd.cpp | 2 +- tests/subview.cpp | 2 +- tests/tuple.cpp | 2 +- tests/vector.cpp | 2 +- tests/view.cpp | 2 +- 121 files changed, 488 insertions(+), 280 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f0717e9390..4ea2d492c7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ abstract: >- memory and the real data layout in the background. This allows for performance portability in applications running on heterogeneous hardware with the very same code. -license: LGPL-3.0+ +license: MPL-2.0 keywords: - HPC - C++ diff --git a/LICENSE b/LICENSE index 65c5ca88a6..f4bbcd200a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,165 +1,373 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 +Mozilla Public License Version 2.0 +================================== - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +1. Definitions +-------------- +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. - 0. Additional Definitions. +1.3. "Contribution" + means Covered Software of a particular Contributor. - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - 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 that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU 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 as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/README.md b/README.md index ca5a0fa94e..4cf6a682de 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,4 @@ Additionally, consider citing the [LLAMA paper](https://doi.org/10.1002/spe.3077 License ------- -LLAMA is licensed under the [LGPL3+](LICENSE). +LLAMA is licensed under the [MPL-2.0](LICENSE). diff --git a/examples/alpaka/daxpy/CMakeLists.txt b/examples/alpaka/daxpy/CMakeLists.txt index ca0945c24b..9c05ca5746 100644 --- a/examples/alpaka/daxpy/CMakeLists.txt +++ b/examples/alpaka/daxpy/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-alpaka-daxpy CXX) diff --git a/examples/alpaka/daxpy/daxpy.cpp b/examples/alpaka/daxpy/daxpy.cpp index ceb5123fa1..11a18375a3 100644 --- a/examples/alpaka/daxpy/daxpy.cpp +++ b/examples/alpaka/daxpy/daxpy.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../../common/Stats.hpp" #include "../../common/Stopwatch.hpp" diff --git a/examples/alpaka/nbody/CMakeLists.txt b/examples/alpaka/nbody/CMakeLists.txt index 023c2f06af..f15681205c 100644 --- a/examples/alpaka/nbody/CMakeLists.txt +++ b/examples/alpaka/nbody/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-alpaka-nbody CXX) diff --git a/examples/alpaka/nbody/nbody.cpp b/examples/alpaka/nbody/nbody.cpp index 1da2d0254b..9317792af1 100644 --- a/examples/alpaka/nbody/nbody.cpp +++ b/examples/alpaka/nbody/nbody.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../../common/Stats.hpp" #include "../../common/Stopwatch.hpp" diff --git a/examples/alpaka/pic/CMakeLists.txt b/examples/alpaka/pic/CMakeLists.txt index 24b08026fb..16715aa690 100644 --- a/examples/alpaka/pic/CMakeLists.txt +++ b/examples/alpaka/pic/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-alpaka-pic CXX) diff --git a/examples/alpaka/pic/pic.cpp b/examples/alpaka/pic/pic.cpp index 42cf9eba44..9cc90b1183 100644 --- a/examples/alpaka/pic/pic.cpp +++ b/examples/alpaka/pic/pic.cpp @@ -1,5 +1,5 @@ // Copyright 2020 Jiri Vyskocil, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #define _USE_MATH_DEFINES // NOLINT #if defined(ALPAKA_ACC_GPU_CUDA_ENABLED) && !defined(ALPAKA_ACC_GPU_CUDA_ONLY_MODE) diff --git a/examples/bitpackfloat/CMakeLists.txt b/examples/bitpackfloat/CMakeLists.txt index d58e9695f3..1b93da0f4a 100644 --- a/examples/bitpackfloat/CMakeLists.txt +++ b/examples/bitpackfloat/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-bitpackfloat CXX) diff --git a/examples/bitpackfloat/bitpackfloat.cpp b/examples/bitpackfloat/bitpackfloat.cpp index 659e9bd022..dad5b93e79 100644 --- a/examples/bitpackfloat/bitpackfloat.cpp +++ b/examples/bitpackfloat/bitpackfloat.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include #include diff --git a/examples/bitpackint/CMakeLists.txt b/examples/bitpackint/CMakeLists.txt index 83a51a0640..fbf936b037 100644 --- a/examples/bitpackint/CMakeLists.txt +++ b/examples/bitpackint/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-bitpackint CXX) diff --git a/examples/bitpackint/bitpackint.cpp b/examples/bitpackint/bitpackint.cpp index 5b57bbe53d..70fa532b3b 100644 --- a/examples/bitpackint/bitpackint.cpp +++ b/examples/bitpackint/bitpackint.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include #include diff --git a/examples/bufferguard/CMakeLists.txt b/examples/bufferguard/CMakeLists.txt index 2e5e0ec62b..c7522c7d08 100644 --- a/examples/bufferguard/CMakeLists.txt +++ b/examples/bufferguard/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-bufferguard CXX) diff --git a/examples/bufferguard/bufferguard.cpp b/examples/bufferguard/bufferguard.cpp index b2e41698c4..41efb6ff90 100644 --- a/examples/bufferguard/bufferguard.cpp +++ b/examples/bufferguard/bufferguard.cpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include #include diff --git a/examples/bytesplit/CMakeLists.txt b/examples/bytesplit/CMakeLists.txt index 0000fd4f46..30f4050e42 100644 --- a/examples/bytesplit/CMakeLists.txt +++ b/examples/bytesplit/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-bytesplit CXX) diff --git a/examples/bytesplit/bytesplit.cpp b/examples/bytesplit/bytesplit.cpp index a21b416746..57f48e0ff3 100644 --- a/examples/bytesplit/bytesplit.cpp +++ b/examples/bytesplit/bytesplit.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include #include diff --git a/examples/common/Stats.hpp b/examples/common/Stats.hpp index feaa431c04..2a70cd20ca 100644 --- a/examples/common/Stats.hpp +++ b/examples/common/Stats.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/examples/common/Stopwatch.hpp b/examples/common/Stopwatch.hpp index b0fc12b311..46c4defcd0 100644 --- a/examples/common/Stopwatch.hpp +++ b/examples/common/Stopwatch.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/examples/common/env.hpp b/examples/common/env.hpp index f21638501a..d9b7270dc1 100644 --- a/examples/common/env.hpp +++ b/examples/common/env.hpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/examples/common/ttjet_13tev_june2019.hpp b/examples/common/ttjet_13tev_june2019.hpp index 4093285d5f..7e0910c7f0 100644 --- a/examples/common/ttjet_13tev_june2019.hpp +++ b/examples/common/ttjet_13tev_june2019.hpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/examples/comptime/CMakeLists.txt b/examples/comptime/CMakeLists.txt index be523169e9..2fca1d6a9b 100644 --- a/examples/comptime/CMakeLists.txt +++ b/examples/comptime/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2023 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-comptime CXX) diff --git a/examples/comptime/comptime.cpp b/examples/comptime/comptime.cpp index 3eacde7979..0c97d8706b 100644 --- a/examples/comptime/comptime.cpp +++ b/examples/comptime/comptime.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #ifndef LLAMA_COMPTIME_RECORD_DIM_SIZE # define LLAMA_COMPTIME_RECORD_DIM_SIZE 20 diff --git a/examples/cuda/nbody/CMakeLists.txt b/examples/cuda/nbody/CMakeLists.txt index 2ac086e3ee..4ab5bdfe13 100644 --- a/examples/cuda/nbody/CMakeLists.txt +++ b/examples/cuda/nbody/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required(VERSION 3.18.3) project(llama-cuda-nbody CUDA) diff --git a/examples/cuda/nbody/nbody.cu b/examples/cuda/nbody/nbody.cu index 3698c6f5a6..d2d3cec5da 100644 --- a/examples/cuda/nbody/nbody.cu +++ b/examples/cuda/nbody/nbody.cu @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../../common/Stats.hpp" #include "../../common/Stopwatch.hpp" diff --git a/examples/cuda/pitch/CMakeLists.txt b/examples/cuda/pitch/CMakeLists.txt index 686e54dfa7..4bb443fe5b 100644 --- a/examples/cuda/pitch/CMakeLists.txt +++ b/examples/cuda/pitch/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required(VERSION 3.18.3) project(llama-cuda-pitch CUDA) diff --git a/examples/cuda/pitch/pitch.cu b/examples/cuda/pitch/pitch.cu index b7d9a33be8..df1f8af0a3 100644 --- a/examples/cuda/pitch/pitch.cu +++ b/examples/cuda/pitch/pitch.cu @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #define STB_IMAGE_WRITE_IMPLEMENTATION diff --git a/examples/falsesharing/CMakeLists.txt b/examples/falsesharing/CMakeLists.txt index 441ecc015d..5e1aedb029 100644 --- a/examples/falsesharing/CMakeLists.txt +++ b/examples/falsesharing/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2023 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-falsesharing CXX) diff --git a/examples/falsesharing/falsesharing.cpp b/examples/falsesharing/falsesharing.cpp index 3004d568c1..41e4497650 100644 --- a/examples/falsesharing/falsesharing.cpp +++ b/examples/falsesharing/falsesharing.cpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 // This example shows how a LLAMA mapping can be used to detect false sharing. The initial idea came from discussion // with Andreas Knüpfer after a presentation of LLAMA at the ZIH PhD student retreat. diff --git a/examples/memmap/CMakeLists.txt b/examples/memmap/CMakeLists.txt index a8182357f4..567fce6c61 100644 --- a/examples/memmap/CMakeLists.txt +++ b/examples/memmap/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-memmap CXX) diff --git a/examples/memmap/memmap.cpp b/examples/memmap/memmap.cpp index f574b645bc..6e6d1849dd 100644 --- a/examples/memmap/memmap.cpp +++ b/examples/memmap/memmap.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include #include diff --git a/examples/nbody/CMakeLists.txt b/examples/nbody/CMakeLists.txt index 5d196eaf7d..c0eb6dd115 100644 --- a/examples/nbody/CMakeLists.txt +++ b/examples/nbody/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-nbody CXX) diff --git a/examples/nbody/nbody.cpp b/examples/nbody/nbody.cpp index a2399bd447..cbc355b985 100644 --- a/examples/nbody/nbody.cpp +++ b/examples/nbody/nbody.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../common/Stats.hpp" #include "../common/Stopwatch.hpp" diff --git a/examples/raycast/CMakeLists.txt b/examples/raycast/CMakeLists.txt index 75e3fda071..445ea35fa9 100644 --- a/examples/raycast/CMakeLists.txt +++ b/examples/raycast/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2020 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project (llama-raycast CXX) diff --git a/examples/raycast/raycast.cpp b/examples/raycast/raycast.cpp index a41e8e6013..913d466b0b 100644 --- a/examples/raycast/raycast.cpp +++ b/examples/raycast/raycast.cpp @@ -1,5 +1,5 @@ // Copyright 2020 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../common/Stopwatch.hpp" diff --git a/examples/root/lhcb_analysis/CMakeLists.txt b/examples/root/lhcb_analysis/CMakeLists.txt index f4ca4396de..d8345877fd 100644 --- a/examples/root/lhcb_analysis/CMakeLists.txt +++ b/examples/root/lhcb_analysis/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18) project(llama-root-lhcb_analysis) diff --git a/examples/stream/CMakeLists.txt b/examples/stream/CMakeLists.txt index be6ade0006..56f929aaae 100644 --- a/examples/stream/CMakeLists.txt +++ b/examples/stream/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2022 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) diff --git a/examples/sycl/nbody/nbody.cpp b/examples/sycl/nbody/nbody.cpp index 53326d4e71..85453f06b9 100644 --- a/examples/sycl/nbody/nbody.cpp +++ b/examples/sycl/nbody/nbody.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../../common/Stopwatch.hpp" #include "../../common/env.hpp" diff --git a/examples/vectoradd/CMakeLists.txt b/examples/vectoradd/CMakeLists.txt index ffd3300fec..d3013e45e4 100644 --- a/examples/vectoradd/CMakeLists.txt +++ b/examples/vectoradd/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2021 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-vectoradd CXX) diff --git a/examples/vectoradd/vectoradd.cpp b/examples/vectoradd/vectoradd.cpp index 1aedd072af..0296751b98 100644 --- a/examples/vectoradd/vectoradd.cpp +++ b/examples/vectoradd/vectoradd.cpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../common/Stats.hpp" #include "../common/Stopwatch.hpp" diff --git a/examples/viewcopy/CMakeLists.txt b/examples/viewcopy/CMakeLists.txt index a2f3466a3d..5fb8fcc144 100644 --- a/examples/viewcopy/CMakeLists.txt +++ b/examples/viewcopy/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright 2020 Bernhard Manfred Gruber -# SPDX-License-Identifier: LGPL-3.0-or-later +# SPDX-License-Identifier: MPL-2.0 cmake_minimum_required (VERSION 3.18.3) project(llama-viewcopy CXX) diff --git a/examples/viewcopy/viewcopy.cpp b/examples/viewcopy/viewcopy.cpp index 502c3c42c1..1c17bfe634 100644 --- a/examples/viewcopy/viewcopy.cpp +++ b/examples/viewcopy/viewcopy.cpp @@ -1,5 +1,5 @@ // Copyright 2020 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "../common/Stats.hpp" #include "../common/Stopwatch.hpp" diff --git a/include/llama/Accessors.hpp b/include/llama/Accessors.hpp index ab0372fc50..a4c2b1c937 100644 --- a/include/llama/Accessors.hpp +++ b/include/llama/Accessors.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Array.hpp b/include/llama/Array.hpp index 5ce2257055..66181e2fcf 100644 --- a/include/llama/Array.hpp +++ b/include/llama/Array.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/ArrayExtents.hpp b/include/llama/ArrayExtents.hpp index 53f0e4738d..f3fcbcbb08 100644 --- a/include/llama/ArrayExtents.hpp +++ b/include/llama/ArrayExtents.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/ArrayIndexRange.hpp b/include/llama/ArrayIndexRange.hpp index 160431bb93..44c5a79364 100644 --- a/include/llama/ArrayIndexRange.hpp +++ b/include/llama/ArrayIndexRange.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/BlobAllocators.hpp b/include/llama/BlobAllocators.hpp index c24fae48d2..54d21dacd0 100644 --- a/include/llama/BlobAllocators.hpp +++ b/include/llama/BlobAllocators.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Concepts.hpp b/include/llama/Concepts.hpp index b1caab6e1e..771d16dc35 100644 --- a/include/llama/Concepts.hpp +++ b/include/llama/Concepts.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Copy.hpp b/include/llama/Copy.hpp index 566dbd4408..d24b745112 100644 --- a/include/llama/Copy.hpp +++ b/include/llama/Copy.hpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Core.hpp b/include/llama/Core.hpp index a1c901812f..fa18147d70 100644 --- a/include/llama/Core.hpp +++ b/include/llama/Core.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/DumpMapping.hpp b/include/llama/DumpMapping.hpp index df85b2bad1..50e489cc34 100644 --- a/include/llama/DumpMapping.hpp +++ b/include/llama/DumpMapping.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Meta.hpp b/include/llama/Meta.hpp index f574645980..754e983a9e 100644 --- a/include/llama/Meta.hpp +++ b/include/llama/Meta.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Proofs.hpp b/include/llama/Proofs.hpp index b5cdae7798..a9c5b67bd2 100644 --- a/include/llama/Proofs.hpp +++ b/include/llama/Proofs.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/ProxyRefOpMixin.hpp b/include/llama/ProxyRefOpMixin.hpp index 7e422ce6f4..bbbae5b476 100644 --- a/include/llama/ProxyRefOpMixin.hpp +++ b/include/llama/ProxyRefOpMixin.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/RecordCoord.hpp b/include/llama/RecordCoord.hpp index f12baeb202..9c4002a154 100644 --- a/include/llama/RecordCoord.hpp +++ b/include/llama/RecordCoord.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/RecordRef.hpp b/include/llama/RecordRef.hpp index f39fdf5a0f..71e2bb2972 100644 --- a/include/llama/RecordRef.hpp +++ b/include/llama/RecordRef.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Simd.hpp b/include/llama/Simd.hpp index e86a73c76d..106be2148b 100644 --- a/include/llama/Simd.hpp +++ b/include/llama/Simd.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/StructName.hpp b/include/llama/StructName.hpp index 885aeb441f..41c3f0e75a 100644 --- a/include/llama/StructName.hpp +++ b/include/llama/StructName.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Tuple.hpp b/include/llama/Tuple.hpp index f20e168cbb..62f69eb35b 100644 --- a/include/llama/Tuple.hpp +++ b/include/llama/Tuple.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/Vector.hpp b/include/llama/Vector.hpp index bf3060072d..b1fd230ca7 100644 --- a/include/llama/Vector.hpp +++ b/include/llama/Vector.hpp @@ -1,5 +1,5 @@ // Copyright 2021 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/View.hpp b/include/llama/View.hpp index 3157acfea3..8f472f9219 100644 --- a/include/llama/View.hpp +++ b/include/llama/View.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/llama.hpp b/include/llama/llama.hpp index a656ac0dde..534281da56 100644 --- a/include/llama/llama.hpp +++ b/include/llama/llama.hpp @@ -1,5 +1,5 @@ // Copyright 2018 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once @@ -20,7 +20,7 @@ /// This page documents the API of LLAMA. The user documentation and an overview about the concepts and ideas can be /// found here: https://llama-doc.rtfd.io /// -/// LLAMA is licensed under the LGPL3+. +/// LLAMA is licensed under the MPL-2.0. // NOLINTNEXTLINE(modernize-macro-to-enum) #define LLAMA_VERSION_MAJOR 0 diff --git a/include/llama/macros.hpp b/include/llama/macros.hpp index 725e83b1c2..586f557571 100644 --- a/include/llama/macros.hpp +++ b/include/llama/macros.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/AoS.hpp b/include/llama/mapping/AoS.hpp index c8fc4de833..f7af8f64bd 100644 --- a/include/llama/mapping/AoS.hpp +++ b/include/llama/mapping/AoS.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/AoSoA.hpp b/include/llama/mapping/AoSoA.hpp index 8431e40d94..c4dc089c15 100644 --- a/include/llama/mapping/AoSoA.hpp +++ b/include/llama/mapping/AoSoA.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/BitPackedFloat.hpp b/include/llama/mapping/BitPackedFloat.hpp index 07424a6347..d7a8b91c1d 100644 --- a/include/llama/mapping/BitPackedFloat.hpp +++ b/include/llama/mapping/BitPackedFloat.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/BitPackedInt.hpp b/include/llama/mapping/BitPackedInt.hpp index 5f3cb05379..a6409086a3 100644 --- a/include/llama/mapping/BitPackedInt.hpp +++ b/include/llama/mapping/BitPackedInt.hpp @@ -1,5 +1,5 @@ // Copyright 2023 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Bytesplit.hpp b/include/llama/mapping/Bytesplit.hpp index 150afc9a9f..789d084edd 100644 --- a/include/llama/mapping/Bytesplit.hpp +++ b/include/llama/mapping/Bytesplit.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Byteswap.hpp b/include/llama/mapping/Byteswap.hpp index f8ab6db148..25e5cf779f 100644 --- a/include/llama/mapping/Byteswap.hpp +++ b/include/llama/mapping/Byteswap.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/ChangeType.hpp b/include/llama/mapping/ChangeType.hpp index acc599fb17..685cb99e45 100644 --- a/include/llama/mapping/ChangeType.hpp +++ b/include/llama/mapping/ChangeType.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Common.hpp b/include/llama/mapping/Common.hpp index 0dec536ff9..5bf16d696c 100644 --- a/include/llama/mapping/Common.hpp +++ b/include/llama/mapping/Common.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/FieldAccessCount.hpp b/include/llama/mapping/FieldAccessCount.hpp index 96d30b805d..63c11449a8 100644 --- a/include/llama/mapping/FieldAccessCount.hpp +++ b/include/llama/mapping/FieldAccessCount.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Heatmap.hpp b/include/llama/mapping/Heatmap.hpp index e61b794cf5..7940729afd 100644 --- a/include/llama/mapping/Heatmap.hpp +++ b/include/llama/mapping/Heatmap.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Null.hpp b/include/llama/mapping/Null.hpp index 1729e31df0..274fc02dd2 100644 --- a/include/llama/mapping/Null.hpp +++ b/include/llama/mapping/Null.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/One.hpp b/include/llama/mapping/One.hpp index f310e42bb4..4ab838f743 100644 --- a/include/llama/mapping/One.hpp +++ b/include/llama/mapping/One.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/PermuteArrayIndex.hpp b/include/llama/mapping/PermuteArrayIndex.hpp index c5d1339c9a..7256540dc4 100644 --- a/include/llama/mapping/PermuteArrayIndex.hpp +++ b/include/llama/mapping/PermuteArrayIndex.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Projection.hpp b/include/llama/mapping/Projection.hpp index 2a0db2db05..d03e13005a 100644 --- a/include/llama/mapping/Projection.hpp +++ b/include/llama/mapping/Projection.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/SoA.hpp b/include/llama/mapping/SoA.hpp index 9a10f5e785..2209ac9ab9 100644 --- a/include/llama/mapping/SoA.hpp +++ b/include/llama/mapping/SoA.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/Split.hpp b/include/llama/mapping/Split.hpp index 2873c88539..ff050f8865 100644 --- a/include/llama/mapping/Split.hpp +++ b/include/llama/mapping/Split.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/tree/Functors.hpp b/include/llama/mapping/tree/Functors.hpp index f2ac550df9..2c986956cf 100644 --- a/include/llama/mapping/tree/Functors.hpp +++ b/include/llama/mapping/tree/Functors.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/tree/Mapping.hpp b/include/llama/mapping/tree/Mapping.hpp index e16bbf4a5d..4126717d6a 100644 --- a/include/llama/mapping/tree/Mapping.hpp +++ b/include/llama/mapping/tree/Mapping.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/include/llama/mapping/tree/TreeFromDimensions.hpp b/include/llama/mapping/tree/TreeFromDimensions.hpp index 4a6b24aaa7..a089266086 100644 --- a/include/llama/mapping/tree/TreeFromDimensions.hpp +++ b/include/llama/mapping/tree/TreeFromDimensions.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once #include "../../Core.hpp" diff --git a/include/llama/mapping/tree/toString.hpp b/include/llama/mapping/tree/toString.hpp index 58632abcca..eedefea908 100644 --- a/include/llama/mapping/tree/toString.hpp +++ b/include/llama/mapping/tree/toString.hpp @@ -1,5 +1,5 @@ // Copyright 2020 Alexander Matthes, Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/tests/accessor.cpp b/tests/accessor.cpp index 38928f9b60..a27d224607 100644 --- a/tests/accessor.cpp +++ b/tests/accessor.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/array.cpp b/tests/array.cpp index b5ba3dda85..7d89648d1e 100644 --- a/tests/array.cpp +++ b/tests/array.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/arrayextents.cpp b/tests/arrayextents.cpp index d8525d99ba..052207c6e8 100644 --- a/tests/arrayextents.cpp +++ b/tests/arrayextents.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/arrayindexrange.cpp b/tests/arrayindexrange.cpp index 60f19055da..053d4211b1 100644 --- a/tests/arrayindexrange.cpp +++ b/tests/arrayindexrange.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/bloballocators.cpp b/tests/bloballocators.cpp index 417e2e445d..e679fe2de4 100644 --- a/tests/bloballocators.cpp +++ b/tests/bloballocators.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/common.hpp b/tests/common.hpp index 09b621eb14..4f74ea1ca7 100644 --- a/tests/common.hpp +++ b/tests/common.hpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #pragma once diff --git a/tests/computedprop.cpp b/tests/computedprop.cpp index ad5c4b3283..cee6ef0d3b 100644 --- a/tests/computedprop.cpp +++ b/tests/computedprop.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/copy.cpp b/tests/copy.cpp index 8c12f868fc..5eea7a027a 100644 --- a/tests/copy.cpp +++ b/tests/copy.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/core.cpp b/tests/core.cpp index b9408d50cc..26df10586a 100644 --- a/tests/core.cpp +++ b/tests/core.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/dump.cpp b/tests/dump.cpp index c30410ad31..65b2ec17c7 100644 --- a/tests/dump.cpp +++ b/tests/dump.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/iterator.cpp b/tests/iterator.cpp index c098ad7dec..13733dedc5 100644 --- a/tests/iterator.cpp +++ b/tests/iterator.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.AoS.cpp b/tests/mapping.AoS.cpp index 82661696b3..e209b01161 100644 --- a/tests/mapping.AoS.cpp +++ b/tests/mapping.AoS.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.AoSoA.cpp b/tests/mapping.AoSoA.cpp index b3bbdb9f7d..77c1011675 100644 --- a/tests/mapping.AoSoA.cpp +++ b/tests/mapping.AoSoA.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.BitPackedFloat.cpp b/tests/mapping.BitPackedFloat.cpp index 2d8efe631c..ad5cde6146 100644 --- a/tests/mapping.BitPackedFloat.cpp +++ b/tests/mapping.BitPackedFloat.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.BitPackedInt.cpp b/tests/mapping.BitPackedInt.cpp index 44fafe0b17..f366c38168 100644 --- a/tests/mapping.BitPackedInt.cpp +++ b/tests/mapping.BitPackedInt.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Bytesplit.cpp b/tests/mapping.Bytesplit.cpp index a4ec025d7e..765ec7f678 100644 --- a/tests/mapping.Bytesplit.cpp +++ b/tests/mapping.Bytesplit.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Byteswap.cpp b/tests/mapping.Byteswap.cpp index 07149f7c7e..ef2a5cccde 100644 --- a/tests/mapping.Byteswap.cpp +++ b/tests/mapping.Byteswap.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.ChangeType.cpp b/tests/mapping.ChangeType.cpp index fbbf4afe7c..afbde17c2d 100644 --- a/tests/mapping.ChangeType.cpp +++ b/tests/mapping.ChangeType.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.HeatmapTrace.cpp b/tests/mapping.HeatmapTrace.cpp index b90e48da82..3d55760567 100644 --- a/tests/mapping.HeatmapTrace.cpp +++ b/tests/mapping.HeatmapTrace.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Null.cpp b/tests/mapping.Null.cpp index a0739967be..8e76e340ad 100644 --- a/tests/mapping.Null.cpp +++ b/tests/mapping.Null.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.One.cpp b/tests/mapping.One.cpp index aadf0dc830..3b061cf07e 100644 --- a/tests/mapping.One.cpp +++ b/tests/mapping.One.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.PermuteArrayIndex.cpp b/tests/mapping.PermuteArrayIndex.cpp index ddec668141..998f12b993 100644 --- a/tests/mapping.PermuteArrayIndex.cpp +++ b/tests/mapping.PermuteArrayIndex.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Projection.cpp b/tests/mapping.Projection.cpp index afa119fc57..b050dbebee 100644 --- a/tests/mapping.Projection.cpp +++ b/tests/mapping.Projection.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.SoA.cpp b/tests/mapping.SoA.cpp index ac3a713b08..06a5e641c5 100644 --- a/tests/mapping.SoA.cpp +++ b/tests/mapping.SoA.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Split.cpp b/tests/mapping.Split.cpp index 9219ff3a73..de3fe5d926 100644 --- a/tests/mapping.Split.cpp +++ b/tests/mapping.Split.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.Tree.cpp b/tests/mapping.Tree.cpp index dbd41a00d4..abec31d040 100644 --- a/tests/mapping.Tree.cpp +++ b/tests/mapping.Tree.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/mapping.cpp b/tests/mapping.cpp index 604be0d5b0..c88b41f952 100644 --- a/tests/mapping.cpp +++ b/tests/mapping.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/meta.cpp b/tests/meta.cpp index c46d118820..284efa0649 100644 --- a/tests/meta.cpp +++ b/tests/meta.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/proofs.cpp b/tests/proofs.cpp index 9de8bb57d2..7c70f18af3 100644 --- a/tests/proofs.cpp +++ b/tests/proofs.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/proxyrefopmixin.cpp b/tests/proxyrefopmixin.cpp index 649946418a..187853464b 100644 --- a/tests/proxyrefopmixin.cpp +++ b/tests/proxyrefopmixin.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/recordcoord.cpp b/tests/recordcoord.cpp index b0288eafa4..cbd2c3c83b 100644 --- a/tests/recordcoord.cpp +++ b/tests/recordcoord.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/recorddimension.cpp b/tests/recorddimension.cpp index 1ba6228b43..7e0fcce6ac 100644 --- a/tests/recorddimension.cpp +++ b/tests/recorddimension.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/recordref.cpp b/tests/recordref.cpp index f08d826efc..0aafc6aac5 100644 --- a/tests/recordref.cpp +++ b/tests/recordref.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/simd.cpp b/tests/simd.cpp index 26ab846517..5e244c6f14 100644 --- a/tests/simd.cpp +++ b/tests/simd.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/subview.cpp b/tests/subview.cpp index 3791e2e533..c24f2879ca 100644 --- a/tests/subview.cpp +++ b/tests/subview.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/tuple.cpp b/tests/tuple.cpp index 429d0c5720..e1c75d3408 100644 --- a/tests/tuple.cpp +++ b/tests/tuple.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/vector.cpp b/tests/vector.cpp index 85aeb1b47f..8d2eee25fc 100644 --- a/tests/vector.cpp +++ b/tests/vector.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp" diff --git a/tests/view.cpp b/tests/view.cpp index 6de10e9c78..0a96f4c4ec 100644 --- a/tests/view.cpp +++ b/tests/view.cpp @@ -1,5 +1,5 @@ // Copyright 2022 Bernhard Manfred Gruber -// SPDX-License-Identifier: LGPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #include "common.hpp"