-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
licenseheader.txt
39 lines (39 loc) · 2.45 KB
/
licenseheader.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright or © or Copr. Moribus (2013)
${licensePrefix}Copyright or © or Copr. ProkopyL <[email protected]> (2015)
${licensePrefix}Copyright or © or Copr. Amaury Carrade <[email protected]> (2016 – 2021)
${licensePrefix}Copyright or © or Copr. Vlammar <[email protected]> (2019 – 2021)
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This software is a computer program whose purpose is to allow insertion of
${licensePrefix}custom images in a Minecraft word.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This software is governed by the CeCILL 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".
${licensePrefix?replace(" +$", "", "r")}
${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 license and that you accept its terms.
<#if licenseLast??>
${licenseLast}
</#if>