From ac89252d0999c9916915e7997261a681b39544a1 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 23 Sep 2018 15:04:33 +0300 Subject: 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 --- LICENSE.txt | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to 'LICENSE.txt') 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 -- cgit 1.2.3-korg