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-02 13:07:27 +0000 |
commit | b31aca618950e47cdc9edd2c664f0a0239a34b54 (patch) | |
tree | b83f6bd263cb675c6627094455de0fe72c9673bc /docs/requirements.txt | |
parent | e5ebb9cd22f3578d773503d53016899fa834c585 (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>
(cherry picked from commit 650b54aeead7eee047ed17eacb4bc401c936a0aa)
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r-- | docs/requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 440843584..208831f0f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,10 @@ +############################################################################## +# 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 +############################################################################## lfdocs-conf sphinx_opnfv_theme # Uncomment the following line if your project uses Sphinx to document |