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 /LICENSE.txt | |
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 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 67a5857a..db664748 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,12 +1,29 @@ -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 + * Copyright (c) 2018 European Support Limited - 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.
\ No newline at end of file + * 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 + + * + + * 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. + + */
\ No newline at end of file |