diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:55:43 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:15:47 +0200 |
commit | 481f45440300c803d1a60e21a1d40b43338cfc35 (patch) | |
tree | 9361fb901dfc820c5b6dcaa12b8d84ba300991f9 /docs/src | |
parent | 1caae80cd6ff22105da564c6b4e88bf1f25208f4 (diff) | |
download | libuv-481f45440300c803d1a60e21a1d40b43338cfc35.tar.gz libuv-481f45440300c803d1a60e21a1d40b43338cfc35.zip |
doc: remove licensing note from guide/about
PR-URL: https://github.com/libuv/libuv/pull/1246
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/guide/about.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/src/guide/about.rst b/docs/src/guide/about.rst index 8dc58cbe..2de658d5 100644 --- a/docs/src/guide/about.rst +++ b/docs/src/guide/about.rst @@ -20,9 +20,3 @@ This book was made using `Sphinx <http://sphinx.pocoo.org/>`_ and `vim In 2017 the libuv project incorporated the Nikhil's work into the official documentation and it's maintained there henceforth. -Licensing ---------- - -The contents of this book are licensed as `Creative Commons - Attribution -<http://creativecommons.org/licenses/by/3.0/>`_. All code is in the **public -domain**. |