diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-06 13:28:41 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-06 13:28:41 -0500 |
commit | 78b70b90a20d8e6cd7e9b1da62397aa78b09b7ed (patch) | |
tree | 825c6c8e2450aad3099f92014171166b05202fa1 | |
parent | 20f59d1ca896f3e39bd16db9adc972caad520b41 (diff) |
Fix license issues
Updated license to Apache 2.0
Change-Id: Ie0dfe019603eb5275450083e81aeec8adb34c6e0
Issue-ID: SDNC-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 4123d8dd8ecf48d34eeb2a77843ed338fef4a742
-rw-r--r-- | SdncReports/SdncReportsApi/src/main/webapp/package.json | 2 | ||||
-rw-r--r-- | configbackuprestore/vnfconfigbackupservice/src/main/webapp/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SdncReports/SdncReportsApi/src/main/webapp/package.json b/SdncReports/SdncReportsApi/src/main/webapp/package.json index ffb97151..8cb95302 100644 --- a/SdncReports/SdncReportsApi/src/main/webapp/package.json +++ b/SdncReports/SdncReportsApi/src/main/webapp/package.json @@ -11,7 +11,7 @@ "url": "git+https://github.com/NMSVishal/SDNCReports.git" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/NMSVishal/SDNCReports/issues" }, diff --git a/configbackuprestore/vnfconfigbackupservice/src/main/webapp/package.json b/configbackuprestore/vnfconfigbackupservice/src/main/webapp/package.json index ffb97151..8cb95302 100644 --- a/configbackuprestore/vnfconfigbackupservice/src/main/webapp/package.json +++ b/configbackuprestore/vnfconfigbackupservice/src/main/webapp/package.json @@ -11,7 +11,7 @@ "url": "git+https://github.com/NMSVishal/SDNCReports.git" }, "author": "", - "license": "ISC", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/NMSVishal/SDNCReports/issues" }, |