This repository has been archived by the owner on Oct 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.txt
75 lines (47 loc) · 2.38 KB
/
LICENSE.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
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
Debiki WordPress Comments — a Better WordPress Discussion System
============================================
Copyright (C) 2012-2013 Kaj Magnus Lindberg (born 1979)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will 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/>.
(You have indeed received copies GPL v2 and v3; see these files:
docs/license-gpl-2.0.txt and docs/license-gpl-3.0.txt)
3rd party code/images/CSS/etcetera licenses:
============================================
Some libraries and resources are licensed under other licenses:
Font Awesome images
-------------------
The thumbs up and down images in client/img/awesome/images.png are from
Font Awesome, by Dave Gandy.
License: (as written here: http://fortawesome.github.com/Font-Awesome/ )
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY
3.0. A mention of Font Awesome -
http://fortawesome.github.com/Font-Awesome in human-readable source
code is considered acceptable attribution (most common on the web). If
human readable source code is not available to the end user, a mention
in an 'About' or 'Credits' screen is considered acceptable (most
common in desktop or mobile software).
WordPress source code snippets
-------------------
I (KajMagnus) have copy-paste-edited some WordPress source code.
Whenever I've done so, I've clarified this in the relevant files.
WordPress is licensed under the GPL.
jQuery :scrollable selector
-------------------
This file: client/vendor/jquery-scrollable.js
Copyright (c) 2011 Robert Koritnik, licensed under the terms of the
MIT license, see http://www.opensource.org/licenses/mit-license.php
Utterscroll
-------------------
This file: client/debiki/debiki-utterscroll.js
Utterscoll (written by me, Kaj Magnus Lindberg) is licensed under LGPL
v2.1 or later. Find LGPL licenses here: docs/license-lgpl-2.1.txt and
docs/license-lgpl-3.0.txt.
vim: et ts=2 sw=2 tw=72