summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-26 16:54:12 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-26 16:54:12 +0200
commit0d71bbcce60f062dd7e7e6f007558e02e09734c5 (patch)
treee5e82b7d2a6dfd85a673280fad1d9a4a9e53edd3
parentd86cf67ba11fe7289c46cb11322aaaecf095a3f1 (diff)
downloadbabel-0d71bbcce60f062dd7e7e6f007558e02e09734c5.tar.gz
Some legal shenanigans added
-rw-r--r--CHANGES2
-rw-r--r--docs/changelog.rst1
-rw-r--r--docs/index.rst9
-rw-r--r--docs/license.rst37
4 files changed, 48 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f5e45b1..526ed08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -254,7 +254,7 @@ Version 0.8.1
are now always sorted alphabetically.
- The Python message extractor now respects the special encoding comment to be
able to handle files containing non-ASCII characters (ticket #23).
-- Added 'N_' (gettext noop) to the extractor's default keywords.
+- Added ``N_`` (gettext noop) to the extractor's default keywords.
- Made locale string parsing more robust, and also take the script part into
account (ticket #27).
- Added a function to list all locales for which locale data is available.
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
index 0000000..d6c5f48
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1 @@
+.. include:: ../CHANGES
diff --git a/docs/index.rst b/docs/index.rst
index 401b8c9..861384d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -35,3 +35,12 @@ The API reference lists the full public API that Babel provides.
:maxdepth: 2
api/index
+
+Additional Notes
+----------------
+
+.. toctree::
+ :maxdepth: 2
+
+ changelog
+ license
diff --git a/docs/license.rst b/docs/license.rst
new file mode 100644
index 0000000..a206e74
--- /dev/null
+++ b/docs/license.rst
@@ -0,0 +1,37 @@
+License
+=======
+
+Babel is licensed under a three clause BSD License. It basically means:
+do whatever you want with it as long as the copyright in Babel sticks
+around, the conditions are not modified and the disclaimer is present.
+Furthermore you must not use the names of the authors to promote derivatives
+of the software without written consent.
+
+The full license text can be found below (:ref:`babel-license`).
+
+.. _authors:
+
+Authors
+-------
+
+.. include:: ../AUTHORS
+
+General License Definitions
+---------------------------
+
+The following section contains the full license texts for Flask and the
+documentation.
+
+- "AUTHORS" hereby refers to all the authors listed in the
+ :ref:`authors` section.
+
+- The ":ref:`babel-license`" applies to all the sourcecode shipped as
+ part of Babel (Babel itself as well as the examples and the unittests)
+ as well as documentation.
+
+.. _babel-license:
+
+Babel License
+-------------
+
+.. include:: ../LICENSE