diff options
author | Donald Hunter <donaldh@cisco.com> | 2018-09-19 13:55:56 +0100 |
---|---|---|
committer | Donald Hunter <donaldh@cisco.com> | 2018-09-19 14:49:06 +0100 |
commit | a789d153737a991c14c7be03ae9044563573e4d2 (patch) | |
tree | 076eb6bbd033245b328df8b08270f7886a5835ed | |
parent | 35d0d25c5533806c4f623f6a4d045dc768b2ed31 (diff) |
Add a license/.gitreview file for gerrit
Change-Id: I3be5ee3da98c858e879543abcb8aad40b9b6b69d
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Issue-ID: DCAEGEN2-802
Signed-off-by: Donald Hunter <donaldh@cisco.com>
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | LICENSE.txt | 35 |
2 files changed, 39 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..4375fc0 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=dcaegen2/analytics/pnda.git diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..5655d3e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,35 @@ +/* +* ============LICENSE_START========================================== +* =================================================================== +* Copyright (c) 2017-2018 Cisco Systems. All rights reserved. +* =================================================================== +* +* Unless otherwise specified, all software contained herein is licensed +* under the Apache License, Version 2.0 (the "License"); +* you may not use this software except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* Unless otherwise specified, all documentation contained herein is licensed +* under the Creative Commons License, Attribution 4.0 Intl. (the "License"); +* you may not use this documentation except in compliance with the License. +* You may obtain a copy of the License at +* +* https://creativecommons.org/licenses/by/4.0/ +* +* Unless required by applicable law or agreed to in writing, documentation +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* ============LICENSE_END============================================ +*/ |