2015-03-16 20:40:44 +01:00
|
|
|
|
<#if licenseFirst??>
|
|
|
|
|
${licenseFirst}
|
|
|
|
|
</#if>
|
2020-06-14 14:29:18 +02:00
|
|
|
|
${licensePrefix}Copyright or © or Copr. Moribus (2013)
|
|
|
|
|
${licensePrefix}Copyright or © or Copr. ProkopyL <prokopylmc@gmail.com> (2015)
|
|
|
|
|
${licensePrefix}Copyright or © or Copr. Amaury Carrade <amaury@carrade.eu> (2016 – 2020)
|
|
|
|
|
${licensePrefix}Copyright or © or Copr. Vlammar <valentin.jabre@gmail.com> (2019 – 2020)
|
2015-03-16 20:40:44 +01:00
|
|
|
|
${licensePrefix?replace(" +$", "", "r")}
|
2020-06-14 14:29:18 +02:00
|
|
|
|
${licensePrefix}This software is a computer program whose purpose is to allow insertion of
|
|
|
|
|
${licensePrefix}custom images in a Minecraft word.
|
2015-03-16 20:40:44 +01:00
|
|
|
|
${licensePrefix?replace(" +$", "", "r")}
|
2020-06-14 14:29:18 +02:00
|
|
|
|
${licensePrefix}This software is governed by the CeCILL-B license under French law and
|
|
|
|
|
${licensePrefix}abiding by the rules of distribution of free software. You can use,
|
|
|
|
|
${licensePrefix}modify and/ or redistribute the software under the terms of the CeCILL-B
|
|
|
|
|
${licensePrefix}license as circulated by CEA, CNRS and INRIA at the following URL
|
|
|
|
|
${licensePrefix}"http://www.cecill.info".
|
2015-03-16 20:40:44 +01:00
|
|
|
|
${licensePrefix?replace(" +$", "", "r")}
|
2020-06-14 14:29:18 +02:00
|
|
|
|
${licensePrefix}As a counterpart to the access to the source code and rights to copy,
|
|
|
|
|
${licensePrefix}modify and redistribute granted by the license, users are provided only
|
|
|
|
|
${licensePrefix}with a limited warranty and the software's author, the holder of the
|
|
|
|
|
${licensePrefix}economic rights, and the successive licensors have only limited
|
|
|
|
|
${licensePrefix}liability.
|
|
|
|
|
${licensePrefix?replace(" +$", "", "r")}
|
|
|
|
|
${licensePrefix}In this respect, the user's attention is drawn to the risks associated
|
|
|
|
|
${licensePrefix}with loading, using, modifying and/or developing or reproducing the
|
|
|
|
|
${licensePrefix}software by the user in light of its specific status of free software,
|
|
|
|
|
${licensePrefix}that may mean that it is complicated to manipulate, and that also
|
|
|
|
|
${licensePrefix}therefore means that it is reserved for developers and experienced
|
|
|
|
|
${licensePrefix}professionals having in-depth computer knowledge. Users are therefore
|
|
|
|
|
${licensePrefix}encouraged to load and test the software's suitability as regards their
|
|
|
|
|
${licensePrefix}requirements in conditions enabling the security of their systems and/or
|
|
|
|
|
${licensePrefix}data to be ensured and, more generally, to use and operate it in the
|
|
|
|
|
${licensePrefix}same conditions as regards security.
|
|
|
|
|
${licensePrefix?replace(" +$", "", "r")}
|
|
|
|
|
${licensePrefix}The fact that you are presently reading this means that you have had
|
|
|
|
|
${licensePrefix}knowledge of the CeCILL-B license and that you accept its terms.
|
2015-03-16 20:40:44 +01:00
|
|
|
|
<#if licenseLast??>
|
|
|
|
|
${licenseLast}
|
2020-06-14 14:29:18 +02:00
|
|
|
|
</#if>
|