diff --git a/Doc/Site_dox/FLicense.dox b/Doc/Site_dox/FLicense.dox index bfb8a53e7256b2782ffb1825edb6b501a4fda04c..7ab167bd646a88bc719567037b55a54dbf4e7491 100644 --- a/Doc/Site_dox/FLicense.dox +++ b/Doc/Site_dox/FLicense.dox @@ -1,12 +1,9 @@ /*! \page License License information * * - * The library is under LGPL + CeCILL-C licenses. In case of conflict - * the more restrictive has to be used. We encourage users to have a - * look to the official license websites in case of doubts. + * The library is under Mozilla Public License Version 2.0 (MPL 2.0) for more details see + * https://www.mozilla.org/en-US/MPL/2.0/ * - * See the GNU General Public and CeCILL-C Licenses for more details. - * "http://www.cecill.info". "http://www.gnu.org/licenses". * * ScalFmm is under software patent number * IDDN.FR.001.100030.000.S.P.2012.000.31235. If you need a more diff --git a/Examples/ChebyshevInterpolationFMM.cpp b/Examples/ChebyshevInterpolationFMM.cpp index beb004d74af80a4c869d00d7986dceb7436c12d7..e4a0c6556ab3bf5062dfb64cc08c6c3d2a979720 100644 --- a/Examples/ChebyshevInterpolationFMM.cpp +++ b/Examples/ChebyshevInterpolationFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/ChebyshevInterpolationMPIFMM.cpp b/Examples/ChebyshevInterpolationMPIFMM.cpp index bc0faf8f95268cfe6974475fbe17eda750d85cb7..6b798dab679fe6f8d1d51c6a62ccbe80f3ee0532 100644 --- a/Examples/ChebyshevInterpolationMPIFMM.cpp +++ b/Examples/ChebyshevInterpolationMPIFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/ChebyshevInterpolationMPIFMMSplit.cpp b/Examples/ChebyshevInterpolationMPIFMMSplit.cpp index df53bd11dfc3f00b5ab5c842a00d41c0e4117ecd..8a155e3d32fd01532c6d2e5b5fe1c7194117e6c4 100644 --- a/Examples/ChebyshevInterpolationMPIFMMSplit.cpp +++ b/Examples/ChebyshevInterpolationMPIFMMSplit.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/DirectComputation.cpp b/Examples/DirectComputation.cpp index 8e6395d331225b7f62fd32d4ee7760ebeb07fcb5..e7e6204f8e8b9d80ca02499352abee44c5b98704 100644 --- a/Examples/DirectComputation.cpp +++ b/Examples/DirectComputation.cpp @@ -1,18 +1,16 @@ // =================================================================================== -// =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Examples/LagrangeInterpolationFMM.cpp b/Examples/LagrangeInterpolationFMM.cpp index 2562741529393cf234c8ecfc2dec0792bc01834d..40d52a34f5d1f6f170e3e5c49f08799a155b75e5 100755 --- a/Examples/LagrangeInterpolationFMM.cpp +++ b/Examples/LagrangeInterpolationFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/RotationFMM.cpp b/Examples/RotationFMM.cpp index 7051c766a9316b3b57c98ee7888c2beffdf4e938..77bcbfb8bdfb155155894ab6027d3ed6e32b719b 100644 --- a/Examples/RotationFMM.cpp +++ b/Examples/RotationFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/RotationMPIFMM.cpp b/Examples/RotationMPIFMM.cpp index 978df5f73bcc22b128da2252d278a55f60685ced..6c9ca6ee595ff96c91cbcb5d40b6a25bdc111314 100644 --- a/Examples/RotationMPIFMM.cpp +++ b/Examples/RotationMPIFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Examples/compareAllPoissonKernels.cpp b/Examples/compareAllPoissonKernels.cpp index 0ce12fd47f5d6e8543664455942e1fcb6d1bc207..cb82f9ccfc686397c8ccd042bd855f3325e49362 100644 --- a/Examples/compareAllPoissonKernels.cpp +++ b/Examples/compareAllPoissonKernels.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA, +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // // ==== CMAKE ===== diff --git a/Examples/statisticsOnOctree.cpp b/Examples/statisticsOnOctree.cpp index b82d7f5bc61d5f1cea1e28e4a6270f40689c4bde..c8f3f958932bb2fa74602bb974437a73acecbda7 100644 --- a/Examples/statisticsOnOctree.cpp +++ b/Examples/statisticsOnOctree.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <cstdio> #include <cstdlib> diff --git a/Licence.txt b/Licence.txt index dbaa609a5fcf69ca7343bdb582a3b71f374f3a33..c6dabe5f9bb9967416b60647c45b8ffa73331681 100644 --- a/Licence.txt +++ b/Licence.txt @@ -1,8 +1,6 @@ -ScalFmm is governed by the CeCILL-C and LGPL, in case of conflict -the more restrictive has to be used. +ScalFmm is governed by the Mozilla Public License Version 2.0 (MPL 2.0). -ScalFmm est régi par la licence CeCILL-C & LGPL, en cas de conflit -la plus restrictive prime. +ScalFmm est régi par la licence Mozilla Public License Version 2.0 (MPL 2.0). Folders under Addons might have separate Licence, in such case one can find a dedicated Licence file where appropriate. @@ -10,743 +8,200 @@ one can find a dedicated Licence file where appropriate. ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// -Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner +Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, +Matthias Messner, olivier.coulaud@inria.fr, berenger.bramas@inria.fr This software is a computer program whose purpose is to compute the FMM. -This software is governed by the CeCILL-C license under French law and -abiding by the rules of distribution of free software. You can use, -modify and/ or redistribute the software under the terms of the CeCILL-C -license as circulated by CEA, CNRS and INRIA at the following URL -"http://www.cecill.info". - -As a counterpart to the access to the source code and rights to copy, -modify and redistribute granted by the license, users are provided only -with a limited warranty and the software's author, the holder of the -economic rights, and the successive licensors have only limited -liability. - -In this respect, the user's attention is drawn to the risks associated -with loading, using, modifying and/or developing or reproducing the -software by the user in light of its specific status of free software, -that may mean that it is complicated to manipulate, and that also -therefore means that it is reserved for developers and experienced -professionals having in-depth computer knowledge. Users are therefore -encouraged to load and test the software's suitability as regards their -requirements in conditions enabling the security of their systems and/or -data to be ensured and, more generally, to use and operate it in the -same conditions as regards security. +This software is governed by the Mozilla Public License Version 2.0 (MPL 2.0) +See : https://www.mozilla.org/en-US/MPL/2.0/ The fact that you are presently reading this means that you have had -knowledge of the CeCILL-C license and that you accept its terms. +knowledge of the Mozilla Public License Version 2.0 (MPL 2.0) +and that you accept its terms. -////////////////////////////////////////////////////////////////////// -////////////////////////////////////////////////////////////////////// - -Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -olivier.coulaud@inria.fr, berenger.bramas@inria.fr - -This program 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. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - 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. - - 0. Additional Definitions. - - 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. - - "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. - - -///////////////////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////// - - - -CeCILL-C FREE SOFTWARE LICENSE AGREEMENT - - - Notice - -This Agreement is a Free Software license agreement that is the result -of discussions between its authors in order to ensure compliance with -the two main principles guiding its drafting: - - * firstly, compliance with the principles governing the distribution - of Free Software: access to source code, broad rights granted to - users, - * secondly, the election of a governing law, French law, with which - it is conformant, both as regards the law of torts and - intellectual property law, and the protection that it offers to - both authors and holders of the economic rights over software. - -The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) -license are: - -Commissariat à l'Energie Atomique - CEA, a public scientific, technical -and industrial research establishment, having its principal place of -business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. - -Centre National de la Recherche Scientifique - CNRS, a public scientific -and technological establishment, having its principal place of business -at 3 rue Michel-Ange, 75794 Paris cedex 16, France. - -Institut National de Recherche en Informatique et en Automatique - -INRIA, a public scientific and technological establishment, having its -principal place of business at Domaine de Voluceau, Rocquencourt, BP -105, 78153 Le Chesnay cedex, France. - - - Preamble - -The purpose of this Free Software license agreement is to grant users -the right to modify and re-use the software governed by this license. - -The exercising of this right is conditional upon the obligation to make -available to the community the modifications made to the source code of -the software so as to contribute to its evolution. - -In consideration of access to the source code and the rights to copy, -modify and redistribute granted by the license, users are provided only -with a limited warranty and the software's author, the holder of the -economic rights, and the successive licensors only have limited liability. - -In this respect, the risks associated with loading, using, modifying -and/or developing or reproducing the software by the user are brought to -the user's attention, given its Free Software status, which may make it -complicated to use, with the result that its use is reserved for -developers and experienced professionals having in-depth computer -knowledge. Users are therefore encouraged to load and test the -suitability of the software as regards their requirements in conditions -enabling the security of their systems and/or data to be ensured and, -more generally, to use and operate it in the same conditions of -security. This Agreement may be freely reproduced and published, -provided it is not altered, and that no provisions are either added or -removed herefrom. - -This Agreement may apply to any or all software for which the holder of -the economic rights decides to submit the use thereof to its provisions. - - - Article 1 - DEFINITIONS - -For the purpose of this Agreement, when the following expressions -commence with a capital letter, they shall have the following meaning: - -Agreement: means this license agreement, and its possible subsequent -versions and annexes. - -Software: means the software in its Object Code and/or Source Code form -and, where applicable, its documentation, "as is" when the Licensee -accepts the Agreement. - -Initial Software: means the Software in its Source Code and possibly its -Object Code form and, where applicable, its documentation, "as is" when -it is first distributed under the terms and conditions of the Agreement. - -Modified Software: means the Software modified by at least one -Integrated Contribution. - -Source Code: means all the Software's instructions and program lines to -which access is required so as to modify the Software. - -Object Code: means the binary files originating from the compilation of -the Source Code. - -Holder: means the holder(s) of the economic rights over the Initial -Software. - -Licensee: means the Software user(s) having accepted the Agreement. - -Contributor: means a Licensee having made at least one Integrated -Contribution. - -Licensor: means the Holder, or any other individual or legal entity, who -distributes the Software under the Agreement. - -Integrated Contribution: means any or all modifications, corrections, -translations, adaptations and/or new functions integrated into the -Source Code by any or all Contributors. - -Related Module: means a set of sources files including their -documentation that, without modification to the Source Code, enables -supplementary functions or services in addition to those offered by the -Software. - -Derivative Software: means any combination of the Software, modified or -not, and of a Related Module. - -Parties: mean both the Licensee and the Licensor. - -These expressions may be used both in singular and plural form. - - - Article 2 - PURPOSE - -The purpose of the Agreement is the grant by the Licensor to the -Licensee of a non-exclusive, transferable and worldwide license for the -Software as set forth in Article 5 hereinafter for the whole term of the -protection granted by the rights over said Software. - - - Article 3 - ACCEPTANCE - -3.1 The Licensee shall be deemed as having accepted the terms and -conditions of this Agreement upon the occurrence of the first of the -following events: - - * (i) loading the Software by any or all means, notably, by - downloading from a remote server, or by loading from a physical - medium; - * (ii) the first time the Licensee exercises any of the rights - granted hereunder. - -3.2 One copy of the Agreement, containing a notice relating to the -characteristics of the Software, to the limited warranty, and to the -fact that its use is restricted to experienced users has been provided -to the Licensee prior to its acceptance as set forth in Article 3.1 -hereinabove, and the Licensee hereby acknowledges that it has read and -understood it. - - - Article 4 - EFFECTIVE DATE AND TERM - - - 4.1 EFFECTIVE DATE - -The Agreement shall become effective on the date when it is accepted by -the Licensee as set forth in Article 3.1. - - - 4.2 TERM - -The Agreement shall remain in force for the entire legal term of -protection of the economic rights over the Software. - - - Article 5 - SCOPE OF RIGHTS GRANTED - -The Licensor hereby grants to the Licensee, who accepts, the following -rights over the Software for any or all use, and for the term of the -Agreement, on the basis of the terms and conditions set forth hereinafter. - -Besides, if the Licensor owns or comes to own one or more patents -protecting all or part of the functions of the Software or of its -components, the Licensor undertakes not to enforce the rights granted by -these patents against successive Licensees using, exploiting or -modifying the Software. If these patents are transferred, the Licensor -undertakes to have the transferees subscribe to the obligations set -forth in this paragraph. - +Mozilla Public License +Version 2.0 - 5.1 RIGHT OF USE +1. Definitions -The Licensee is authorized to use the Software, without any limitation -as to its fields of application, with it being hereinafter specified -that this comprises: +1.1. “Contributor” +means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. - 1. permanent or temporary reproduction of all or part of the Software - by any or all means and in any or all form. +1.2. “Contributor Version” +means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor’s Contribution. - 2. loading, displaying, running, or storing the Software on any or - all medium. +1.3. “Contribution” +means Covered Software of a particular Contributor. - 3. entitlement to observe, study or test its operation so as to - determine the ideas and principles behind any or all constituent - elements of said Software. This shall apply when the Licensee - carries out any or all loading, displaying, running, transmission - or storage operation as regards the Software, that it is entitled - to carry out hereunder. +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. +1.5. “Incompatible With Secondary Licenses” +means - 5.2 RIGHT OF MODIFICATION +that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or -The right of modification includes the right to translate, adapt, -arrange, or make any or all modifications to the Software, and the right -to reproduce the resulting software. It includes, in particular, the -right to create a Derivative Software. +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. -The Licensee is authorized to make any or all modification to the -Software provided that it includes an explicit notice that it is the -author of said modification and indicates the date of the creation thereof. +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. - 5.3 RIGHT OF DISTRIBUTION +1.8. “License” +means this document. -In particular, the right of distribution includes the right to publish, -transmit and communicate the Software to the general public on any or -all medium, and by any or all means, and the right to market, either in -consideration of a fee, or free of charge, one or more copies of the -Software by any means. +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. -The Licensee is further authorized to distribute copies of the modified -or unmodified Software to third parties according to the terms and -conditions set forth hereinafter. +1.10. “Modifications” +means any of the following: +any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or - 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION +any new file in Source Code Form that contains any Covered Software. -The Licensee is authorized to distribute true copies of the Software in -Source Code or Object Code form, provided that said distribution -complies with all the provisions of the Agreement and is accompanied by: +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. a copy of the Agreement, +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. - 2. a notice relating to the limitation of both the Licensor's - warranty and liability as set forth in Articles 8 and 9, +1.13. “Source Code Form” +means the form of the work preferred for making modifications. -and that, in the event that only the Object Code of the Software is -redistributed, the Licensee allows effective access to the full Source -Code of the Software at a minimum during the entire period of its -distribution of the Software, it being understood that the additional -cost of acquiring the Source Code shall not exceed the cost of -transferring the data. +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 - 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE +2.1. Grants -When the Licensee makes an Integrated Contribution to the Software, the -terms and conditions for the distribution of the resulting Modified -Software become subject to all the provisions of this Agreement. +Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: -The Licensee is authorized to distribute the Modified Software, in -source code or object code form, provided that said distribution -complies with all the provisions of the Agreement and is accompanied by: +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 - 1. a copy of the Agreement, +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. a notice relating to the limitation of both the Licensor's - warranty and liability as set forth in Articles 8 and 9, +2.2. Effective Date -and that, in the event that only the object code of the Modified -Software is redistributed, the Licensee allows effective access to the -full source code of the Modified Software at a minimum during the entire -period of its distribution of the Modified Software, it being understood -that the additional cost of acquiring the source code shall not exceed -the cost of transferring the data. +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 - 5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE +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: -When the Licensee creates Derivative Software, this Derivative Software -may be distributed under a license agreement other than this Agreement, -subject to compliance with the requirement to include a notice -concerning the rights over the Software as defined in Article 6.4. -In the event the creation of the Derivative Software required modification -of the Source Code, the Licensee undertakes that: +for any code that a Contributor has removed from Covered Software; or - 1. the resulting Modified Software will be governed by this Agreement, - 2. the Integrated Contributions in the resulting Modified Software - will be clearly identified and documented, - 3. the Licensee will allow effective access to the source code of the - Modified Software, at a minimum during the entire period of - distribution of the Derivative Software, such that such - modifications may be carried over in a subsequent version of the - Software; it being understood that the additional cost of - purchasing the source code of the Modified Software shall not - exceed the cost of transferring the data. +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 +under Patent Claims infringed by Covered Software in the absence of its Contributions. - 5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE +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). -When a Modified Software contains an Integrated Contribution subject to -the CeCILL license agreement, or when a Derivative Software contains a -Related Module subject to the CeCILL license agreement, the provisions -set forth in the third item of Article 6.4 are optional. +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). - Article 6 - INTELLECTUAL PROPERTY +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. - 6.1 OVER THE INITIAL SOFTWARE +2.6. Fair Use -The Holder owns the economic rights over the Initial Software. Any or -all use of the Initial Software is subject to compliance with the terms -and conditions under which the Holder has elected to distribute its work -and no one shall be entitled to modify the terms and conditions for the -distribution of said Initial Software. +This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. -The Holder undertakes that the Initial Software will remain ruled at -least by this Agreement, for the duration set forth in Article 4.2. +2.7. Conditions +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. - 6.2 OVER THE INTEGRATED CONTRIBUTIONS +3. Responsibilities -The Licensee who develops an Integrated Contribution is the owner of the -intellectual property rights over this Contribution as defined by -applicable law. +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. - 6.3 OVER THE RELATED MODULES +3.2. Distribution of Executable Form -The Licensee who develops a Related Module is the owner of the -intellectual property rights over this Related Module as defined by -applicable law and is free to choose the type of agreement that shall -govern its distribution under the conditions defined in Article 5.3.3. +If You distribute Covered Software in Executable Form then: +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 - 6.4 NOTICE OF RIGHTS +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. -The Licensee expressly undertakes: +3.3. Distribution of a Larger Work - 1. not to remove, or modify, in any manner, the intellectual property - notices attached to the Software; +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). - 2. to reproduce said notices, in an identical manner, in the copies - of the Software modified or not; +3.4. Notices - 3. to ensure that use of the Software, its intellectual property - notices and the fact that it is governed by the Agreement is - indicated in a text that is easily accessible, specifically from - the interface of any Derivative Software. +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. -The Licensee undertakes not to directly or indirectly infringe the -intellectual property rights of the Holder and/or Contributors on the -Software and to take, where applicable, vis-à-vis its staff, any and all -measures required to ensure respect of said intellectual property rights -of the Holder and/or Contributors. +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. - Article 7 - RELATED SERVICES +4. Inability to Comply Due to Statute or Regulation -7.1 Under no circumstances shall the Agreement oblige the Licensor to -provide technical assistance or maintenance services for the Software. +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. -However, the Licensor is entitled to offer this type of services. The -terms and conditions of such technical assistance, and/or such -maintenance, shall be set forth in a separate instrument. Only the -Licensor offering said maintenance and/or technical assistance services -shall incur liability therefor. +5. Termination -7.2 Similarly, any Licensor is entitled to offer to its licensees, under -its sole responsibility, a warranty, that shall only be binding upon -itself, for the redistribution of the Software and/or the Modified -Software, under terms and conditions that it is free to decide. Said -warranty, and the financial terms and conditions of its application, -shall be subject of a separate instrument executed between the Licensor -and the Licensee. +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. - Article 8 - LIABILITY +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. -8.1 Subject to the provisions of Article 8.2, the Licensee shall be -entitled to claim compensation for any direct loss it may have suffered -from the Software as a result of a fault on the part of the relevant -Licensor, subject to providing evidence thereof. +6. Disclaimer of Warranty -8.2 The Licensor's liability is limited to the commitments made under -this Agreement and shall not be incurred as a result of in particular: -(i) loss due the Licensee's total or partial failure to fulfill its -obligations, (ii) direct or consequential loss that is suffered by the -Licensee due to the use or performance of the Software, and (iii) more -generally, any consequential loss. In particular the Parties expressly -agree that any or all pecuniary or business loss (i.e. loss of data, -loss of profits, operating loss, loss of customers or orders, -opportunity cost, any disturbance to business activities) or any or all -legal proceedings instituted against the Licensee by a third party, -shall constitute consequential loss and shall not provide entitlement to -any or all compensation from the Licensor. +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 - Article 9 - WARRANTY +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. -9.1 The Licensee acknowledges that the scientific and technical -state-of-the-art when the Software was distributed did not enable all -possible uses to be tested and verified, nor for the presence of -possible defects to be detected. In this respect, the Licensee's -attention has been drawn to the risks associated with loading, using, -modifying and/or developing and reproducing the Software which are -reserved for experienced users. +8. Litigation -The Licensee shall be responsible for verifying, by any or all means, -the suitability of the product for its requirements, its good working -order, and for ensuring that it shall not cause damage to either persons -or properties. +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.2 The Licensor hereby represents, in good faith, that it is entitled -to grant all the rights over the Software (including in particular the -rights set forth in Article 5). +9. Miscellaneous -9.3 The Licensee acknowledges that the Software is supplied "as is" by -the Licensor without any other express or tacit warranty, other than -that provided for in Article 9.2 and, in particular, without any warranty -as to its commercial value, its secured, safe, innovative or relevant -nature. +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. -Specifically, the Licensor does not warrant that the Software is free -from any error, that it will operate without interruption, that it will -be compatible with the Licensee's own equipment and software -configuration, nor that it will meet the Licensee's requirements. +10. Versions of the License -9.4 The Licensor does not either expressly or tacitly warrant that the -Software does not infringe any third party intellectual property right -relating to a patent, software or any other property right. Therefore, -the Licensor disclaims any and all liability towards the Licensee -arising out of any or all proceedings for infringement that may be -instituted in respect of the use, modification and redistribution of the -Software. Nevertheless, should such proceedings be instituted against -the Licensee, the Licensor shall provide it with technical and legal -assistance for its defense. Such technical and legal assistance shall be -decided on a case-by-case basis between the relevant Licensor and the -Licensee pursuant to a memorandum of understanding. The Licensor -disclaims any and all liability as regards the Licensee's use of the -name of the Software. No warranty is given as regards the existence of -prior rights over the name of the Software or as regards the existence -of a trademark. - - - Article 10 - TERMINATION - -10.1 In the event of a breach by the Licensee of its obligations -hereunder, the Licensor may automatically terminate this Agreement -thirty (30) days after notice has been sent to the Licensee and has -remained ineffective. - -10.2 A Licensee whose Agreement is terminated shall no longer be -authorized to use, modify or distribute the Software. However, any -licenses that it may have granted prior to termination of the Agreement -shall remain valid subject to their having been granted in compliance -with the terms and conditions hereof. - - - Article 11 - MISCELLANEOUS - - - 11.1 EXCUSABLE EVENTS - -Neither Party shall be liable for any or all delay, or failure to -perform the Agreement, that may be attributable to an event of force -majeure, an act of God or an outside cause, such as defective -functioning or interruptions of the electricity or telecommunications -networks, network paralysis following a virus attack, intervention by -government authorities, natural disasters, water damage, earthquakes, -fire, explosions, strikes and labor unrest, war, etc. - -11.2 Any failure by either Party, on one or more occasions, to invoke -one or more of the provisions hereof, shall under no circumstances be -interpreted as being a waiver by the interested Party of its right to -invoke said provision(s) subsequently. - -11.3 The Agreement cancels and replaces any or all previous agreements, -whether written or oral, between the Parties and having the same -purpose, and constitutes the entirety of the agreement between said -Parties concerning said purpose. No supplement or modification to the -terms and conditions hereof shall be effective as between the Parties -unless it is made in writing and signed by their duly authorized -representatives. - -11.4 In the event that one or more of the provisions hereof were to -conflict with a current or future applicable act or legislative text, -said act or legislative text shall prevail, and the Parties shall make -the necessary amendments so as to comply with said act or legislative -text. All other provisions shall remain effective. Similarly, invalidity -of a provision of the Agreement, for any reason whatsoever, shall not -cause the Agreement as a whole to be invalid. +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. - 11.5 LANGUAGE +10.2. Effect of New Versions -The Agreement is drafted in both French and English and both versions -are deemed authentic. +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 - Article 12 - NEW VERSIONS OF THE AGREEMENT - -12.1 Any person is authorized to duplicate and distribute copies of this -Agreement. +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). -12.2 So as to ensure coherence, the wording of this Agreement is -protected and may only be modified by the authors of the License, who -reserve the right to periodically publish updates or new versions of the -Agreement, each with a separate number. These subsequent versions may -address new issues encountered by Free Software. +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses -12.3 Any Software distributed under a given version of the Agreement may -only be subsequently distributed under the same version of the Agreement -or a subsequent version. +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 - Article 13 - GOVERNING LAW AND JURISDICTION +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 https://mozilla.org/MPL/2.0/. -13.1 The Agreement is governed by French law. The Parties agree to -endeavor to seek an amicable solution to any disagreements or disputes -that may arise during the performance of the Agreement. +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. -13.2 Failing an amicable solution within two (2) months as from their -occurrence, and unless emergency proceedings are necessary, the -disagreements or disputes shall be referred to the Paris Courts having -jurisdiction, by the more diligent Party. +You may add additional accurate notices of copyright ownership. +Exhibit B - “Incompatible With Secondary Licenses” Notice -Version 1.0 dated 2006-09-05. +This Source Code Form is “Incompatible With Secondary Licenses”, as defined by the Mozilla Public License, v. 2.0. diff --git a/Src/Adaptive/FAdaptTools.hpp b/Src/Adaptive/FAdaptTools.hpp index 1a196f79c1ce753d80ec6b7fc821d2cca008b170..082f4c6b0d07dccaa8df8f0efbf2b349c154bd79 100644 --- a/Src/Adaptive/FAdaptTools.hpp +++ b/Src/Adaptive/FAdaptTools.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Brenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FADAPTTOOLS_HPP #define FADAPTTOOLS_HPP diff --git a/Src/Arranger/FAbstractMover.hpp b/Src/Arranger/FAbstractMover.hpp index 8780c487bc7c7bd24412ef641b212f5e9f8949a1..ce68d35f32c4d21acb2f538a48741d12a3d565ad 100644 --- a/Src/Arranger/FAbstractMover.hpp +++ b/Src/Arranger/FAbstractMover.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTLEAFINTERFACE_HPP #define FABSTRACTLEAFINTERFACE_HPP diff --git a/Src/Arranger/FArrangerPeriodic.hpp b/Src/Arranger/FArrangerPeriodic.hpp index 73beab04045befc14b119dfabfe86e041b005563..b52e8034fdbd85ee2f4c654945f1ef0b79272e88 100644 --- a/Src/Arranger/FArrangerPeriodic.hpp +++ b/Src/Arranger/FArrangerPeriodic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FARRANGERPERIODIC_HPP diff --git a/Src/Arranger/FOctreeArranger.hpp b/Src/Arranger/FOctreeArranger.hpp index 30b453ecad89cac33e28f28ea29c8591a0880ead..2c716fa5320b60928b72d454f91e312ff6d39123 100644 --- a/Src/Arranger/FOctreeArranger.hpp +++ b/Src/Arranger/FOctreeArranger.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FOCTREEARRANGER_HPP #define FOCTREEARRANGER_HPP diff --git a/Src/Arranger/FOctreeArrangerProc.hpp b/Src/Arranger/FOctreeArrangerProc.hpp index b0a5b61f246e9ab0dc1c90fe100c13efb2b3dc51..06033b29e02920aa86ea2ea257444cf8991e4970 100644 --- a/Src/Arranger/FOctreeArrangerProc.hpp +++ b/Src/Arranger/FOctreeArrangerProc.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FOCTREEARRANGERPROC_HPP #define FOCTREEARRANGERPROC_HPP diff --git a/Src/BalanceTree/FAbstractBalanceAlgorithm.hpp b/Src/BalanceTree/FAbstractBalanceAlgorithm.hpp index b0afe849d6a0402127494fa3c0f4516f967aebd2..f9b54b7c8c7f6570dab9f79351a566a8fb14fa84 100644 --- a/Src/BalanceTree/FAbstractBalanceAlgorithm.hpp +++ b/Src/BalanceTree/FAbstractBalanceAlgorithm.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTBALANCEALGORITHM_H diff --git a/Src/BalanceTree/FChebSymCostKernel.hpp b/Src/BalanceTree/FChebSymCostKernel.hpp index e6d930d650406befa5b87b35f371e01c4b364371..2363c90a771e254b0b6ed544b713297e8374c392 100644 --- a/Src/BalanceTree/FChebSymCostKernel.hpp +++ b/Src/BalanceTree/FChebSymCostKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ==== diff --git a/Src/BalanceTree/FDumbCostKernel.hpp b/Src/BalanceTree/FDumbCostKernel.hpp index b38f54e002ba6044b49e242ff25d468203390204..ad9f3c33b4bba98384a28950fd605cdac17a6595 100644 --- a/Src/BalanceTree/FDumbCostKernel.hpp +++ b/Src/BalanceTree/FDumbCostKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ==== diff --git a/Src/BalanceTree/FEqualize.hpp b/Src/BalanceTree/FEqualize.hpp index 95caba72ad4e7dc08805001ded2feb3a0e3f12a7..4ec8e942ec08631a96ae2fc481cdbfde44054a8f 100644 --- a/Src/BalanceTree/FEqualize.hpp +++ b/Src/BalanceTree/FEqualize.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FEQUALIZE_HPP #define FEQUALIZE_HPP diff --git a/Src/BalanceTree/FFmmAlgorithmThreadBalanced.hpp b/Src/BalanceTree/FFmmAlgorithmThreadBalanced.hpp index f30acdeb3d9734baa833029ca48c7c2b21c64406..b3028259ecb78bf986329c4961adb421ca80a842 100644 --- a/Src/BalanceTree/FFmmAlgorithmThreadBalanced.hpp +++ b/Src/BalanceTree/FFmmAlgorithmThreadBalanced.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ==== diff --git a/Src/BalanceTree/FLeafBalance.hpp b/Src/BalanceTree/FLeafBalance.hpp index 3417e8c51b1ea3b3ea92cc80ec0ab9df89419c06..c3a63695f90f89bbf60b12bbbf7e56b98738c8c1 100644 --- a/Src/BalanceTree/FLeafBalance.hpp +++ b/Src/BalanceTree/FLeafBalance.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FLEAFBALANCE_H diff --git a/Src/BalanceTree/FParticlesBalance.hpp b/Src/BalanceTree/FParticlesBalance.hpp index bd24944be23f1449a9b5ec6bc6ec5a8fa71d2999..cd23dbca55a7dce52231f56080d39efe6ee7836c 100644 --- a/Src/BalanceTree/FParticlesBalance.hpp +++ b/Src/BalanceTree/FParticlesBalance.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FPARTICLESBALANCE_H diff --git a/Src/BalanceTree/FPartitionsMapping.hpp b/Src/BalanceTree/FPartitionsMapping.hpp index 50f2525978cd28204f038afa9d8fb062f0f32336..2e3a9df6b7beabb4c09f3f9d761d6fb54959384a 100644 --- a/Src/BalanceTree/FPartitionsMapping.hpp +++ b/Src/BalanceTree/FPartitionsMapping.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FPARTITIONSMAPPING_HPP #define FPARTITIONSMAPPING_HPP diff --git a/Src/Components/FAbstractCell.hpp b/Src/Components/FAbstractCell.hpp index a5e396a975510269a7238a8c3f6798bcf549c3b6..36548f5a183ac25615cbecf35bc95b1b75f7eb40 100644 --- a/Src/Components/FAbstractCell.hpp +++ b/Src/Components/FAbstractCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTCELL_HPP #define FABSTRACTCELL_HPP diff --git a/Src/Components/FAbstractKernels.hpp b/Src/Components/FAbstractKernels.hpp index 9b8f52114bdc42232132b69c981c460c8ef6aa64..c14a675c44f573fa1bc9d51cb84b4146445522ed 100644 --- a/Src/Components/FAbstractKernels.hpp +++ b/Src/Components/FAbstractKernels.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTKERNELS_HPP #define FABSTRACTKERNELS_HPP diff --git a/Src/Components/FAbstractLeaf.hpp b/Src/Components/FAbstractLeaf.hpp index 10694ea87c5740236314f7abeba023e2b1be3557..09b3eb9b7ab64d88cf6b5c21345aa24e1b235fb3 100644 --- a/Src/Components/FAbstractLeaf.hpp +++ b/Src/Components/FAbstractLeaf.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTLEAF_HPP #define FABSTRACTLEAF_HPP diff --git a/Src/Components/FAbstractParticleContainer.hpp b/Src/Components/FAbstractParticleContainer.hpp index a254ddab80f31b1ca6ffd681c21424d31fdd8d7d..1369518fd39d0ea6d90e2f57c9b90c346fe2cf90 100644 --- a/Src/Components/FAbstractParticleContainer.hpp +++ b/Src/Components/FAbstractParticleContainer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTPARTICLECONTAINER_HPP #define FABSTRACTPARTICLECONTAINER_HPP diff --git a/Src/Components/FAbstractSendable.hpp b/Src/Components/FAbstractSendable.hpp index 4ed109bbba7fed8616b6dc5e3d8e076e0a741b9c..43f7384b9ad3449d5147499dfb09add399a36711 100644 --- a/Src/Components/FAbstractSendable.hpp +++ b/Src/Components/FAbstractSendable.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTSENDABLE_HPP #define FABSTRACTSENDABLE_HPP diff --git a/Src/Components/FAbstractSerializable.hpp b/Src/Components/FAbstractSerializable.hpp index 3fc3ca3bf5449c18cbe6718bad8cb9308299228f..7598dcd1632c2a666ed0a82962b5a9c38745376b 100644 --- a/Src/Components/FAbstractSerializable.hpp +++ b/Src/Components/FAbstractSerializable.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTSERIALIZABLE_HPP #define FABSTRACTSERIALIZABLE_HPP diff --git a/Src/Components/FBasicCell.hpp b/Src/Components/FBasicCell.hpp index af1256b5fcd2aea544d7ccd1c9591ac0c2acb713..d723be891fcac94bf7b26b57cab3f3152194e1db 100644 --- a/Src/Components/FBasicCell.hpp +++ b/Src/Components/FBasicCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBASICCELL_HPP #define FBASICCELL_HPP diff --git a/Src/Components/FBasicKernels.hpp b/Src/Components/FBasicKernels.hpp index 97a5bd9c249202dfec2e214fe8ca50b62dd0ca6c..daba13811b699e45a5598aa2a0dcc188d7003e33 100644 --- a/Src/Components/FBasicKernels.hpp +++ b/Src/Components/FBasicKernels.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBASICKERNELS_HPP #define FBASICKERNELS_HPP diff --git a/Src/Components/FBasicParticleContainer.hpp b/Src/Components/FBasicParticleContainer.hpp index 23429fd4c47739feb4cadf803efd41cca680dd2e..537cbe484423d812d4fbca94313e894eb105e0d0 100644 --- a/Src/Components/FBasicParticleContainer.hpp +++ b/Src/Components/FBasicParticleContainer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBASICPARTICLECONTAINER_HPP #define FBASICPARTICLECONTAINER_HPP diff --git a/Src/Components/FFmaParticleContainer.hpp b/Src/Components/FFmaParticleContainer.hpp index 8f0597be75f7b17ad09dc699756c54392d50e91e..742486498c0d81c6bbe0bae22c190d4693991e15 100644 --- a/Src/Components/FFmaParticleContainer.hpp +++ b/Src/Components/FFmaParticleContainer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMAPARTICLECONTAINER_HPP #define FFMAPARTICLECONTAINER_HPP diff --git a/Src/Components/FParticleType.hpp b/Src/Components/FParticleType.hpp index 98d5a7bc6858d0b428568295ed809a8f5f700ab1..54b8f4208f76ecbf48b88d649172912bfca39c95 100644 --- a/Src/Components/FParticleType.hpp +++ b/Src/Components/FParticleType.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FPARTICLETYPE_HPP #define FPARTICLETYPE_HPP diff --git a/Src/Components/FSimpleLeaf.hpp b/Src/Components/FSimpleLeaf.hpp index 7913a4c35264949b8091897cc4880ec304d04701..b2f6169418420f8c7866f37bc9ef7f42bd2e4097 100644 --- a/Src/Components/FSimpleLeaf.hpp +++ b/Src/Components/FSimpleLeaf.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSIMPLELEAF_HPP #define FSIMPLELEAF_HPP diff --git a/Src/Components/FTestCell.hpp b/Src/Components/FTestCell.hpp index 428786b4a5c118dce007f6f80f4bcad4a41e9ac5..b90b350b9eb9a984ef50786ec8d6386194b52504 100644 --- a/Src/Components/FTestCell.hpp +++ b/Src/Components/FTestCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTESTCELL_HPP #define FTESTCELL_HPP diff --git a/Src/Components/FTestKernels.hpp b/Src/Components/FTestKernels.hpp index 0e709a2cb4ed4c5b3710e4ffc184465c81b514c0..6eb73a0aaaf1a75a2f5f8795acd7bb4d6742c991 100644 --- a/Src/Components/FTestKernels.hpp +++ b/Src/Components/FTestKernels.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTESTKERNELS_HPP #define FTESTKERNELS_HPP diff --git a/Src/Components/FTestParticleContainer.hpp b/Src/Components/FTestParticleContainer.hpp index 09bd59939f2bc1d2950bfbd3474dd3f47c9c3eb9..035f5534d436a96fb950881cc754a96b6052687e 100644 --- a/Src/Components/FTestParticleContainer.hpp +++ b/Src/Components/FTestParticleContainer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTESTPARTICLECONTAINER_HPP #define FTESTPARTICLECONTAINER_HPP diff --git a/Src/Components/FTypedLeaf.hpp b/Src/Components/FTypedLeaf.hpp index b4510a24bed0f47ddb33739418974c762ac0de3d..97ca02ef1be0cb7a5cc93c12111f1f5280625e54 100644 --- a/Src/Components/FTypedLeaf.hpp +++ b/Src/Components/FTypedLeaf.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTYPEDLEAF_HPP #define FTYPEDLEAF_HPP diff --git a/Src/Containers/FAbstractBuffer.hpp b/Src/Containers/FAbstractBuffer.hpp index b3a37167a7f04b1902ef436d8f780f9fa4f3ea12..e6a5fdf68e6c422afee8ca81bf87b45678c3127a 100644 --- a/Src/Containers/FAbstractBuffer.hpp +++ b/Src/Containers/FAbstractBuffer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTBUFFER_HPP #define FABSTRACTBUFFER_HPP diff --git a/Src/Containers/FBlockAllocator.hpp b/Src/Containers/FBlockAllocator.hpp index 162e82a16ddc14ec5d00c0c4989a57c8d6a4fdd7..eb80afb416bcc1e2477f5ebf44c22db9e830110e 100644 --- a/Src/Containers/FBlockAllocator.hpp +++ b/Src/Containers/FBlockAllocator.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBLOCKALLOCATOR_HPP #define FBLOCKALLOCATOR_HPP diff --git a/Src/Containers/FBoolArray.hpp b/Src/Containers/FBoolArray.hpp index 1dd9168f6e861b368beca339d66dfe80f11331e0..4249966a50588831a465d6ff94fcc9db0e120bf1 100644 --- a/Src/Containers/FBoolArray.hpp +++ b/Src/Containers/FBoolArray.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBOOLARRAY_HPP #define FBOOLARRAY_HPP diff --git a/Src/Containers/FBufferReader.hpp b/Src/Containers/FBufferReader.hpp index a948b4af161a87b2c315963c4f10d5e4509018f8..2311f98eaeaeaa29b5490c6fff10c9598ceb7c5f 100644 --- a/Src/Containers/FBufferReader.hpp +++ b/Src/Containers/FBufferReader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBUFFERREADER_HPP #define FBUFFERREADER_HPP diff --git a/Src/Containers/FBufferWriter.hpp b/Src/Containers/FBufferWriter.hpp index f44b9b482a45a59b4ad7d75a211211a06c27b28d..94152b22edda92875918c73daa25cf89d5994f00 100644 --- a/Src/Containers/FBufferWriter.hpp +++ b/Src/Containers/FBufferWriter.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBUFFERWRITER_HPP #define FBUFFERWRITER_HPP diff --git a/Src/Containers/FLightOctree.hpp b/Src/Containers/FLightOctree.hpp index 07e9c29d667983690015c3f30a4e95e7fdd698dd..08fcf39cfba579aaee25907e32e46d4df30fa8f7 100644 --- a/Src/Containers/FLightOctree.hpp +++ b/Src/Containers/FLightOctree.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FLIGHTOCTREE_HPP #define FLIGHTOCTREE_HPP diff --git a/Src/Containers/FList.hpp b/Src/Containers/FList.hpp index 75fb6e91a6dfca8ab43d596be3880ec373957442..2fd6b1ed485d81fc65934de2adeabaee798ca1b3 100644 --- a/Src/Containers/FList.hpp +++ b/Src/Containers/FList.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FLIST_HPP #define FLIST_HPP diff --git a/Src/Containers/FMpiBufferReader.hpp b/Src/Containers/FMpiBufferReader.hpp index 98f351b2a1190855c87b060336aad67dc2a4d74d..000644043005f4a80add44bd51e56ca50f231014 100644 --- a/Src/Containers/FMpiBufferReader.hpp +++ b/Src/Containers/FMpiBufferReader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMPIBUFFERREADER_HPP #define FMPIBUFFERREADER_HPP diff --git a/Src/Containers/FMpiBufferWriter.hpp b/Src/Containers/FMpiBufferWriter.hpp index 5050d1f3df4f2d1461afc886ac559a37050a1a6d..8410b85b62a54fd6be4047b65b125acd647cd6ab 100644 --- a/Src/Containers/FMpiBufferWriter.hpp +++ b/Src/Containers/FMpiBufferWriter.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMPIBUFFERWRITER_HPP #define FMPIBUFFERWRITER_HPP diff --git a/Src/Containers/FOctree.hpp b/Src/Containers/FOctree.hpp index 832f7a782896717983ddb7b4662ebd71fbea9600..8c622d493452882a73ce1dcf76602c97c3249753 100644 --- a/Src/Containers/FOctree.hpp +++ b/Src/Containers/FOctree.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FOCTREE_HPP #define FOCTREE_HPP diff --git a/Src/Containers/FSubOctree.hpp b/Src/Containers/FSubOctree.hpp index 05bf341a81bae7fa43fe339c1f359734cc9806e3..932ae7dc3400a46ae78af491efc7a8371d13d240 100644 --- a/Src/Containers/FSubOctree.hpp +++ b/Src/Containers/FSubOctree.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSUBOCTREE_HPP #define FSUBOCTREE_HPP diff --git a/Src/Containers/FTreeCoordinate.hpp b/Src/Containers/FTreeCoordinate.hpp index 9437a46472652315b1324faaf8ffd478ec7c3137..841bc8b324d31de0bda2a3b9fe1d5335a4391a56 100644 --- a/Src/Containers/FTreeCoordinate.hpp +++ b/Src/Containers/FTreeCoordinate.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTREECOORDINATE_HPP #define FTREECOORDINATE_HPP diff --git a/Src/Containers/FVector.hpp b/Src/Containers/FVector.hpp index dec1900029be1f60f313bb6da85b9dbcebdf1792..de3ef0a8bcb198873f461b78b7847077969b279a 100644 --- a/Src/Containers/FVector.hpp +++ b/Src/Containers/FVector.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FVECTOR_HPP #define FVECTOR_HPP diff --git a/Src/Core/FAlgorithmBuilder.hpp b/Src/Core/FAlgorithmBuilder.hpp index 481bc15269d6b4b738e44d769f832a9ae6c5b5d0..7824f5cadf2a0fa8ade4e9a71c0a5799ee1b22f4 100644 --- a/Src/Core/FAlgorithmBuilder.hpp +++ b/Src/Core/FAlgorithmBuilder.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FALGORITHMBUILDER_HPP #define FALGORITHMBUILDER_HPP diff --git a/Src/Core/FCoreCommon.hpp b/Src/Core/FCoreCommon.hpp index 7e931a5bdbf7a992a4a3145a568e97efad28f5bc..6b29f8e37ec46c3d1f914d87789f69020207d32d 100644 --- a/Src/Core/FCoreCommon.hpp +++ b/Src/Core/FCoreCommon.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCORECOMMON_HPP #define FCORECOMMON_HPP diff --git a/Src/Core/FFmmAlgorithm.hpp b/Src/Core/FFmmAlgorithm.hpp index d88a312443b85d013a8d5b8a0be0c60f401043b8..16d6f1ae5b74e5cc8db0da0c7207d17cbeea7558 100644 --- a/Src/Core/FFmmAlgorithm.hpp +++ b/Src/Core/FFmmAlgorithm.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHM_HPP #define FFMMALGORITHM_HPP diff --git a/Src/Core/FFmmAlgorithmPeriodic.hpp b/Src/Core/FFmmAlgorithmPeriodic.hpp index 8c083c6d6c23d7444cf9d5e6f1a6563ef180cd6d..2c5399d0c4a84cc07efa2267662310b255a64214 100644 --- a/Src/Core/FFmmAlgorithmPeriodic.hpp +++ b/Src/Core/FFmmAlgorithmPeriodic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMPERIODIC_HPP #define FFMMALGORITHMPERIODIC_HPP diff --git a/Src/Core/FFmmAlgorithmSectionTask.hpp b/Src/Core/FFmmAlgorithmSectionTask.hpp index 13941b33242197a7cc5d296bcb3dae7e04f0b9f2..460eaa652ea1de894967086918ffcd0e8c6d5e91 100644 --- a/Src/Core/FFmmAlgorithmSectionTask.hpp +++ b/Src/Core/FFmmAlgorithmSectionTask.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMSECTIONTASK_HPP #define FFMMALGORITHMSECTIONTASK_HPP diff --git a/Src/Core/FFmmAlgorithmTask.hpp b/Src/Core/FFmmAlgorithmTask.hpp index 51549f78f184571db77217ec88db3fd6f4cb309d..139ed3c870b0842c6cdf252569359e17390ee414 100644 --- a/Src/Core/FFmmAlgorithmTask.hpp +++ b/Src/Core/FFmmAlgorithmTask.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTASK_HPP #define FFMMALGORITHMTASK_HPP diff --git a/Src/Core/FFmmAlgorithmThread.hpp b/Src/Core/FFmmAlgorithmThread.hpp index 4fa95dada40f0e3172c03232d1aeb41b602f56e0..69d0ec7e75fc865b66c6cd3e1d46a4c335818fb7 100644 --- a/Src/Core/FFmmAlgorithmThread.hpp +++ b/Src/Core/FFmmAlgorithmThread.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTHREAD_HPP #define FFMMALGORITHMTHREAD_HPP diff --git a/Src/Core/FFmmAlgorithmThreadProc.hpp b/Src/Core/FFmmAlgorithmThreadProc.hpp index 86fe46bb186b200166c4abb47c09f99225e34179..3f3fcfdad3ab73e4c0c1fb86fcb97a127e82ff38 100644 --- a/Src/Core/FFmmAlgorithmThreadProc.hpp +++ b/Src/Core/FFmmAlgorithmThreadProc.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTHREADPROC_HPP #define FFMMALGORITHMTHREADPROC_HPP diff --git a/Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp b/Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp index 5b9f8e1aed6417ddc0b098828d55047913b475f5..c1cd81c68b0ee4c01208e0a3115fb907fb5ecf28 100644 --- a/Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp +++ b/Src/Core/FFmmAlgorithmThreadProcPeriodic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTHREADPROCPPERIODIC_HPP #define FFMMALGORITHMTHREADPROCPPERIODIC_HPP diff --git a/Src/Core/FFmmAlgorithmThreadTsm.hpp b/Src/Core/FFmmAlgorithmThreadTsm.hpp index 191a3fe6c4689545123de2727d4b6c926ca9e0ec..4a74d486abb2323eb78bbb5f9c2e40a60a4fad33 100644 --- a/Src/Core/FFmmAlgorithmThreadTsm.hpp +++ b/Src/Core/FFmmAlgorithmThreadTsm.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTHREADTSM_HPP #define FFMMALGORITHMTHREADTSM_HPP diff --git a/Src/Core/FFmmAlgorithmTsm.hpp b/Src/Core/FFmmAlgorithmTsm.hpp index 7f64a2734cfb1e8434a66f7649310ef270c76ae9..86ce578001f77cb970dca391330f5d4b5ba942c7 100644 --- a/Src/Core/FFmmAlgorithmTsm.hpp +++ b/Src/Core/FFmmAlgorithmTsm.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMMALGORITHMTSM_HPP #define FFMMALGORITHMTSM_HPP diff --git a/Src/Extensions/FExtendCellType.hpp b/Src/Extensions/FExtendCellType.hpp index 5f32aead259f973b7d99b84a1971365ff1ea2301..587eed26689603cdd30474b773f467c569327458 100644 --- a/Src/Extensions/FExtendCellType.hpp +++ b/Src/Extensions/FExtendCellType.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FEXTENDCELLTYPE_HPP #define FEXTENDCELLTYPE_HPP diff --git a/Src/Files/FAbstractLoader.hpp b/Src/Files/FAbstractLoader.hpp index f69518638232b8986e2722ea837413e89707dbf0..1a4495480d14065d0067fe7a438b49e9d2a8dd15 100644 --- a/Src/Files/FAbstractLoader.hpp +++ b/Src/Files/FAbstractLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTLOADER_HPP #define FABSTRACTLOADER_HPP diff --git a/Src/Files/FBasicLoader.hpp b/Src/Files/FBasicLoader.hpp index 63283bc86d3ae56376d7c7ae2237d7383bd5ddd5..cae55fcb4c804ba396f83f6bf67c4403d90ccacf 100644 --- a/Src/Files/FBasicLoader.hpp +++ b/Src/Files/FBasicLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBASICLOADER_HPP #define FBASICLOADER_HPP diff --git a/Src/Files/FDlpolyLoader.hpp b/Src/Files/FDlpolyLoader.hpp index b34cdc3fb0e94b4e9e1161d16de0e94979b35ef8..8a14706d0f5443909825c0a7bcc6b5912ef81556 100644 --- a/Src/Files/FDlpolyLoader.hpp +++ b/Src/Files/FDlpolyLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FDlpolyLOADER_HPP #define FDlpolyLOADER_HPP diff --git a/Src/Files/FExportWriter.hpp b/Src/Files/FExportWriter.hpp index c7a15cb2d7f534c2c2968894f757ecc1865b7ff8..84f492fb9ec4e71600d0b1a21a852eab528b7208 100644 --- a/Src/Files/FExportWriter.hpp +++ b/Src/Files/FExportWriter.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2014 INRIA +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FEXPORTDATA_HPP #define FEXPORTDATA_HPP diff --git a/Src/Files/FFmaGenericLoader.hpp b/Src/Files/FFmaGenericLoader.hpp index 8f5a8d6fe2e79d646abaa355c6d7f8b191b75fb6..4d8ca998201eb2a33718f3301d2f46fe1dba6c48 100644 --- a/Src/Files/FFmaGenericLoader.hpp +++ b/Src/Files/FFmaGenericLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // author Berenger Bramas and Olivier Coulaud // diff --git a/Src/Files/FFmaScanfLoader.hpp b/Src/Files/FFmaScanfLoader.hpp index f51ca18a56dcec1efea2445eebb0035d21851d45..ab9802d159d90624001dd90516be148e2ee68555 100644 --- a/Src/Files/FFmaScanfLoader.hpp +++ b/Src/Files/FFmaScanfLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMASCANFLOADER_HPP #define FFMASCANFLOADER_HPP diff --git a/Src/Files/FFmaTsmLoader.hpp b/Src/Files/FFmaTsmLoader.hpp index d45a64d0f71dcbeba6e3c43c69e27cf2b9505890..04b6b6d9cffbb3177726e0c0fd60cb7ac8f857c0 100644 --- a/Src/Files/FFmaTsmLoader.hpp +++ b/Src/Files/FFmaTsmLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FFMATSMLOADER_HPP #define FFMATSMLOADER_HPP diff --git a/Src/Files/FGenerateDistribution.hpp b/Src/Files/FGenerateDistribution.hpp index a45d362753b4880e1d54decc6cae6a538162ece4..f84bd95e57d55819dd4d777de8877228f6dd756b 100644 --- a/Src/Files/FGenerateDistribution.hpp +++ b/Src/Files/FGenerateDistribution.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2014 INRIA +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FGENERATEDISTRIBUTION_HPP #define FGENERATEDISTRIBUTION_HPP diff --git a/Src/Files/FHLoader.hpp b/Src/Files/FHLoader.hpp index 1eaed6d4e67734fb2c0cba53a4cf6a7e9fdd200f..97d47146805fcc72d467c732464da095a612b7b1 100644 --- a/Src/Files/FHLoader.hpp +++ b/Src/Files/FHLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FHLOADER_HPP #define FHLOADER_HPP diff --git a/Src/Files/FMpiFmaGenericLoader.hpp b/Src/Files/FMpiFmaGenericLoader.hpp index e1ba923cd382f07dca55299bd5294f3c3843cb8a..47da1e7aa58e6f4d3becdd6c8235d05390183e1d 100644 --- a/Src/Files/FMpiFmaGenericLoader.hpp +++ b/Src/Files/FMpiFmaGenericLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Src/Files/FMpiTreeBuilder.hpp b/Src/Files/FMpiTreeBuilder.hpp index fc449ea4038ca5203eb773ae545240b20fb42dcd..1b84283ee7a5b672c7604ce9ea97e64c6637db7a 100644 --- a/Src/Files/FMpiTreeBuilder.hpp +++ b/Src/Files/FMpiTreeBuilder.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMPITREEBUILDER_H #define FMPITREEBUILDER_H diff --git a/Src/Files/FPerLeafLoader.hpp b/Src/Files/FPerLeafLoader.hpp index d0a2a7bb6637ad655da8f129505eafbe5ef59cb2..28df66033c97e4b96ffec206fa54bcfa50b39945 100644 --- a/Src/Files/FPerLeafLoader.hpp +++ b/Src/Files/FPerLeafLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FPERLEAFLOADER_HPP #define FPERLEAFLOADER_HPP diff --git a/Src/Files/FRandomLoader.hpp b/Src/Files/FRandomLoader.hpp index 73af9be3ec8622af64b66e13bd51eaf503beb4c0..1a332f020f003790e787e3b6eda498f349f2b8c1 100644 --- a/Src/Files/FRandomLoader.hpp +++ b/Src/Files/FRandomLoader.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FHLOADER_HPP #define FHLOADER_HPP diff --git a/Src/Files/FTreeBuilder.hpp b/Src/Files/FTreeBuilder.hpp index 279fbe93c7fef1b4201a74924978d64d6ec70ee6..16d90728e6ab392ca0728b1624f627c04644cded 100644 --- a/Src/Files/FTreeBuilder.hpp +++ b/Src/Files/FTreeBuilder.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTREEBUILDER_H #define FTREEBUILDER_H diff --git a/Src/Files/FTreeCsvSaver.hpp b/Src/Files/FTreeCsvSaver.hpp index ba1904b941647e8b161ed3b94adc09478406b8f9..694c8045fa7e701668f047a6b57625c7d58d4640 100644 --- a/Src/Files/FTreeCsvSaver.hpp +++ b/Src/Files/FTreeCsvSaver.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTREECSVSAVER_HPP #define FTREECSVSAVER_HPP diff --git a/Src/Files/FTreeIO.hpp b/Src/Files/FTreeIO.hpp index 615a8b1e3fa91f5cba51e76db5ed904950478fb7..dc34566c2cfe0203dc3f67a2f952d2f6301bc942 100644 --- a/Src/Files/FTreeIO.hpp +++ b/Src/Files/FTreeIO.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTREEIO_HPP #define FTREEIO_HPP diff --git a/Src/Files/FTreeMpiCsvSaver.hpp b/Src/Files/FTreeMpiCsvSaver.hpp index 01dec35fdbdfc7f6580751c0bd1b59e6d0c73497..01bd7b5764b9ec186882c8b214e62acf6f62c83d 100644 --- a/Src/Files/FTreeMpiCsvSaver.hpp +++ b/Src/Files/FTreeMpiCsvSaver.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTREEMPICSVSAVER_HPP #define FTREEMPICSVSAVER_HPP diff --git a/Src/Kernels/Chebyshev/FAbstractChebKernel.hpp b/Src/Kernels/Chebyshev/FAbstractChebKernel.hpp index 8e86d1c10f317f9e1ce45de748db7dd59e3e4969..bdad913d8460d2d9f5a8fdbd9312a0a0fd1d239f 100644 --- a/Src/Kernels/Chebyshev/FAbstractChebKernel.hpp +++ b/Src/Kernels/Chebyshev/FAbstractChebKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTCHEBKERNEL_HPP #define FABSTRACTCHEBKERNEL_HPP diff --git a/Src/Kernels/Chebyshev/FChebFlopsSymKernel.hpp b/Src/Kernels/Chebyshev/FChebFlopsSymKernel.hpp index deeab7c8d2f5f9565fdfc7cab01d0675c588f629..7b4f11f6cbfb167335fa2237d25aca41714eaa0a 100644 --- a/Src/Kernels/Chebyshev/FChebFlopsSymKernel.hpp +++ b/Src/Kernels/Chebyshev/FChebFlopsSymKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBFLOPSSYMKERNEL_HPP #define FCHEBFLOPSSYMKERNEL_HPP diff --git a/Src/Kernels/Chebyshev/FChebInterpolator.hpp b/Src/Kernels/Chebyshev/FChebInterpolator.hpp index 394c2c2549ed322fb9eb33c86f0a8964d75044ae..66888a1c2d6bebe8df801fcd3dca7cfeff36f640 100644 --- a/Src/Kernels/Chebyshev/FChebInterpolator.hpp +++ b/Src/Kernels/Chebyshev/FChebInterpolator.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBINTERPOLATOR_HPP #define FCHEBINTERPOLATOR_HPP diff --git a/Src/Kernels/Chebyshev/FChebKernel.hpp b/Src/Kernels/Chebyshev/FChebKernel.hpp index 8c75af11c330ea398ac6b55701c499c008771a73..eba02b0e8e321a25ff700122e294e8772a0c0811 100644 --- a/Src/Kernels/Chebyshev/FChebKernel.hpp +++ b/Src/Kernels/Chebyshev/FChebKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBKERNEL_HPP #define FCHEBKERNEL_HPP diff --git a/Src/Kernels/Chebyshev/FChebM2LHandler.hpp b/Src/Kernels/Chebyshev/FChebM2LHandler.hpp index 87eb1ce668bd8f4f3081aff28ad136a66b24c1b4..d3366687d7975811cfece9f8a34348e23cf85e0d 100644 --- a/Src/Kernels/Chebyshev/FChebM2LHandler.hpp +++ b/Src/Kernels/Chebyshev/FChebM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBM2LHANDLER_HPP #define FCHEBM2LHANDLER_HPP diff --git a/Src/Kernels/Chebyshev/FChebRoots.hpp b/Src/Kernels/Chebyshev/FChebRoots.hpp index 82164270f51e7bdb68c93f281d1091e7c3665a23..e597c1a67c5c883371669f230632e69334820021 100644 --- a/Src/Kernels/Chebyshev/FChebRoots.hpp +++ b/Src/Kernels/Chebyshev/FChebRoots.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBROOTS_HPP #define FCHEBROOTS_HPP diff --git a/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp b/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp index 8360afb38646763b4ecc0a068abecff62f301f9c..948eed6f92f6b49c679bd120c0d60c28dad4b6ae 100644 --- a/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp +++ b/Src/Kernels/Chebyshev/FChebSymM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBSYMM2LHANDLER_HPP #define FCHEBSYMM2LHANDLER_HPP diff --git a/Src/Kernels/Chebyshev/FChebTensor.hpp b/Src/Kernels/Chebyshev/FChebTensor.hpp index 4ee012562667f98f649b274a391a5ae6b52b821d..6b80c7053126263e2dc46643b7a7988a1e7b7d42 100644 --- a/Src/Kernels/Chebyshev/FChebTensor.hpp +++ b/Src/Kernels/Chebyshev/FChebTensor.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBTENSOR_HPP #define FCHEBTENSOR_HPP diff --git a/Src/Kernels/Chebyshev/FChebTensorialKernel.hpp b/Src/Kernels/Chebyshev/FChebTensorialKernel.hpp index 37deeb722bc69558bf6d107d0362aba32d0634f5..b4ff276eb2765f96a1e7f2085bc1032da1211e9e 100644 --- a/Src/Kernels/Chebyshev/FChebTensorialKernel.hpp +++ b/Src/Kernels/Chebyshev/FChebTensorialKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBTENSORIALKERNEL_HPP #define FCHEBTENSORIALKERNEL_HPP diff --git a/Src/Kernels/Chebyshev/FChebTensorialM2LHandler.hpp b/Src/Kernels/Chebyshev/FChebTensorialM2LHandler.hpp index 4c39e507adae2d934a2889971ed9bf85de160693..262a99af66bfec22bc6cf46f40b6d0333343f31d 100644 --- a/Src/Kernels/Chebyshev/FChebTensorialM2LHandler.hpp +++ b/Src/Kernels/Chebyshev/FChebTensorialM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCHEBTENSORIALM2LHANDLER_HPP #define FCHEBTENSORIALM2LHANDLER_HPP diff --git a/Src/Kernels/Interpolation/FInterpCell.hpp b/Src/Kernels/Interpolation/FInterpCell.hpp index 9401710b09fb566b47515bbe41e9de04d1a242cc..3111973e671964538d24ec481e9c2127879a9629 100644 --- a/Src/Kernels/Interpolation/FInterpCell.hpp +++ b/Src/Kernels/Interpolation/FInterpCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPCELL_HPP #define FINTERPCELL_HPP diff --git a/Src/Kernels/Interpolation/FInterpMapping.hpp b/Src/Kernels/Interpolation/FInterpMapping.hpp index 8d91e0172386e558d827426cdfa18412095ed238..78d785e85579fcc8001af47fd8d5801a10ace9f7 100644 --- a/Src/Kernels/Interpolation/FInterpMapping.hpp +++ b/Src/Kernels/Interpolation/FInterpMapping.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPMAPPING_HPP #define FINTERPMAPPING_HPP diff --git a/Src/Kernels/Interpolation/FInterpMatrixKernel.hpp b/Src/Kernels/Interpolation/FInterpMatrixKernel.hpp index 1211917d949dda3a3ae443a4e548df01d63edeb0..5ccada288f0c41d5694572d36021964ff8deecac 100644 --- a/Src/Kernels/Interpolation/FInterpMatrixKernel.hpp +++ b/Src/Kernels/Interpolation/FInterpMatrixKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPMATRIXKERNEL_HPP #define FINTERPMATRIXKERNEL_HPP diff --git a/Src/Kernels/Interpolation/FInterpMatrixKernel_Covariance.hpp b/Src/Kernels/Interpolation/FInterpMatrixKernel_Covariance.hpp index 902fd7a98ef273734a6e396b0d5e45c98bb0298e..5be6630a5056a39e83489c632616781602581b17 100644 --- a/Src/Kernels/Interpolation/FInterpMatrixKernel_Covariance.hpp +++ b/Src/Kernels/Interpolation/FInterpMatrixKernel_Covariance.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // @SCALFMM_PRIVATE diff --git a/Src/Kernels/Interpolation/FInterpMatrixKernel_TensorialInteractions.hpp b/Src/Kernels/Interpolation/FInterpMatrixKernel_TensorialInteractions.hpp index e018112f8655543d0f91a78498712bb313c14d47..cd49ae7369431f8fd3976cb71f2beb8b9da204ff 100644 --- a/Src/Kernels/Interpolation/FInterpMatrixKernel_TensorialInteractions.hpp +++ b/Src/Kernels/Interpolation/FInterpMatrixKernel_TensorialInteractions.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPMATRIXKERNEL_TENSORIAL_INTERACTIONS_HPP #define FINTERPMATRIXKERNEL_TENSORIAL_INTERACTIONS_HPP diff --git a/Src/Kernels/Interpolation/FInterpSymmetries.hpp b/Src/Kernels/Interpolation/FInterpSymmetries.hpp index a3b16b2829a866426afc895afda7b17056b3d35a..0192ef424f016d9ad9348897e08ac1a6c5e5e876 100644 --- a/Src/Kernels/Interpolation/FInterpSymmetries.hpp +++ b/Src/Kernels/Interpolation/FInterpSymmetries.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPSYMMETRIES_HPP #define FINTERPSYMMETRIES_HPP diff --git a/Src/Kernels/Interpolation/FInterpTensor.hpp b/Src/Kernels/Interpolation/FInterpTensor.hpp index 4bf23441a90f2d5e9663ceb18d3ea7061452bce7..7f450c4bc4643ea2e8ad9b9ab236f081c399ee87 100644 --- a/Src/Kernels/Interpolation/FInterpTensor.hpp +++ b/Src/Kernels/Interpolation/FInterpTensor.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FINTERPTENSOR_HPP #define FINTERPTENSOR_HPP diff --git a/Src/Kernels/P2P/FP2P.hpp b/Src/Kernels/P2P/FP2P.hpp index 9f5e380047fac01d4c3990797e12bc42141da69e..c999e67d08686a250006a3d02f644b6a45f08d08 100644 --- a/Src/Kernels/P2P/FP2P.hpp +++ b/Src/Kernels/P2P/FP2P.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FP2P_HPP #define FP2P_HPP diff --git a/Src/Kernels/P2P/FP2PMultiRhs.hpp b/Src/Kernels/P2P/FP2PMultiRhs.hpp index bbbfccf40f89dc57f57e4402b38199f42c39ad56..f947de883510deeff7ead4c36b86cb207a7c4c4c 100644 --- a/Src/Kernels/P2P/FP2PMultiRhs.hpp +++ b/Src/Kernels/P2P/FP2PMultiRhs.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FP2PMULTIRHS_HPP #define FP2PMULTIRHS_HPP diff --git a/Src/Kernels/P2P/FP2PTensorialKij.hpp b/Src/Kernels/P2P/FP2PTensorialKij.hpp index ffb59fcc3c73344b8a0fce07e623598831f31d56..2249207df61e8006e4360b7ad7052a82427662d0 100644 --- a/Src/Kernels/P2P/FP2PTensorialKij.hpp +++ b/Src/Kernels/P2P/FP2PTensorialKij.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FP2P_TENSORIALKIJ_HPP #define FP2P_TENSORIALKIJ_HPP diff --git a/Src/Kernels/Rotation/FRotationCell.hpp b/Src/Kernels/Rotation/FRotationCell.hpp index 593f96535964fed23c3476b51d939a7eb0bc001b..b345405e8e07c74409a07dc4704bf5d0c29bf083 100644 --- a/Src/Kernels/Rotation/FRotationCell.hpp +++ b/Src/Kernels/Rotation/FRotationCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FROTATIONCELL_HPP #define FROTATIONCELL_HPP diff --git a/Src/Kernels/Rotation/FRotationOriginalKernel.hpp b/Src/Kernels/Rotation/FRotationOriginalKernel.hpp index 38d3315ac18efe26608d4706d04718f67e39b69b..352411a1253caa951d68e047d10e28bc8f29d115 100644 --- a/Src/Kernels/Rotation/FRotationOriginalKernel.hpp +++ b/Src/Kernels/Rotation/FRotationOriginalKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FROTATIONORIGINALKERNEL_HPP #define FROTATIONORIGINALKERNEL_HPP diff --git a/Src/Kernels/Rotation/FRotationParticleContainer.hpp b/Src/Kernels/Rotation/FRotationParticleContainer.hpp index a1a92fc45d0314cd8456f6a6a01c7e99cb6a512f..50cfd1e7845dfe1362245bf9d3d10a1ba47ec60f 100644 --- a/Src/Kernels/Rotation/FRotationParticleContainer.hpp +++ b/Src/Kernels/Rotation/FRotationParticleContainer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FROTATIONLPARTICLECONTAINER_HPP #define FROTATIONLPARTICLECONTAINER_HPP diff --git a/Src/Kernels/Spherical/FAbstractSphericalKernel.hpp b/Src/Kernels/Spherical/FAbstractSphericalKernel.hpp index 36e47e61fd31a65350560369ca5e3ac54b24cee8..a630f37454721871d863dc50439fac45cdc123b3 100644 --- a/Src/Kernels/Spherical/FAbstractSphericalKernel.hpp +++ b/Src/Kernels/Spherical/FAbstractSphericalKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FABSTRACTSPHERICALKERNEL_HPP #define FABSTRACTSPHERICALKERNEL_HPP diff --git a/Src/Kernels/Spherical/FHarmonic.hpp b/Src/Kernels/Spherical/FHarmonic.hpp index 49ff8679a96a8bd417ec9a17b17419d0c54e668c..afb1b6024aa645ed6255459fcdfeacdd7b1ecd5a 100644 --- a/Src/Kernels/Spherical/FHarmonic.hpp +++ b/Src/Kernels/Spherical/FHarmonic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FHARMONIC_HPP #define FHARMONIC_HPP diff --git a/Src/Kernels/Spherical/FSphericalBlockBlasKernel.hpp b/Src/Kernels/Spherical/FSphericalBlockBlasKernel.hpp index 3e9524841c0dd66fbaa5ce7ed9e61c9585c628d2..e1dd4c30e1e6af99c6e0c666425406ca7831a5d5 100644 --- a/Src/Kernels/Spherical/FSphericalBlockBlasKernel.hpp +++ b/Src/Kernels/Spherical/FSphericalBlockBlasKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSPHERICALBLOCKBLASKERNEL_HPP #define FSPHERICALBLOCKBLASKERNEL_HPP diff --git a/Src/Kernels/Spherical/FSphericalCell.hpp b/Src/Kernels/Spherical/FSphericalCell.hpp index dafde93ec973d79c18ab00ae74fc88272fc87d29..40fe47a8b592c16cb244da4130f21ddd5ddc412e 100644 --- a/Src/Kernels/Spherical/FSphericalCell.hpp +++ b/Src/Kernels/Spherical/FSphericalCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSPHERICALCELL_HPP #define FSPHERICALCELL_HPP diff --git a/Src/Kernels/Spherical/FSphericalKernel.hpp b/Src/Kernels/Spherical/FSphericalKernel.hpp index 5d0583e7304413a67df39186c1b93dfc6c375e44..647d6ecb070b4efdc8d3b455e29f9dfc07baddde 100644 --- a/Src/Kernels/Spherical/FSphericalKernel.hpp +++ b/Src/Kernels/Spherical/FSphericalKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSPHERICALKERNEL_HPP #define FSPHERICALKERNEL_HPP diff --git a/Src/Kernels/Taylor/FTaylorCell.hpp b/Src/Kernels/Taylor/FTaylorCell.hpp index 75c0ca382284d1d00f154fe7b9fd7879df4585bb..3366b83b80efad3429276907bdef2198178da199 100644 --- a/Src/Kernels/Taylor/FTaylorCell.hpp +++ b/Src/Kernels/Taylor/FTaylorCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTAYLORCELL_HPP #define FTAYLORCELL_HPP diff --git a/Src/Kernels/Taylor/FTaylorFlopsKernel.hpp b/Src/Kernels/Taylor/FTaylorFlopsKernel.hpp index 7d5a354a6befb0324641febac28af270d30a6855..b6b1706a7050d5953c7354654aa51c7523404e7a 100644 --- a/Src/Kernels/Taylor/FTaylorFlopsKernel.hpp +++ b/Src/Kernels/Taylor/FTaylorFlopsKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTAYLORFLOPSKERNEL_HPP diff --git a/Src/Kernels/Taylor/FTaylorKernel.hpp b/Src/Kernels/Taylor/FTaylorKernel.hpp index 3788e63719e8a2c0fa7c92f0c75860831d125579..d62014f1dbfb7417b69e1b14fedb9b59d537c6a6 100644 --- a/Src/Kernels/Taylor/FTaylorKernel.hpp +++ b/Src/Kernels/Taylor/FTaylorKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTAYLORKERNEL_HPP #define FTAYLORKERNEL_HPP diff --git a/Src/Kernels/Taylor/FTaylorKernelSimple.hpp b/Src/Kernels/Taylor/FTaylorKernelSimple.hpp index 614494e8e3a80921e0d149dbdc994636f0eea7e3..2cf2df7d05c492fbb0250d026eb0450c23eff127 100644 --- a/Src/Kernels/Taylor/FTaylorKernelSimple.hpp +++ b/Src/Kernels/Taylor/FTaylorKernelSimple.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTAYLORKERNEL_HPP #define FTAYLORKERNEL_HPP diff --git a/Src/Kernels/Uniform/FAbstractUnifKernel.hpp b/Src/Kernels/Uniform/FAbstractUnifKernel.hpp index 49403303b3cb46436bce39e931f64327179cdaa2..d18fc519b8156b606c5314d77053c6b52ec50c5f 100644 --- a/Src/Kernels/Uniform/FAbstractUnifKernel.hpp +++ b/Src/Kernels/Uniform/FAbstractUnifKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifCell.hpp b/Src/Kernels/Uniform/FUnifCell.hpp index 2c9c75f0839609c86c82601fbe8965f721869524..379178b8a41a9b1ec1735a0f74a204b158273d77 100644 --- a/Src/Kernels/Uniform/FUnifCell.hpp +++ b/Src/Kernels/Uniform/FUnifCell.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifDenseKernel.hpp b/Src/Kernels/Uniform/FUnifDenseKernel.hpp index b5ec30a14c92da434cbe5950473d1e1561e98c0d..710c41a7f6ccd78e47b47b32b999e05e0f5eff65 100644 --- a/Src/Kernels/Uniform/FUnifDenseKernel.hpp +++ b/Src/Kernels/Uniform/FUnifDenseKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifInterpolator.hpp b/Src/Kernels/Uniform/FUnifInterpolator.hpp index f675b27bd917fdae9eb7364d3fcd6acb90fe85ba..3ac9b56ae95ba19f65b836fdc125f203ffdf0090 100644 --- a/Src/Kernels/Uniform/FUnifInterpolator.hpp +++ b/Src/Kernels/Uniform/FUnifInterpolator.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifKernel.hpp b/Src/Kernels/Uniform/FUnifKernel.hpp index ed6e4ff55917e64214362af8e0648d8c038d36b1..310d6b68bd699dd0c9f11c8c44bfb9967280b952 100644 --- a/Src/Kernels/Uniform/FUnifKernel.hpp +++ b/Src/Kernels/Uniform/FUnifKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifM2LHandler.hpp b/Src/Kernels/Uniform/FUnifM2LHandler.hpp index 551d1f7d7a65a1e8af0950e536bdbf0e813ffbaa..d37cdfea5b989e034e2091eb634596fe2cdd5868 100644 --- a/Src/Kernels/Uniform/FUnifM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifRoots.hpp b/Src/Kernels/Uniform/FUnifRoots.hpp index 34d5909c2a87424add9e913b48a095df92be121b..b1e8fba2337632b50199fa79c329536e21db4b06 100644 --- a/Src/Kernels/Uniform/FUnifRoots.hpp +++ b/Src/Kernels/Uniform/FUnifRoots.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp b/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp index 4f535ef4c54564a6831ae52c59d437c9118794ea..75795e9bb9866e3cd1093c6d45b4d35c5da52fe8 100644 --- a/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifSymM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifTensor.hpp b/Src/Kernels/Uniform/FUnifTensor.hpp index ab233ab57a03f2b684312c38744a70e1fa9e9ff5..2ee3f411c14ca2d6c68599543a383e8657f89da6 100644 --- a/Src/Kernels/Uniform/FUnifTensor.hpp +++ b/Src/Kernels/Uniform/FUnifTensor.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifTensorialKernel.hpp b/Src/Kernels/Uniform/FUnifTensorialKernel.hpp index 2a9e3c466e8c14482cbe22258188afee60998df3..1f2b79ed1363506a82b4b2f53d55ddb75eaf3133 100644 --- a/Src/Kernels/Uniform/FUnifTensorialKernel.hpp +++ b/Src/Kernels/Uniform/FUnifTensorialKernel.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp b/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp index e72c62e0e04c673850510106ac5f0360cc800b01..3c147c66bf62475234c1c7a620f7e9ba83ed2b17 100644 --- a/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp +++ b/Src/Kernels/Uniform/FUnifTensorialM2LHandler.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Src/Utils/FAca.hpp b/Src/Utils/FAca.hpp index 6b6b8b79be33237bb243e4c953b9cf3eb9def10f..01a343147317fe00b08620e594ab3a855f1c0ffd 100644 --- a/Src/Utils/FAca.hpp +++ b/Src/Utils/FAca.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FACA_HPP #define FACA_HPP diff --git a/Src/Utils/FAlignedMemory.hpp b/Src/Utils/FAlignedMemory.hpp index 37f305dd59715be0c902748ed41e220d2a9f6ea6..94a15815861dc4a7a2417e67e7de4c62483acccc 100644 --- a/Src/Utils/FAlignedMemory.hpp +++ b/Src/Utils/FAlignedMemory.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FALIGNEDMEMORY_HPP #define FALIGNEDMEMORY_HPP diff --git a/Src/Utils/FAssert.hpp b/Src/Utils/FAssert.hpp index 8b0c8ea17090fc3f842e63fd6f24dad66d0b654d..cef2a1648a183e8de36bd23432bad0730b21cd0d 100644 --- a/Src/Utils/FAssert.hpp +++ b/Src/Utils/FAssert.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FASSERT_HPP #define FASSERT_HPP diff --git a/Src/Utils/FAvx.hpp b/Src/Utils/FAvx.hpp index e9b21253ee2d04934f781149e304b45a21921e47..356901cd6f68b6c8b03a9ffb112fb6a7e7efaedd 100644 --- a/Src/Utils/FAvx.hpp +++ b/Src/Utils/FAvx.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FAVX_HPP #define FAVX_HPP diff --git a/Src/Utils/FAvx2.hpp b/Src/Utils/FAvx2.hpp index a01fc5099bf012cc5d466a50c6b7f3eed06c14e9..415a73ca2ef7d82526746fac4852b1bca8e5570e 100644 --- a/Src/Utils/FAvx2.hpp +++ b/Src/Utils/FAvx2.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FAVX2_HPP #define FAVX2_HPP diff --git a/Src/Utils/FBitonicSort.hpp b/Src/Utils/FBitonicSort.hpp index 7bc609f17c20044a880b70ccef1a8b19dddcdcf9..a34c61e9809a8522f07ae4cd45cf47edd1bb1e45 100644 --- a/Src/Utils/FBitonicSort.hpp +++ b/Src/Utils/FBitonicSort.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef BITONICSORT_HPP #define BITONICSORT_HPP diff --git a/Src/Utils/FBlas.hpp b/Src/Utils/FBlas.hpp index f722b0f5f372980fcc9197dc0b9dbd6396578fac..5ad2c2e332996091ebe8bb64c3ecc7870580bb86 100644 --- a/Src/Utils/FBlas.hpp +++ b/Src/Utils/FBlas.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FBLAS_HPP #define FBLAS_HPP diff --git a/Src/Utils/FCompareResults.hpp b/Src/Utils/FCompareResults.hpp index 706d9e117f30e27a1c12e9527461b4d42c83b987..fe7f7356bae39e9f692a6c69c980166d77a46d29 100644 --- a/Src/Utils/FCompareResults.hpp +++ b/Src/Utils/FCompareResults.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Brenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FCOMPARERESULTS_HPP #define FCOMPARERESULTS_HPP diff --git a/Src/Utils/FDft.hpp b/Src/Utils/FDft.hpp index e6659db03510a455f259485ee676c8711321a82d..4aaf4d9a3fa17881d79cbc35a7e56fd026fc7a33 100644 --- a/Src/Utils/FDft.hpp +++ b/Src/Utils/FDft.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FDFT_HPP #define FDFT_HPP diff --git a/Src/Utils/FDoc.hpp b/Src/Utils/FDoc.hpp index 1756e883d1e3a35ea04ee885dda31115a75385a0..8bccdcaeb6178df3ce990c2e3fad81fc0f92516a 100644 --- a/Src/Utils/FDoc.hpp +++ b/Src/Utils/FDoc.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FDOC_HPP #define FDOC_HPP diff --git a/Src/Utils/FGlobal.hpp b/Src/Utils/FGlobal.hpp index d00820b406ecca01a0a758541cfa120989c7174f..e2d72c9a8451b69936570547c842950e300b230b 100644 --- a/Src/Utils/FGlobal.hpp +++ b/Src/Utils/FGlobal.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FGLOBAL_HPP #define FGLOBAL_HPP diff --git a/Src/Utils/FGlobalPeriodic.hpp b/Src/Utils/FGlobalPeriodic.hpp index 16ef0e8dbf4227d2a94171f363f74b3115600785..4c3201867444bd5d852cfea1230e45e4603c64ef 100644 --- a/Src/Utils/FGlobalPeriodic.hpp +++ b/Src/Utils/FGlobalPeriodic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FGLOBALPERIODIC_HPP #define FGLOBALPERIODIC_HPP diff --git a/Src/Utils/FLog.cpp b/Src/Utils/FLog.cpp index 88c0c4215d71197b7088b3c97ebb737fd808ab09..1d2c0cc72b76358d309bcd8002eff89169c4a910 100644 --- a/Src/Utils/FLog.cpp +++ b/Src/Utils/FLog.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FLog.hpp" diff --git a/Src/Utils/FLog.hpp b/Src/Utils/FLog.hpp index ec09682679173e78db1c14ca9aefee8f781de093..06f5046eabb7a426e6cd69070fac5b221c39b3e9 100644 --- a/Src/Utils/FLog.hpp +++ b/Src/Utils/FLog.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FDEBUG_HPP #define FDEBUG_HPP diff --git a/Src/Utils/FMath.hpp b/Src/Utils/FMath.hpp index 5b827d01c9cfbece2b1a737a31adf69af6003c13..d5bab694ce0026c1923dc893fcd54ec0fbdcaf1e 100644 --- a/Src/Utils/FMath.hpp +++ b/Src/Utils/FMath.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMATH_HPP #define FMATH_HPP diff --git a/Src/Utils/FMemStats.cpp b/Src/Utils/FMemStats.cpp index 10c55acebfd3007488d2f22ad212342d53521a57..468a30503020667b28e70a96c1599057cc415b4b 100644 --- a/Src/Utils/FMemStats.cpp +++ b/Src/Utils/FMemStats.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FMemStats.h" diff --git a/Src/Utils/FMemStats.h b/Src/Utils/FMemStats.h index 828d7d249c9c61ef7b24db81fa66f36a80d97295..0f7a3e97d4c3e8332a5d07b58f986dd9f347e405 100644 --- a/Src/Utils/FMemStats.h +++ b/Src/Utils/FMemStats.h @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMEMSTATS_H #define FMEMSTATS_H diff --git a/Src/Utils/FMemUtils.hpp b/Src/Utils/FMemUtils.hpp index faaffe07d5b0ffa2c78986dfd5dae690234a3c94..60b1706a1a600a68d23e0ec2dadc43a6c7e8b076 100644 --- a/Src/Utils/FMemUtils.hpp +++ b/Src/Utils/FMemUtils.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMEMUTILS_HPP #define FMEMUTILS_HPP diff --git a/Src/Utils/FMpi.hpp b/Src/Utils/FMpi.hpp index c299a0fc6088dc6de6830c41ee35452b1cc5b85f..4a4f12cd36674f397b84e38eaeccb2c1af5abde3 100644 --- a/Src/Utils/FMpi.hpp +++ b/Src/Utils/FMpi.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FMPI_HPP #define FMPI_HPP diff --git a/Src/Utils/FNoCopyable.hpp b/Src/Utils/FNoCopyable.hpp index 5222ee6b06ac4d833908a499b39e92c0ace54e07..2ab86feba6dc9a41dd4f4e8ad9439827c87123dc 100644 --- a/Src/Utils/FNoCopyable.hpp +++ b/Src/Utils/FNoCopyable.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FNOCOPYABLE_HPP #define FNOCOPYABLE_HPP diff --git a/Src/Utils/FParameterNames.hpp b/Src/Utils/FParameterNames.hpp index 12cda0e40b9b519e7e9e96e5dfda9905909ed85f..2272c3b93f8e1029a218d0014c269950e33e6d9e 100644 --- a/Src/Utils/FParameterNames.hpp +++ b/Src/Utils/FParameterNames.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifdef FPARAMETERNAMES_HPP #error FParameterNames must be included only once by each main file! diff --git a/Src/Utils/FParameters.hpp b/Src/Utils/FParameters.hpp index f3678e254735594406316303e185dccc85523548..ab7ffd5b917aa44d51c71177d18d3d511b37ac75 100644 --- a/Src/Utils/FParameters.hpp +++ b/Src/Utils/FParameters.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FPARAMETERS_H #define FPARAMETERS_H diff --git a/Src/Utils/FQuickSort.hpp b/Src/Utils/FQuickSort.hpp index 8ba32f810155b0ed63654c6d2ee0bdd98af4d7bf..2abad572c6bf1c6c4e9d14639eb2b4cc4cd36964 100644 --- a/Src/Utils/FQuickSort.hpp +++ b/Src/Utils/FQuickSort.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FQUICKSORT_HPP #define FQUICKSORT_HPP diff --git a/Src/Utils/FQuickSortMpi.hpp b/Src/Utils/FQuickSortMpi.hpp index eba5fdfff4bc1298bf76ef6e7cf1e7c72d354e36..7bbc25b37a18d962c831071c553c81363ea82fcc 100644 --- a/Src/Utils/FQuickSortMpi.hpp +++ b/Src/Utils/FQuickSortMpi.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FQUICKSORTMPI_HPP #define FQUICKSORTMPI_HPP diff --git a/Src/Utils/FSmartPointer.hpp b/Src/Utils/FSmartPointer.hpp index 6f120674c5fe6d26052bff5eb06393b1bef2a1da..3087acad5fc90025094d6ac59d132feb63466860 100644 --- a/Src/Utils/FSmartPointer.hpp +++ b/Src/Utils/FSmartPointer.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSMARTPOINTER_HPP #define FSMARTPOINTER_HPP diff --git a/Src/Utils/FSse.hpp b/Src/Utils/FSse.hpp index 48daa486d96188140d46d0b2d4936abbca8c58bc..d64f9e2a034da7bfd4a76159a913e661abdc0332 100644 --- a/Src/Utils/FSse.hpp +++ b/Src/Utils/FSse.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSSE_HPP #define FSSE_HPP diff --git a/Src/Utils/FSvd.hpp b/Src/Utils/FSvd.hpp index e858d1f2d7e33a5289d2835c85956a27228e8e9b..fba2e27517053c5cfeeecd9e80b0b682c2317445 100644 --- a/Src/Utils/FSvd.hpp +++ b/Src/Utils/FSvd.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FSVD_HPP #define FSVD_HPP diff --git a/Src/Utils/FTemplate.hpp b/Src/Utils/FTemplate.hpp index 9d476e37a3effd1592e667bebe67b1a48e32915f..13c76d8c3f3f7d00cd92611c86766e0dcd605936 100644 --- a/Src/Utils/FTemplate.hpp +++ b/Src/Utils/FTemplate.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTEMPLATE_HPP #define FTEMPLATE_HPP diff --git a/Src/Utils/FTic.hpp b/Src/Utils/FTic.hpp index 72527b6e454f50ab0a2db5d67ab54ce8c00dae2e..2179598a73402d63a9f36008aeeb1bd19263d4f8 100644 --- a/Src/Utils/FTic.hpp +++ b/Src/Utils/FTic.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FTIC_HPP #define FTIC_HPP diff --git a/Tests/Kernels/DirectAlgorithm.cpp b/Tests/Kernels/DirectAlgorithm.cpp index 07996bb0951d225bb68007c9e07c5c1abfa602b3..68531e17f4a8a69dd3fe552dd0f3c44fe00bbfd8 100644 --- a/Tests/Kernels/DirectAlgorithm.cpp +++ b/Tests/Kernels/DirectAlgorithm.cpp @@ -1,18 +1,17 @@ // =================================================================================== // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== // @BUG_INTEL diff --git a/Tests/Kernels/testAdaptiveChebSymFMM.cpp b/Tests/Kernels/testAdaptiveChebSymFMM.cpp index 07fdb05cda640f62398e57d5aca5d84ea5d82cbe..9f3b02f4592937cf80e01dc69a6fbfd6dc628f95 100644 --- a/Tests/Kernels/testAdaptiveChebSymFMM.cpp +++ b/Tests/Kernels/testAdaptiveChebSymFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testChebAlgorithm.cpp b/Tests/Kernels/testChebAlgorithm.cpp index 670486376942b7f507f3f661dcc1aef2212d8edc..ed94d482be2d8f1ba2474d81da6d85c43598371c 100644 --- a/Tests/Kernels/testChebAlgorithm.cpp +++ b/Tests/Kernels/testChebAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testChebAlgorithmProc.cpp b/Tests/Kernels/testChebAlgorithmProc.cpp index 08c7aff1e85a87338b3115b7903d25d5038a9654..9efc61f1975ed177a16fe042628ecaa9bed5b932 100644 --- a/Tests/Kernels/testChebAlgorithmProc.cpp +++ b/Tests/Kernels/testChebAlgorithmProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testChebTensorialAlgorithm.cpp b/Tests/Kernels/testChebTensorialAlgorithm.cpp index c742ed0e6c2a5d5dbe6c344e6bd6b7bcbcdfc611..7b9da56afbe2df19f5c22faa68fc99c2382512b6 100644 --- a/Tests/Kernels/testChebTensorialAlgorithm.cpp +++ b/Tests/Kernels/testChebTensorialAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA, +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // // #author P. Blanchard diff --git a/Tests/Kernels/testFlopsChebAlgorithm.cpp b/Tests/Kernels/testFlopsChebAlgorithm.cpp index be4ca015915ea252b65a1d9f1720e2c610bee2c0..0a4a2287b16281c886e99b972c4250b82cb3ae0d 100644 --- a/Tests/Kernels/testFlopsChebAlgorithm.cpp +++ b/Tests/Kernels/testFlopsChebAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/Tests/Kernels/testOmniPath.cpp b/Tests/Kernels/testOmniPath.cpp index 7df7d4742f79ae42aed152d86c14f8847c7d569d..37444fdbc44510d085fc8819204806109345514d 100644 --- a/Tests/Kernels/testOmniPath.cpp +++ b/Tests/Kernels/testOmniPath.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testP2PEfficency.cpp b/Tests/Kernels/testP2PEfficency.cpp index 315e3e8dac87e134329829901cc9dabdf18707e0..de92f15b497e8d99e894df12ef2d3fee8ed83937 100644 --- a/Tests/Kernels/testP2PEfficency.cpp +++ b/Tests/Kernels/testP2PEfficency.cpp @@ -1,18 +1,17 @@ // =================================================================================== // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testRotationAlgorithm.cpp b/Tests/Kernels/testRotationAlgorithm.cpp index a5fb0ba551131994f31f8d65968618c57b60b196..9da35b43ff289aa48aec8e89b475bb2409099a21 100644 --- a/Tests/Kernels/testRotationAlgorithm.cpp +++ b/Tests/Kernels/testRotationAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <limits> diff --git a/Tests/Kernels/testRotationAlgorithmProc.cpp b/Tests/Kernels/testRotationAlgorithmProc.cpp index 22613ef15926552f3c6e37839710749d26f7a147..c2f9423951071bf8340a9b0c071ae2acd1e25e69 100644 --- a/Tests/Kernels/testRotationAlgorithmProc.cpp +++ b/Tests/Kernels/testRotationAlgorithmProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testRotationPeriodicBench.cpp b/Tests/Kernels/testRotationPeriodicBench.cpp index 2463afb74f509769ec8a9fd682f6278b21b90bf7..bc4d5c13ff3cc70af74977de71f4e72caa0e1cbe 100644 --- a/Tests/Kernels/testRotationPeriodicBench.cpp +++ b/Tests/Kernels/testRotationPeriodicBench.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "../../Src/Containers/FOctree.hpp" #include "../../Src/Containers/FVector.hpp" diff --git a/Tests/Kernels/testSmoothUnifAlgorithm.cpp b/Tests/Kernels/testSmoothUnifAlgorithm.cpp index 40f665113f30cffb078e7ce01fb3387297a487d0..b8b30f9d8f9c15427a7ecef841522bb7b92f983c 100644 --- a/Tests/Kernels/testSmoothUnifAlgorithm.cpp +++ b/Tests/Kernels/testSmoothUnifAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/Tests/Kernels/testSphericalAlgorithm.cpp b/Tests/Kernels/testSphericalAlgorithm.cpp index 53ab29317c5e702971c02bc0653554e16477d00d..a51628f8dc91c342ad503f052c769e70ae2e002d 100644 --- a/Tests/Kernels/testSphericalAlgorithm.cpp +++ b/Tests/Kernels/testSphericalAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testSphericalBench.cpp b/Tests/Kernels/testSphericalBench.cpp index 5330b53653f309fff87799f093335b184cbe122a..346c6cf188fce2c3469d3f3d46ba2c1ddd1e0498 100644 --- a/Tests/Kernels/testSphericalBench.cpp +++ b/Tests/Kernels/testSphericalBench.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testSphericalBlasAlgorithm.cpp b/Tests/Kernels/testSphericalBlasAlgorithm.cpp index b0647919340716dab943dd02ebd5e0dd21e2baf8..b64ed3c388e8484d8da64709a017de4a22cbd628 100644 --- a/Tests/Kernels/testSphericalBlasAlgorithm.cpp +++ b/Tests/Kernels/testSphericalBlasAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testSphericalBlockBlasAlgorithm.cpp b/Tests/Kernels/testSphericalBlockBlasAlgorithm.cpp index 3b39326edb0233227227dde98b29c1f07a4f8d00..2dcc0ab49506e97ac09f61ff78332c8dac54842e 100644 --- a/Tests/Kernels/testSphericalBlockBlasAlgorithm.cpp +++ b/Tests/Kernels/testSphericalBlockBlasAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testSphericalDlpolyAlgorithm.cpp b/Tests/Kernels/testSphericalDlpolyAlgorithm.cpp index bf6b996198fc5b8841d0497f325e6073ae04573d..45e1863c0c9263b66e9e7cc6709528624c85a081 100644 --- a/Tests/Kernels/testSphericalDlpolyAlgorithm.cpp +++ b/Tests/Kernels/testSphericalDlpolyAlgorithm.cpp @@ -1,16 +1,16 @@ -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// =================================================================================== +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testSphericalGalaxyCsv.cpp b/Tests/Kernels/testSphericalGalaxyCsv.cpp index 763f7b14b47c31668d3ba765a66a5f00c8be8f1c..c19ae3c437908ecc59a5385dd117348ac51c35af 100644 --- a/Tests/Kernels/testSphericalGalaxyCsv.cpp +++ b/Tests/Kernels/testSphericalGalaxyCsv.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testSphericalProcAlgorithm.cpp b/Tests/Kernels/testSphericalProcAlgorithm.cpp index 749558581d593f910ef61a0edd6c23d5d2b7c97f..648eaa9d5d9a19870b0f515a1dba89dfbaf2fb85 100644 --- a/Tests/Kernels/testSphericalProcAlgorithm.cpp +++ b/Tests/Kernels/testSphericalProcAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testSphericalRotationAlgorithm.cpp b/Tests/Kernels/testSphericalRotationAlgorithm.cpp index 903584db979695147e4ee955738bd2e0f45ef9de..35dbbe33de30f445067b9f8e9127965040256159 100644 --- a/Tests/Kernels/testSphericalRotationAlgorithm.cpp +++ b/Tests/Kernels/testSphericalRotationAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testTaylor.cpp b/Tests/Kernels/testTaylor.cpp index 44046bbde4500790d0070603b49e9ad921f1fb9f..ed1687d1e6dd9b17c5231efbc8824ff87544cb90 100644 --- a/Tests/Kernels/testTaylor.cpp +++ b/Tests/Kernels/testTaylor.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA, Olivier Coulaud, Berenger Bramas, -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testTaylorKernel.cpp b/Tests/Kernels/testTaylorKernel.cpp index 3ccb72c5c3d211ac6efc431c1271d0861e390a35..1c51c48b66c59f1c20d232e7358fcfa1811ebda5 100644 --- a/Tests/Kernels/testTaylorKernel.cpp +++ b/Tests/Kernels/testTaylorKernel.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Cyrille Piacibello -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <string> diff --git a/Tests/Kernels/testTsmAlgorithm.cpp b/Tests/Kernels/testTsmAlgorithm.cpp index e1dbeb95f947031d8be8ed431f6ac02af3c3db63..cdad08c648abcc14afee45370b95bb445ed89b6c 100644 --- a/Tests/Kernels/testTsmAlgorithm.cpp +++ b/Tests/Kernels/testTsmAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Kernels/testTuneSphericalBlockBlas.cpp b/Tests/Kernels/testTuneSphericalBlockBlas.cpp index e587ad47a43d0cc2b7402025dcbcdddf175aaf73..09cf17ce5128e0ebb03c002d3acce96784ef5fba 100644 --- a/Tests/Kernels/testTuneSphericalBlockBlas.cpp +++ b/Tests/Kernels/testTuneSphericalBlockBlas.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Kernels/testUnifAlgorithm.cpp b/Tests/Kernels/testUnifAlgorithm.cpp index c68d12ca17c8cb3ab162180857e8d457de6156f1..6959a4afaa8c756a1c7ff697b34331e86ae4ce6c 100644 --- a/Tests/Kernels/testUnifAlgorithm.cpp +++ b/Tests/Kernels/testUnifAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/Tests/Kernels/testUnifAlgorithmProc.cpp b/Tests/Kernels/testUnifAlgorithmProc.cpp index 2edf953c04169bed0bc76d2a33b52e10962be2c5..cb1c7dd570746ff0f970aeb3accd866874e5efc1 100644 --- a/Tests/Kernels/testUnifAlgorithmProc.cpp +++ b/Tests/Kernels/testUnifAlgorithmProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== /// @author Pierre Blanchard // ==== CMAKE ===== diff --git a/Tests/Kernels/testUnifTensorialAlgorithm.cpp b/Tests/Kernels/testUnifTensorialAlgorithm.cpp index e72ae7c01c930470211f52e7c6d0c50239ee19ba..91b5bd9d6cb04fa1f8a53eb476f89d26c767c279 100644 --- a/Tests/Kernels/testUnifTensorialAlgorithm.cpp +++ b/Tests/Kernels/testUnifTensorialAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // author P. Banchard // Modifs diff --git a/Tests/Utils/testChebM2Lprecomputation.cpp b/Tests/Utils/testChebM2Lprecomputation.cpp index dbd06e1099a460119093975d9ada2ebc49cf0ad0..0b968ab336e59c3008d9236d84b562a631364c39 100644 --- a/Tests/Utils/testChebM2Lprecomputation.cpp +++ b/Tests/Utils/testChebM2Lprecomputation.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testChebTensorProduct.cpp b/Tests/Utils/testChebTensorProduct.cpp index 227e3b3126c7518661027277c2b8bf11f0c47a33..0cd974aa8f53f6abf570f8ae4073ceeba9ef1117 100644 --- a/Tests/Utils/testChebTensorProduct.cpp +++ b/Tests/Utils/testChebTensorProduct.cpp @@ -1,18 +1,16 @@ // =================================================================================== -// =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testCompareIOTree.cpp b/Tests/Utils/testCompareIOTree.cpp index 8aa19f252911bcc7a5f906c26383c01f174870b9..8cd81050d2b752979fe43f65c394135fe2d92935 100644 --- a/Tests/Utils/testCompareIOTree.cpp +++ b/Tests/Utils/testCompareIOTree.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testDebug.cpp b/Tests/Utils/testDebug.cpp index 85a8da8f780c9bd4129e5f26246d23b5ab872b72..8dc729cc4bf084cf8e7c4fba34d788500ce8f1bf 100644 --- a/Tests/Utils/testDebug.cpp +++ b/Tests/Utils/testDebug.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "../../Src/Utils/FLog.hpp" diff --git a/Tests/Utils/testFmmAdaptiveAlgorithm.cpp b/Tests/Utils/testFmmAdaptiveAlgorithm.cpp index 5f449d1ed732ab6affc54181ad7834b5eecd9d07..3a2da6ba98f05049765d0b42eb911c93a3c7c03c 100644 --- a/Tests/Utils/testFmmAdaptiveAlgorithm.cpp +++ b/Tests/Utils/testFmmAdaptiveAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/Utils/testFmmAdaptiveAlgorithmAdvanced.cpp b/Tests/Utils/testFmmAdaptiveAlgorithmAdvanced.cpp index 3424a6c6dccea815842d150c387e5cb523f12cdd..68c1bd27d12b494db1c6c00064f6ebf9d6b1a327 100644 --- a/Tests/Utils/testFmmAdaptiveAlgorithmAdvanced.cpp +++ b/Tests/Utils/testFmmAdaptiveAlgorithmAdvanced.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/Utils/testFmmAdaptiveStats.cpp b/Tests/Utils/testFmmAdaptiveStats.cpp index 774eb4045f728cf79600dd54a9ca2d3908ba184f..388e003305fecc9bd7fe58dca4d4fea2e69244c2 100644 --- a/Tests/Utils/testFmmAdaptiveStats.cpp +++ b/Tests/Utils/testFmmAdaptiveStats.cpp @@ -1,18 +1,16 @@ - // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/Utils/testFmmAlgorithm.cpp b/Tests/Utils/testFmmAlgorithm.cpp index 2c9d0e10b452eb611096e33ca05ac69a80bf2456..76061eb6d89b8b4af515e1c630ba455582b86c0c 100644 --- a/Tests/Utils/testFmmAlgorithm.cpp +++ b/Tests/Utils/testFmmAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testFmmAlgorithmOmp4.cpp b/Tests/Utils/testFmmAlgorithmOmp4.cpp index cf57f5918eedc3f98ccdcf33d4bfc3f0f2eea45e..6c101bc7788b1f72e992d3eac65aa70ba68de28a 100644 --- a/Tests/Utils/testFmmAlgorithmOmp4.cpp +++ b/Tests/Utils/testFmmAlgorithmOmp4.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // @SCALFMM_PRIVATE diff --git a/Tests/Utils/testFmmAlgorithmPeriodic.cpp b/Tests/Utils/testFmmAlgorithmPeriodic.cpp index e9fa2b0df613bf27fe2ac9714a71c02e5d70fb7d..fa6d84a52dfd991e601a1b92202d74d604df288a 100644 --- a/Tests/Utils/testFmmAlgorithmPeriodic.cpp +++ b/Tests/Utils/testFmmAlgorithmPeriodic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/Tests/Utils/testFmmAlgorithmProc.cpp b/Tests/Utils/testFmmAlgorithmProc.cpp index 12ab7f356e8d93d8ebf536d893556d17251f21e4..3ecd1495544d6671ec398ee5325cb4da32fb5d55 100644 --- a/Tests/Utils/testFmmAlgorithmProc.cpp +++ b/Tests/Utils/testFmmAlgorithmProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testFmmAlgorithmProcPeriodic.cpp b/Tests/Utils/testFmmAlgorithmProcPeriodic.cpp index 5c07650e917396b86064da8ab7979992b7c6199c..43033574077d7d60d10033de134be8b745469f78 100644 --- a/Tests/Utils/testFmmAlgorithmProcPeriodic.cpp +++ b/Tests/Utils/testFmmAlgorithmProcPeriodic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testFmmAlgorithmProcRandom.cpp b/Tests/Utils/testFmmAlgorithmProcRandom.cpp index cf6ac7f32d173cc6e1d5361845b5ffb72cf1cc94..d2eb16290dafc344262da98c905d7e8004925fdb 100644 --- a/Tests/Utils/testFmmAlgorithmProcRandom.cpp +++ b/Tests/Utils/testFmmAlgorithmProcRandom.cpp @@ -1,18 +1,17 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testFmmAlgorithmProcRotation.cpp b/Tests/Utils/testFmmAlgorithmProcRotation.cpp index 0ca2b962d066eca9d70c99fc3df0412a1a6723f1..1cbe8e6b2cee000525ea541b39888d335a9aa14b 100644 --- a/Tests/Utils/testFmmAlgorithmProcRotation.cpp +++ b/Tests/Utils/testFmmAlgorithmProcRotation.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testFmmAlgorithmTsm.cpp b/Tests/Utils/testFmmAlgorithmTsm.cpp index 547d9943a373b9cdf1b97051fcf70b44b3867126..1ba6b9743b099d2c998ef8e5c2490ff052c15b75 100644 --- a/Tests/Utils/testFmmAlgorithmTsm.cpp +++ b/Tests/Utils/testFmmAlgorithmTsm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testFmmDemonstration.cpp b/Tests/Utils/testFmmDemonstration.cpp index a4e2bc816bf4c50f7e4a3c3a07702724a9a683ea..51754502b655b6c7062e9aed3dceedc55f0b6795 100644 --- a/Tests/Utils/testFmmDemonstration.cpp +++ b/Tests/Utils/testFmmDemonstration.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testLoader.cpp b/Tests/Utils/testLoader.cpp index 025f5f9e7c066408b56d47c15f537f75f18aeedc..5b39c4f804f9f8ea413e6814448e477b0471ae87 100644 --- a/Tests/Utils/testLoader.cpp +++ b/Tests/Utils/testLoader.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testLoaderFMATsm.cpp b/Tests/Utils/testLoaderFMATsm.cpp index 05fa92bcf1211a3250910968e0473f1a548854e4..11d2e1eca6e95d6aaedf6f18b34446d791eab0b3 100644 --- a/Tests/Utils/testLoaderFMATsm.cpp +++ b/Tests/Utils/testLoaderFMATsm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testLoaderFMATsmCreate.cpp b/Tests/Utils/testLoaderFMATsmCreate.cpp index 1d8f237f3c9f5210ab40fd96fc867804f652173c..7ec92737d737c4b95283c06162d023397975afbe 100644 --- a/Tests/Utils/testLoaderFMATsmCreate.cpp +++ b/Tests/Utils/testLoaderFMATsmCreate.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, B��renger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testMemStats.cpp b/Tests/Utils/testMemStats.cpp index aba2e197a6f0a848a5ac791cb75d76ae9071eb8a..34d813ef5e0627be56fd5e037de81dd0ebc30a11 100644 --- a/Tests/Utils/testMemStats.cpp +++ b/Tests/Utils/testMemStats.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testMpiCsvSaver.cpp b/Tests/Utils/testMpiCsvSaver.cpp index 5dff866cf863a541033afe532cb0c39ddd5c713e..89b69e8535ae09f00e0244ccb4f70548c2016b56 100644 --- a/Tests/Utils/testMpiCsvSaver.cpp +++ b/Tests/Utils/testMpiCsvSaver.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testOctree.cpp b/Tests/Utils/testOctree.cpp index c19f1d2432955e83eab7a6e710bcb4eaa298d083..f2c1b2e37c72325ae2f9f322f22d20f66097ae36 100644 --- a/Tests/Utils/testOctree.cpp +++ b/Tests/Utils/testOctree.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeFuncteur.cpp b/Tests/Utils/testOctreeFuncteur.cpp index 14a702c125dc2a5626d232d6e4c05808f078a939..0c34007cbab6822d8763827ba2dd50ea0e5e6cdd 100644 --- a/Tests/Utils/testOctreeFuncteur.cpp +++ b/Tests/Utils/testOctreeFuncteur.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeIter.cpp b/Tests/Utils/testOctreeIter.cpp index 1000e4503bf4015da24bd3974a95152955a4cf87..c87a622a30a685f9a88da53de8a99e7e01c065c3 100644 --- a/Tests/Utils/testOctreeIter.cpp +++ b/Tests/Utils/testOctreeIter.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeParallelFuncteur.cpp b/Tests/Utils/testOctreeParallelFuncteur.cpp index 5b55cdc0c8b3e8b9a1bfee0f133197f612e87736..10ce22fa6e3482e2f958f1931402ce245869c8e5 100644 --- a/Tests/Utils/testOctreeParallelFuncteur.cpp +++ b/Tests/Utils/testOctreeParallelFuncteur.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreePrintMorton.cpp b/Tests/Utils/testOctreePrintMorton.cpp index de7a6e7ba97e4e5c3cbfc6b7739243894b9f4878..13d2887b4133f35556518caa12f244318f5eeca0 100644 --- a/Tests/Utils/testOctreePrintMorton.cpp +++ b/Tests/Utils/testOctreePrintMorton.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeRearrange.cpp b/Tests/Utils/testOctreeRearrange.cpp index 672418ffb31cb897197261d66fb0baa6a6e572b2..83660e883d1c43f74f0876460cd6b45385c234e7 100644 --- a/Tests/Utils/testOctreeRearrange.cpp +++ b/Tests/Utils/testOctreeRearrange.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeRearrangePeriodic.cpp b/Tests/Utils/testOctreeRearrangePeriodic.cpp index 4cba49d94e31d80a4a266de8221e759b1cbec970..121aebcda7d97d3e4b7c73f6a9e4bab687e78594 100644 --- a/Tests/Utils/testOctreeRearrangePeriodic.cpp +++ b/Tests/Utils/testOctreeRearrangePeriodic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testOctreeRearrangeProc.cpp b/Tests/Utils/testOctreeRearrangeProc.cpp index f13e3e715d284c9c7fce7a98347b0de2322d58c1..88a52c2cec7d069db8e40a2d8db0a8840c43a0bd 100644 --- a/Tests/Utils/testOctreeRearrangeProc.cpp +++ b/Tests/Utils/testOctreeRearrangeProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testOctreeRearrangeTsm.cpp b/Tests/Utils/testOctreeRearrangeTsm.cpp index e859f5f6f1d7e6351023ea5ac8202c0484d76b9a..131450a10a4722baf3d64fcb2a838433f136744b 100644 --- a/Tests/Utils/testOctreeRearrangeTsm.cpp +++ b/Tests/Utils/testOctreeRearrangeTsm.cpp @@ -1,18 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, -// Matthias Messner olivier.coulaud@inria.fr, berenger.bramas@inria.fr -// This software is a computer program whose purpose is to compute the -// FMM. +// Copyright ScalFmm 2016 INRIA // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is a computer program whose purpose is to compute the FMM. +// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testPartitionsMapping.cpp b/Tests/Utils/testPartitionsMapping.cpp index b7f5c1bce67ae1b86b38253a3f94caef428d48a4..60c3c0899f11e2ea393e0748be37ea9b5df3a745 100644 --- a/Tests/Utils/testPartitionsMapping.cpp +++ b/Tests/Utils/testPartitionsMapping.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/Utils/testStatsTree.cpp b/Tests/Utils/testStatsTree.cpp index 93cd8e2dd01fd23ae02f8a081763651ac0ccda31..1ff44ffc41de164f1d1cd6e52a85048d276ee726 100644 --- a/Tests/Utils/testStatsTree.cpp +++ b/Tests/Utils/testStatsTree.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/Utils/testTemplateExample.cpp b/Tests/Utils/testTemplateExample.cpp index ebdc0d057f0c97f3de542ab665aaa3c09a5e305e..948e7edb454bff5efede1c7c8f3f2acec239bfb6 100644 --- a/Tests/Utils/testTemplateExample.cpp +++ b/Tests/Utils/testTemplateExample.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/Tests/Utils/testTic.cpp b/Tests/Utils/testTic.cpp index 897c42b354b47f60d462fc3fe99d670215c84dae..3957d3481c12cb54fa130f9b334d5d49998655e7 100644 --- a/Tests/Utils/testTic.cpp +++ b/Tests/Utils/testTic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> #include "../../Src/Utils/FTic.hpp" diff --git a/Tests/Utils/testTreeBuilderThread.cpp b/Tests/Utils/testTreeBuilderThread.cpp index af3cc36828f9d47f4ccdcca9ba2d3dcc1e9a06e4..8341ba971882f20b3db7fb55ad27145ee911dbf5 100644 --- a/Tests/Utils/testTreeBuilderThread.cpp +++ b/Tests/Utils/testTreeBuilderThread.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <limits> diff --git a/Tests/Utils/testTreeIO.cpp b/Tests/Utils/testTreeIO.cpp index 4311005aff99ed854ba024d8b9de17782205c95d..94f77f2f7dd96bd7b0a08ad08752291dbe3eb36f 100644 --- a/Tests/Utils/testTreeIO.cpp +++ b/Tests/Utils/testTreeIO.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include <iostream> diff --git a/Tests/noDist/BalancePerfTest.cpp b/Tests/noDist/BalancePerfTest.cpp index ebf7dcf05e3379ed370e4ae2648dbd2c2b9d2df7..bc3dbc1b5f9bf195adc4626f7fd5bed56acdd2fc 100644 --- a/Tests/noDist/BalancePerfTest.cpp +++ b/Tests/noDist/BalancePerfTest.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ==== diff --git a/Tests/noDist/ChebyshevPeriodic.cpp b/Tests/noDist/ChebyshevPeriodic.cpp index d1babc715d7b083940d0e7c9c5b4b3ed714cbcf6..3e12248bcb5c4d3f6d3cc67c0d86a42f47cb4522 100644 --- a/Tests/noDist/ChebyshevPeriodic.cpp +++ b/Tests/noDist/ChebyshevPeriodic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/FMMnonUnitCube.cpp b/Tests/noDist/FMMnonUnitCube.cpp index dc9d79bc6d6a06264a41ba1a2272b797cfd84b52..9848ab00f5234fbf75b5bab40ee15e3e3d278c40 100644 --- a/Tests/noDist/FMMnonUnitCube.cpp +++ b/Tests/noDist/FMMnonUnitCube.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA, +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // // ==== CMAKE ===== diff --git a/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp b/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp index 1da3533d276492ac444c5b26082a132381cb25f0..d83a20d50147e1c46a773b68997b600b16ef24f1 100644 --- a/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp +++ b/Tests/noDist/testAdaptiveChebSymFMMDebug.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testAdaptiveUnifFMM.cpp b/Tests/noDist/testAdaptiveUnifFMM.cpp index 18ecd3f9a148d7bffa12080366fd48c293f2674c..fd643b9e20b13343d4faf3ab3f0906d126617ea4 100644 --- a/Tests/noDist/testAdaptiveUnifFMM.cpp +++ b/Tests/noDist/testAdaptiveUnifFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testChebIntFMM.cpp b/Tests/noDist/testChebIntFMM.cpp index 9da548b489fbbf78cf1e4592e896cc4221e41262..dfe233eab4aae8721a93d7eea0446dd95796de3f 100644 --- a/Tests/noDist/testChebIntFMM.cpp +++ b/Tests/noDist/testChebIntFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testCompareKernels.cpp b/Tests/noDist/testCompareKernels.cpp index 7dc1bd0184166c4d5de94b71cd96ff02af99b12e..37c1a55ce249d38a42980e73d1b6b86600fb0784 100644 --- a/Tests/noDist/testCompareKernels.cpp +++ b/Tests/noDist/testCompareKernels.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testFmmAlgorithmBalanced.cpp b/Tests/noDist/testFmmAlgorithmBalanced.cpp index 10d84e5cfb67f9729a014343b059333c415d1d77..dab9930b291c4764cf0935b923a4642387408d9e 100644 --- a/Tests/noDist/testFmmAlgorithmBalanced.cpp +++ b/Tests/noDist/testFmmAlgorithmBalanced.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ==== diff --git a/Tests/noDist/testInsert.cpp b/Tests/noDist/testInsert.cpp index 0f8bf953280f0a24f942a0a09bd065f0df568288..e62174d6589774908a42ed530097365a5526a1a7 100644 --- a/Tests/noDist/testInsert.cpp +++ b/Tests/noDist/testInsert.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/noDist/testMpiInsert.cpp b/Tests/noDist/testMpiInsert.cpp index 16bbd31eab8bc9faa8a7981cee1782a894bb8f8d..31124b4254d3909bbb1ce15259cecc4a5a9c16fc 100644 --- a/Tests/noDist/testMpiInsert.cpp +++ b/Tests/noDist/testMpiInsert.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testNewCompareKernels.cpp b/Tests/noDist/testNewCompareKernels.cpp index 5051cfc0c5a1944e9b8398f3efc0751d1d0544c1..cec6a3c1392448464179b102ad4a805f56479d5c 100644 --- a/Tests/noDist/testNewCompareKernels.cpp +++ b/Tests/noDist/testNewCompareKernels.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2013 INRIA, +// Copyright ScalFmm 2016 INRIA // // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // // ==== CMAKE ===== diff --git a/Tests/noDist/testP2PAvx.cpp b/Tests/noDist/testP2PAvx.cpp index ae3d6c604156417bc9aa28e36a982c70d982cd77..c1f53aa45bf50c84980d42030935e1af22e98500 100644 --- a/Tests/noDist/testP2PAvx.cpp +++ b/Tests/noDist/testP2PAvx.cpp @@ -1,18 +1,17 @@ // =================================================================================== // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/noDist/testParticlesDistrMpi.cpp b/Tests/noDist/testParticlesDistrMpi.cpp index 41ef6b67bd253e4dc627ccb22473055f601dea9d..6fd861ea6c4048427f315366dc5b9755801c2449 100644 --- a/Tests/noDist/testParticlesDistrMpi.cpp +++ b/Tests/noDist/testParticlesDistrMpi.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testSmallCase.cpp b/Tests/noDist/testSmallCase.cpp index 44b76b0f651318b486b8cd7e522a9427e0a88ba6..5f2a56d24999c8917c06620c1b2a186754b00963 100644 --- a/Tests/noDist/testSmallCase.cpp +++ b/Tests/noDist/testSmallCase.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/noDist/testSphericalBlasBlockProc.cpp b/Tests/noDist/testSphericalBlasBlockProc.cpp index 22f9175a63621ffe33aa71082ba7e647fa11f0ad..b95c37c0b4607f99d0c4c96427af9a43c07d7ecc 100644 --- a/Tests/noDist/testSphericalBlasBlockProc.cpp +++ b/Tests/noDist/testSphericalBlasBlockProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testSphericalBlasProc.cpp b/Tests/noDist/testSphericalBlasProc.cpp index fcd8ee18a581d0c7dd07331e36132b98df0c704b..d9944c0f98f0fd690135b8c815b675f613c1831f 100644 --- a/Tests/noDist/testSphericalBlasProc.cpp +++ b/Tests/noDist/testSphericalBlasProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Tests/noDist/testSphericalDebug.cpp b/Tests/noDist/testSphericalDebug.cpp index 0956b8b69018243e233b3e082f67ed95b0468ff3..0a73744b9bbce310e903a350624c0ebd43de3da8 100644 --- a/Tests/noDist/testSphericalDebug.cpp +++ b/Tests/noDist/testSphericalDebug.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/noDist/testTreeBuilder.cpp b/Tests/noDist/testTreeBuilder.cpp index 75b04fb8e3398eec388f13630b7599f367d9c613..b79b4c449bbeeb87a524956a0d88604c66a8865b 100644 --- a/Tests/noDist/testTreeBuilder.cpp +++ b/Tests/noDist/testTreeBuilder.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // Keep in private GIT diff --git a/Tests/noDist/testUnifMultiRhs.cpp b/Tests/noDist/testUnifMultiRhs.cpp index 6886930a2a61eebcec8fba22847d4eb543ff909e..835529027f41c3bae11b3f613d12d330bd1f6197 100644 --- a/Tests/noDist/testUnifMultiRhs.cpp +++ b/Tests/noDist/testUnifMultiRhs.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/UTests/FUKernelTester.hpp b/UTests/FUKernelTester.hpp index 039508304264a795432280b11070159807776994..cd04acdad9076791abb6ff1625b43c47c6f12bcc 100644 --- a/UTests/FUKernelTester.hpp +++ b/UTests/FUKernelTester.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef FUKERNELTESTER_HPP #define FUKERNELTESTER_HPP diff --git a/UTests/FUTester.hpp b/UTests/FUTester.hpp index fe6bdf6c4d134def20eae9cf60fb3056598aa5ff..ee42c1d2e2a72a802325b9f31672f0243a12689e 100644 --- a/UTests/FUTester.hpp +++ b/UTests/FUTester.hpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef UTESTER_HPP #define UTESTER_HPP diff --git a/UTests/utestAlgorithmBuilder.cpp b/UTests/utestAlgorithmBuilder.cpp index a7f662bb90afde42a189d104d343ffb8e0fbf27f..9a485f5996654bbd407acdc53491803cce05c5cf 100644 --- a/UTests/utestAlgorithmBuilder.cpp +++ b/UTests/utestAlgorithmBuilder.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestAlignedMemory.cpp b/UTests/utestAlignedMemory.cpp index 8f25ea06c7423c4a872ce8902ef898bec59e7dab..aa5d3e5dd35163b73e7388a367cda21840578137 100644 --- a/UTests/utestAlignedMemory.cpp +++ b/UTests/utestAlignedMemory.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestBoolArray.cpp b/UTests/utestBoolArray.cpp index 7f830df2218e6177dcc46756ff9e19cbc250bd11..d17d785ab16bab06d57ec8e501783004ce6bedc4 100644 --- a/UTests/utestBoolArray.cpp +++ b/UTests/utestBoolArray.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestBuffer.cpp b/UTests/utestBuffer.cpp index fd37fa11e14ae496cb5b868f9841d7342a0bd3b3..8999968791678a87048e6604addb3795788a731e 100644 --- a/UTests/utestBuffer.cpp +++ b/UTests/utestBuffer.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== # #include <cstddef> diff --git a/UTests/utestChebyshev.cpp b/UTests/utestChebyshev.cpp index e73ff6fff7b8789a8d4cfec30c790c1253e276d5..6d1259b0611d63ecd97387468891c09cc2159dd0 100644 --- a/UTests/utestChebyshev.cpp +++ b/UTests/utestChebyshev.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestChebyshevAdaptative.cpp b/UTests/utestChebyshevAdaptative.cpp index 210150dadcbacc33ce29a946ea585e8f4b26e374..b67b8f65a896402ed1078bed721df46db7eed99b 100644 --- a/UTests/utestChebyshevAdaptative.cpp +++ b/UTests/utestChebyshevAdaptative.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestChebyshevDirectPeriodic.cpp b/UTests/utestChebyshevDirectPeriodic.cpp index 5475b8b10f5defcaf6a34da4415afecaaf5edb14..8fd7a992e6615338b231b4cb4c7c188b9c81538e 100644 --- a/UTests/utestChebyshevDirectPeriodic.cpp +++ b/UTests/utestChebyshevDirectPeriodic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestChebyshevDirectTsm.cpp b/UTests/utestChebyshevDirectTsm.cpp index 215a437b756a1f549921c4be7b6cbc57a8297795..084a98bc599f71a4cd79feea5f660a9d18354eb8 100644 --- a/UTests/utestChebyshevDirectTsm.cpp +++ b/UTests/utestChebyshevDirectTsm.cpp @@ -1,18 +1,16 @@ - // =================================================================================== -// Copyright ScalFmm 2011 INRIA, -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestChebyshevMpi.cpp b/UTests/utestChebyshevMpi.cpp index 0b83caee5009fd907a94a7e369fa5f338f5c80bb..2cb5de1be1ec84e164ae227c343667d886923ded 100644 --- a/UTests/utestChebyshevMpi.cpp +++ b/UTests/utestChebyshevMpi.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestChebyshevThread.cpp b/UTests/utestChebyshevThread.cpp index b15198ca7e44cd491227b49676ae3c581065429b..4360aa133899aad8f99f390c3739eb3c6f16e48c 100644 --- a/UTests/utestChebyshevThread.cpp +++ b/UTests/utestChebyshevThread.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestFmmAlgorithmProc.cpp b/UTests/utestFmmAlgorithmProc.cpp index 8ecea9667ff048e749f946068e5ece6336376353..fd521f32baf76fa7ade7f90272527ad3c0569b9b 100644 --- a/UTests/utestFmmAlgorithmProc.cpp +++ b/UTests/utestFmmAlgorithmProc.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestInterpolationMultiRhs.cpp b/UTests/utestInterpolationMultiRhs.cpp index 611055f5e03f1e2839fba6728d199138337cc289..35f9c23fd66b7c5c654fa5414785bed5617d3f21 100644 --- a/UTests/utestInterpolationMultiRhs.cpp +++ b/UTests/utestInterpolationMultiRhs.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestLagrange.cpp b/UTests/utestLagrange.cpp index d71a17f43c893df53449d5e5dbe7cd98ceebf550..59ed899703520cd423a4ef928a3b55c5630588b5 100644 --- a/UTests/utestLagrange.cpp +++ b/UTests/utestLagrange.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestLagrangeMpi.cpp b/UTests/utestLagrangeMpi.cpp index dda5be85fc531aa5896bd88f875bace9d55da904..bbee9f11191f20ea62535c44e688bb8f0383c2b2 100644 --- a/UTests/utestLagrangeMpi.cpp +++ b/UTests/utestLagrangeMpi.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestLagrangeThread.cpp b/UTests/utestLagrangeThread.cpp index c4358c6548682ab8bf02f0875c3208acfd7fa790..be23244aaaa700315b48a1b040efd668ab4e12dc 100644 --- a/UTests/utestLagrangeThread.cpp +++ b/UTests/utestLagrangeThread.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestList.cpp b/UTests/utestList.cpp index e5e4fe7e4c1328993979c959de283a2b24956d8d..88b84a872103e7de7ac27e422eed9261b7c80de8 100644 --- a/UTests/utestList.cpp +++ b/UTests/utestList.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestListBlockAllocator.cpp b/UTests/utestListBlockAllocator.cpp index 6b8a34b95f33d03fd8323b3a430f9ea0448d5e3d..91a1552d96e0d514d92760b8f153b9540d4077fb 100644 --- a/UTests/utestListBlockAllocator.cpp +++ b/UTests/utestListBlockAllocator.cpp @@ -1,18 +1,16 @@ - // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Brenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestMorton.cpp b/UTests/utestMorton.cpp index 76fcceab9bfc46e35a39e9c959b70775a7c97db6..5e42e755c442201fd41a7a985f970515d85e0ec0 100644 --- a/UTests/utestMorton.cpp +++ b/UTests/utestMorton.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestMpiBitonic.cpp b/UTests/utestMpiBitonic.cpp index 2a2899bcc0aaedf4f6f848fa6f924fdcebeae663..4cbf9f8f7e1ecab60e23010fb382b1867196752c 100644 --- a/UTests/utestMpiBitonic.cpp +++ b/UTests/utestMpiBitonic.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef UTESTMPIBITONIC_CPP #define UTESTMPIBITONIC_CPP diff --git a/UTests/utestMpiQs.cpp b/UTests/utestMpiQs.cpp index 153ee88ab9df8c34557412cc577946ac1c9f1290..692805560a2dcd1e4ba139e32fccdb2aea0d92a6 100644 --- a/UTests/utestMpiQs.cpp +++ b/UTests/utestMpiQs.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #ifndef UTESTMPIQS_HPP #define UTESTMPIQS_HPP diff --git a/UTests/utestMpiTreeBuilder.cpp b/UTests/utestMpiTreeBuilder.cpp index 795be7c03f8f582553e0f24acca932304588f0f2..372dae7857790f791c933b450e5a80b30793b6aa 100644 --- a/UTests/utestMpiTreeBuilder.cpp +++ b/UTests/utestMpiTreeBuilder.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/UTests/utestNeighborIndexes.cpp b/UTests/utestNeighborIndexes.cpp index 38aa0d0ade6fb8d0ed7b7d9bea72c977047e8381..c85441d6f20a26e7b0f734cc2d8f37e58909b091 100644 --- a/UTests/utestNeighborIndexes.cpp +++ b/UTests/utestNeighborIndexes.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestOctree.cpp b/UTests/utestOctree.cpp index f4ed3354c1c76821e17f356f7fd639ba1104d9f6..df13a0de0093e9609623ba1a58f6544580ee6312 100644 --- a/UTests/utestOctree.cpp +++ b/UTests/utestOctree.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestP2PExclusion.cpp b/UTests/utestP2PExclusion.cpp index 4317df6673e4167955d91bb4867e02a321111c08..1fc23b5560018b527e1cd1abdd4145509b509dc4 100644 --- a/UTests/utestP2PExclusion.cpp +++ b/UTests/utestP2PExclusion.cpp @@ -1,18 +1,16 @@ - // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/UTests/utestQuicksort.cpp b/UTests/utestQuicksort.cpp index b3990efb11aba44c2c0bf12aceb19dd780ddaf8a..b065978dedbea3d02405b628d1e8cb717b147cf5 100644 --- a/UTests/utestQuicksort.cpp +++ b/UTests/utestQuicksort.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" #include "Utils/FQuickSort.hpp" diff --git a/UTests/utestRotation.cpp b/UTests/utestRotation.cpp index be07c5f57d3cb831ca9ef93d00244d3b2adec5e6..73191436aaef97278564b20abae1f8b2ca801c87 100644 --- a/UTests/utestRotation.cpp +++ b/UTests/utestRotation.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestRotationDirectTsm.cpp b/UTests/utestRotationDirectTsm.cpp index 7e1122fdc1cc3bb08d32b13cd6230b2a6fbac143..eaa9cc6c2a72bcc2d4e2b074e933ec4e11051d8d 100644 --- a/UTests/utestRotationDirectTsm.cpp +++ b/UTests/utestRotationDirectTsm.cpp @@ -1,18 +1,17 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestRotationThread.cpp b/UTests/utestRotationThread.cpp index fece34ae67d3e0881be4b4238f56851dddab04e1..af2af54a7ce055a7e41dac05a5a634447dd75478 100644 --- a/UTests/utestRotationThread.cpp +++ b/UTests/utestRotationThread.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestSpherical.cpp b/UTests/utestSpherical.cpp index 5faf0be1959474ccb33ee7acba6548c54f7877d6..35dff2e32010cdfd11b990967dade52df053fe57 100644 --- a/UTests/utestSpherical.cpp +++ b/UTests/utestSpherical.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestSphericalBlasAlgorithm.cpp b/UTests/utestSphericalBlasAlgorithm.cpp index 618e12bac2f26b13c8c03827e98e523946b847fe..a2da694dc36f5181615265c79c0b8a0c297db6dd 100644 --- a/UTests/utestSphericalBlasAlgorithm.cpp +++ b/UTests/utestSphericalBlasAlgorithm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "Utils/FGlobal.hpp" diff --git a/UTests/utestSphericalDirect.cpp b/UTests/utestSphericalDirect.cpp index 7643066fd0a899a8beadef588f41c90e9625866e..1674f311a6ccc7fe6cd8d8ba367f8ca268fb34a8 100644 --- a/UTests/utestSphericalDirect.cpp +++ b/UTests/utestSphericalDirect.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/UTests/utestSphericalWithPrevious.cpp b/UTests/utestSphericalWithPrevious.cpp index 06b6c3d0449915a9931d038a71abe2328498a4fa..2c1d9c5a35644818b818fe18b1134257942821be 100644 --- a/UTests/utestSphericalWithPrevious.cpp +++ b/UTests/utestSphericalWithPrevious.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== diff --git a/UTests/utestVector.cpp b/UTests/utestVector.cpp index b0ff4414aa05b974740d6bb5780467d359ed5f3f..9b905fd4a90312f01fa24d91d72281dff58bb5f3 100644 --- a/UTests/utestVector.cpp +++ b/UTests/utestVector.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Bérenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== #include "FUTester.hpp" diff --git a/Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp b/Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp index 5a039bd88a6574fbfe743805ceec35cd5b9746bc..1be904257eff442f7b6e3514f7e7817cfdb42da5 100644 --- a/Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp +++ b/Utils/noDist/ChebyshevInterpolationCmpAlgo.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Utils/noDist/FmmAlgorithmTsm.cpp b/Utils/noDist/FmmAlgorithmTsm.cpp index fc5a7426d05e1141f2af49336cbcf03806b95c49..4fd8f3864320c9c507963bdaebbb4ee21e855f31 100644 --- a/Utils/noDist/FmmAlgorithmTsm.cpp +++ b/Utils/noDist/FmmAlgorithmTsm.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // // diff --git a/Utils/noDist/removeMoment.cpp b/Utils/noDist/removeMoment.cpp index 88fd4938f0a8145a72808d4db70cdf7a5e4b707c..02fa1591511d845be1a46a0a26a451031ff92f31 100644 --- a/Utils/noDist/removeMoment.cpp +++ b/Utils/noDist/removeMoment.cpp @@ -1,18 +1,16 @@ // =================================================================================== -// =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas, Matthias Messner -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and -// abiding by the rules of distribution of free software. -// +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and +// abiding by the rules of distribution of free software. +// // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // diff --git a/Utils/noDist/testAccuracyChebFMM.cpp b/Utils/noDist/testAccuracyChebFMM.cpp index 601eab983af6325f7d3c8296c99e2ba2ef4c77f4..877b1d752e6d92bc6d138bb7c8466701c2a5ff53 100644 --- a/Utils/noDist/testAccuracyChebFMM.cpp +++ b/Utils/noDist/testAccuracyChebFMM.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Utils/noDist/testChebOrderEpsilon.cpp b/Utils/noDist/testChebOrderEpsilon.cpp index 594bdd7c4736f2a7fed768f2d8d98001c909d139..f68286d860baad5d13be0bc1c22eaaa2c974fbb1 100644 --- a/Utils/noDist/testChebOrderEpsilon.cpp +++ b/Utils/noDist/testChebOrderEpsilon.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE ===== diff --git a/Utils/noDist/testPrecisionAllKernel.cpp b/Utils/noDist/testPrecisionAllKernel.cpp index 32f4c2527397d1c4756a1e664ea593a99ef9e30a..ee1d57907909a4f9e6c781c38bfee4c0fe1a317c 100644 --- a/Utils/noDist/testPrecisionAllKernel.cpp +++ b/Utils/noDist/testPrecisionAllKernel.cpp @@ -1,17 +1,16 @@ // =================================================================================== -// Copyright ScalFmm 2011 INRIA, Olivier Coulaud, Berenger Bramas -// olivier.coulaud@inria.fr, berenger.bramas@inria.fr +// Copyright ScalFmm 2016 INRIA +// // This software is a computer program whose purpose is to compute the FMM. // -// This software is governed by the CeCILL-C and LGPL licenses and +// This software is governed by Mozilla Public License Version 2.0 (MPL 2.0) and // abiding by the rules of distribution of free software. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public and CeCILL-C Licenses for more details. -// "http://www.cecill.info". -// "http://www.gnu.org/licenses". +// Mozilla Public License Version 2.0 (MPL 2.0) for more details. +// https://www.mozilla.org/en-US/MPL/2.0/ // =================================================================================== // ==== CMAKE =====