diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 9 | ||||
-rw-r--r-- | docs/conf.yaml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 317a2aec..a3d9ebb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + from docs_conf.conf import * linkcheck_ignore = [ diff --git a/docs/conf.yaml b/docs/conf.yaml index 5b62ac6e..fa2e75d7 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2019 opnfv. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + --- project_cfg: opnfv project: dovetail |