diff options
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 66 |
1 files changed, 64 insertions, 2 deletions
@@ -1,6 +1,52 @@ | |||
1 | Shaarli is distributed under the zlib/libpng License: | 1 | Files: * |
2 | License: zlib/libpng | ||
3 | Copyright: (c) 2011-2014 SĂ©bastien SAUVAGE <sebsauvage@sebsauvage.net> | ||
4 | (c) 2011-2014 Alexandre Alapetite <alexandre@alapetite.fr> | ||
5 | (c) 2011-2014 David Sferruzza <david.sferruzza@gmail.com> | ||
6 | (c) 2011-2014 Christophe HENRY <christophe.henry@sbgodin.fr> | ||
7 | (c) 2011-2014 Mathieu Chabanon <git@matchab.fr> | ||
8 | (c) 2011-2014 BoboTiG <bobotig@gmail.com> | ||
9 | (c) 2011-2014 Bronco <bronco@warriordudimanche.net> | ||
10 | (c) 2011-2014 Emilien Klein <emilien@klein.st> | ||
11 | (c) 2011-2014 Knah Tsaeb <knah-tsaeb@knah-tsaeb.org> | ||
12 | (c) 2011-2014 Lionel Martin <renarddesmers@gmail.com> | ||
13 | (c) 2011-2014 lehollandaisvolant <levoltigeurhollandais@gmail.com> | ||
14 | (c) 2011-2014 timo van neerden <fire@lehollandaisvolant.net> | ||
15 | (c) 2011-2014 nodiscc <nodiscc@gmail.com> | ||
16 | |||
17 | |||
18 | |||
19 | Files: images/calendar.png, images/edit_icon.png, images/feed-icon-14x14.png, images/private.png, images/private_16x16.png, images/private_16x16_active.png, images/qrcode.png, images/tag_blue.png | ||
20 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) | ||
21 | Copyright: (c) 2014 Yusuke Kamiyamane | ||
22 | Source: http://p.yusukekamiyamane.com/ | ||
23 | |||
24 | Files: images/delete_icon.png | ||
25 | License: CC-BY (http://creativecommons.org/licenses/by/3.0/) | ||
26 | Copyright: (c) 2014 Designmodo | ||
27 | Source: http://designmodo.com/linecons-free/ | ||
28 | |||
29 | |||
30 | Files: images/floral_left.png, images/floral_right.png, images/squiggle.png, images/squiggle2.png, images/squiggle_closing.png | ||
31 | Licence: Public Domain | ||
32 | Source: https://openclipart.org/people/j4p4n/j4p4n_ornimental_bookend_-_left.svg | ||
33 | |||
34 | |||
35 | Files: images/Paper_texture_v5_by_bashcorpo_w1000.jpg | ||
36 | Licence: Public Domain | ||
37 | Source: http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 | ||
38 | |||
39 | Files: images/logo.png | ||
40 | License: zlib/libpng | ||
41 | Copyright: (c) 2011-2014 idleman idleman@idleman.fr | ||
42 | |||
43 | Files: ins/qr.min.js | ||
44 | License: GPLv3 | ||
45 | Copyright: (C) 2014 Alasdair Mercer, http://neocotic.com | ||
46 | |||
47 | -------------------------------------------------------- | ||
48 | ZLIB/LIBPNG LICENSE | ||
2 | 49 | ||
3 | Copyright (c) 2011 Sébastien SAUVAGE (sebsauvage.net) | ||
4 | 50 | ||
5 | This software is provided 'as-is', without any express or implied warranty. | 51 | This software is provided 'as-is', without any express or implied warranty. |
6 | In no event will the authors be held liable for any damages arising from | 52 | In no event will the authors be held liable for any damages arising from |
@@ -19,3 +65,19 @@ freely, subject to the following restrictions: | |||
19 | not be misrepresented as being the original software. | 65 | not be misrepresented as being the original software. |
20 | 66 | ||
21 | 3. This notice may not be removed or altered from any source distribution. | 67 | 3. This notice may not be removed or altered from any source distribution. |
68 | |||
69 | ---------------------------------------------------- | ||
70 | GPLv3 LICENSE | ||
71 | |||
72 | This program is free software: you can redistribute it and/or modify | ||
73 | it under the terms of the GNU General Public License as published by | ||
74 | the Free Software Foundation, either version 3 of the License, or | ||
75 | (at your option) any later version. | ||
76 | |||
77 | This program is distributed in the hope that it will be useful, | ||
78 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
79 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
80 | GNU General Public License for more details. | ||
81 | |||
82 | You should have received a copy of the GNU General Public License | ||
83 | along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file | ||