diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-08 17:28:42 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-08 17:30:50 +0100 |
commit | d031783b14f48e05584ef49c6af018b76b84b4f8 (patch) | |
tree | 549ef3d27976dd55ccc316b17d5bf35b16198b29 | |
parent | 0de54083437d84cb678d7d2676e6a2128e6baad4 (diff) | |
download | vyos-documentation-d031783b14f48e05584ef49c6af018b76b84b4f8.tar.gz vyos-documentation-d031783b14f48e05584ef49c6af018b76b84b4f8.zip |
index: add missing copyright statement
(cherry picked from commit 477f5717dad68be5cc5039acbdd34a14bdc3bd56)
-rw-r--r-- | docs/index.rst | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2daf6299..503545bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ .. _index: -Welcome to VyOS's documentation! -================================ +VyOS User Guide +=============== VyOS is an open source network operating system based on Debian GNU/Linux. @@ -55,3 +55,22 @@ as a router and firewall platform for cloud deployments. contributing/index.rst +################ +Copyright Notice +################ + +Copyright (C) 2018-2019 VyOS maintainers and contributors + +Permission is granted to make and distribute verbatim copies of this manual +provided the copyright notice and this permission notice are preserved on all +copies. + +Permission is granted to copy and distribute modified versions of this manual +under the conditions for verbatim copying, provided that the entire resulting +derived work is distributed under the terms of a permission notice identical +to this one. + +Permission is granted to copy and distribute translations of this manual into +another language, under the above conditions for modified versions, except that +this permission notice may be stated in a translation approved by the VyOS +maintainers. |