diff options
author | Michael Lando <ml636r@att.com> | 2018-09-23 15:04:33 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-23 15:12:28 +0300 |
commit | ac89252d0999c9916915e7997261a681b39544a1 (patch) | |
tree | 61b0126e04eeb350cc8b68fbdd22ee450d5a0a70 /workflow-designer-ui | |
parent | 837df8914b1eddbbaa9e7a5cce230f6d949233cb (diff) |
fix licensing issues
license section in package.json updated to apache 2
update the licensing file to align with LF format
Change-Id: Idb2ed959be86918ee53b1b912af6d452122fb924
Issue-ID: SDC-1785
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'workflow-designer-ui')
-rw-r--r-- | workflow-designer-ui/src/main/frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/package.json b/workflow-designer-ui/src/main/frontend/package.json index 0402ac3d..6fdf4429 100644 --- a/workflow-designer-ui/src/main/frontend/package.json +++ b/workflow-designer-ui/src/main/frontend/package.json @@ -1,6 +1,6 @@ { "name": "sdc-workflow", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "scripts": { "start": "webpack-dev-server --mode=development --progress --hot --inline", "start-mock": "webpack-dev-server --mode=development --progress --hot --inline --env=mock", |