-
Notifications
You must be signed in to change notification settings - Fork 38
/
license-fr.php
83 lines (74 loc) · 3.87 KB
/
license-fr.php
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php
$breadcrumbs = array
(
'Apprendre' => 'learn-fr.php',
'Licence' => 'license-fr.php'
);
include('header-fr.php');
?>
<h1>Licence</h1>
<h2 id="sfml"><a class="h2-link" href="#sfml">Bibliothèques SFML</a><a class="back-to-top" href="#top" title="Top of the page"></a></h2>
<p>
Les bibliothèques et le code source de SFML sont distribués sous
<a class="external" href="http://opensource.org/licenses/Zlib" title="Termes de la licence zlib/png">licence zlib/png</a>.
</p>
<pre id="license">
SFML (Simple and Fast Multimedia Library) - Copyright (c) Laurent Gomila
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim
that you wrote the original software. If you use this software in a product,
an acknowledgment in the product documentation would be appreciated but is
not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
</pre>
<p>
Pour résumer, SFML est libre pour toute utilisation (commerciale ou personnelle, propriétaire ou open-source). Vous pouvez utiliser SFML dans votre projet sans aucune
restriction. Vous pouvez même ne pas mentionner que vous utilisez SFML -- bien que ce soit tout de même apprécié.
</p>
<h2 id="extlibs"><a class="h2-link" href="#extlibs">Bibliothèques externes utilisées par SFML</a><a class="back-to-top" href="#top" title="Top of the page"></a></h2>
<ul>
<li>
<strong><a class="external" href="http://www.freetype.org" title="Site de FreeType">freetype</a></strong>
est distribuée sous
<a class="external" href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT" title="Termes de la licence FTL">licence FTL</a>
ou <a class="external" href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/GPLv2.TXT" title="Termes de la licence GPL">licence GPL</a>
</li>
<li>
<strong><a class="external" href="http://www.ijg.org" title="Site de libjpeg">libjpeg</a></strong>
est dans le domaine public
</li>
<li>
<strong><a class="external" href="http://nothings.org/stb_image.c" title="Site de stb_image">stb_image</a></strong>
est dans le domaine public
</li>
<li>
<strong><a class="external" href="http://kcat.strangesoft.net/openal.html" title="Site de OpenAL Soft">OpenAL Soft</a></strong>
est distribuée sous
<a class="external" href="http://www.gnu.org/copyleft/lesser.html" title="Termes de la licence LGPL">licence LGPL</a>
</li>
<li>
<strong><a class="external" href="http://www.vorbis.com/" title="Vorbis website">libogg</a></strong>
est distribuée sous
<a class="external" href="http://opensource.org/licenses/BSD-3-Clause" title="Termes de la licence BSD 3">licence BSD 3</a>
</li>
<li>
<strong><a class="external" href="http://www.vorbis.com/" title="Vorbis website">libvorbis</a></strong>
est distribuée sous
<a class="external" href="http://opensource.org/licenses/BSD-3-Clause" title="Termes de la licence BSD 3">licence BSD 3</a>
</li>
<li>
<strong><a class="external" href="https://xiph.org/flac/" title="FLAC website">libflac</a></strong>
est distribuée sous
<a class="external" href="http://opensource.org/licenses/BSD-3-Clause" title="Termes de la licence BSD 3">licence BSD 3</a>
</li>
</ul>
<?php
require("footer-fr.php");
?>