aboutsummaryrefslogtreecommitdiffstats
path: root/etc/CommonEventFormat_Vendors_v25.json
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2018-04-12 17:33:10 +0100
committerVENKATESH KUMAR <vv770d@att.com>2018-04-12 12:33:58 -0400
commit5d0137eed7543a7e1537f548c35163e98c93a903 (patch)
treea8551370ad6ff38686082315e38a87b0924c31c3 /etc/CommonEventFormat_Vendors_v25.json
parent88d7666478e5e98e24ef32637a7580c9809f9458 (diff)
fix license header issues
Change-Id: I5ae7b2a6d404cc22e90f74d958f7b307da92b9e9 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-358
Diffstat (limited to 'etc/CommonEventFormat_Vendors_v25.json')
-rwxr-xr-xetc/CommonEventFormat_Vendors_v25.json28
1 files changed, 8 insertions, 20 deletions
diff --git a/etc/CommonEventFormat_Vendors_v25.json b/etc/CommonEventFormat_Vendors_v25.json
index 7e81e387..e439ddeb 100755
--- a/etc/CommonEventFormat_Vendors_v25.json
+++ b/etc/CommonEventFormat_Vendors_v25.json
@@ -1,37 +1,25 @@
{
"$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": {
+ "licenseUrl": {
"description": "http://www.apache.org/licenses/LICENSE-2.0",
"type": "string"
},
- "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,",
+ "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"
},
- "condition2": {
- "description": "Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.",
- "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"
}
}
},