~gnome-terminator/terminator/manual-gtk3

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
.. image:: imgs/icon_license.png
   :align: right
   :alt: OK, so it's meant to be a certificate... yeah, I suck at
         drawing.

.. _licencing:

=========
Licensing
=========

The Terminator **Application** is written and distributed under the
terms of the `GNU GPL v2 licence`_. Please note that it is not v2+.

For specifics of any included **Plugins** please see the :ref:`plugins`
page.

The **ConfigObj** library was sourced from `voidspace.org.uk`_, and
is licensed under the `BSD 3-Clause licence`_, as stated `here`_.

**Man pages** and **Misc documents** have no explicitly different
licensing, so it is assumed that they fall under the applications
`GNU GPL v2 licence`_ insofar as it can be said to apply to
non-source code files.

The main **Terminator icon** was created by *Cory Kontros*, and
provided under the `CC-BY-SA licence`_.

This **Manual** and **API documentation** are wholly new pieces
created by the current maintainer *Steve Boddy*, and are distributed
under the `CC-BY-SA licence`_, as are the horrific attempts by yours
truly at using Cory's icon to provide page identities.

The **Documentation Theme**  is the `Read The Docs`_ theme by *Dave
Snider*, which is distributed under the `MIT licence`_. The theme is
available on `GitHub`_.

.. _CC-BY-SA licence: http://creativecommons.org/licenses/by-sa/4.0/
.. _GNU GPL v2 licence: https://gnu.org/licenses/old-licenses/gpl-2.0.html
.. _BSD 3-Clause licence: http://opensource.org/licenses/BSD-3-Clause
.. _voidspace.org.uk: http://www.voidspace.org.uk/python/index.shtml
.. _here: http://www.voidspace.org.uk/python/license.shtml
.. _GitHub: https://github.com/snide/sphinx_rtd_theme
.. _Read The Docs: https://readthedocs.org/
.. _MIT licence: https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE