summaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/VES-5.28.3-dataformat.json
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-16 13:25:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-16 13:25:38 +0000
commit846e3f6d7d527c86f2af6325644056567dbf3530 (patch)
tree0fcc96ef605ce3a64a82beb118bb3558a921e063 /dpo/data-formats/VES-5.28.3-dataformat.json
parent17859bdd1f24904d2a9162a1a43f9db222750f4a (diff)
parent5d0137eed7543a7e1537f548c35163e98c93a903 (diff)
Merge "fix license header issues"
Diffstat (limited to 'dpo/data-formats/VES-5.28.3-dataformat.json')
-rw-r--r--dpo/data-formats/VES-5.28.3-dataformat.json31
1 files changed, 11 insertions, 20 deletions
diff --git a/dpo/data-formats/VES-5.28.3-dataformat.json b/dpo/data-formats/VES-5.28.3-dataformat.json
index b62b8b0a..ea2290ff 100644
--- a/dpo/data-formats/VES-5.28.3-dataformat.json
+++ b/dpo/data-formats/VES-5.28.3-dataformat.json
@@ -8,37 +8,28 @@
"jsonschema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
- "attCopyrightNotice": {
- "description": "Copyright (c) <2017>, AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the License)",
+ "schemaLicenseAndCopyrightNotice": {
+ "description": "Copyright (c) 2017, AT&T Intellectual Property. All rights reserved",
"type": "object",
"properties": {
- "useAndRedistribution": {
- "description": "You may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0",
+ "apacheLicense2.0": {
+ "description": "Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. You may obtain a copy of the License at:",
"type": "string"
},
- "licenseLink": "http://www.apache.org/licenses/LICENSE-2.0",
- "condition1": {
- "description": "Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an AS IS BASIS,",
+ "licenseUrl": {
+ "description": "http://www.apache.org/licenses/LICENSE-2.0",
"type": "string"
},
- "condition2": {
- "description": "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.",
+ "asIsClause": {
+ "description": "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.",
"type": "string"
},
- "condition3": {
- "description": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
- "type": "string"
- },
- "condition4": {
+ "permissionsAndLimitations": {
"description": "See the License for the specific language governing permissions and limitations under the License.",
"type": "string"
- },
- "Trademarks": {
- "description": "ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property.",
- "type": "string"
}
- }
- },
+ }
+ },
"codecsInUse": {
"description": "number of times an identified codec was used over the measurementInterval",
"type": "object",