diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-28 15:41:18 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-10-01 16:34:07 +0200 |
commit | 650b54aeead7eee047ed17eacb4bc401c936a0aa (patch) | |
tree | af1fe0446c8b70361da73785189797967abe6a85 /docs/conf.py | |
parent | b7383cda9b6ffdaf6dd8bb07dc74e1c8a7046dbd (diff) |
[license] Cleanup duplicate LICENSE files
github.com auto-detects the licensing terms if and only if the root
directory contains a single license file.
To leverage this, distinguish via main README file between:
- main fuel repository license (apache-2.0);
- documentation license (cc-by-4.0);
- 3rd party licenses (non-exhaustive list for 3rd party projects);
While at it, add missing license headers to docs auxiliary files.
Change-Id: I7bd25573b0c2b8d16881c7ae72198f5981683c08
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3c4453e71..f0c2a7876 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1 +1,8 @@ -from docs_conf.conf import * +############################################################################## +# Copyright (c) 2018 Linux Foundation and others. +# 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 * # noqa: F401,F403 |