From 98ecfc1fbae900ba24088f4fa9b907636ef24191 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Thu, 17 May 2018 10:48:23 -0700 Subject: [PATCH] Separate out notice from license --- LICENSE.txt | 17 ----------------- NOTICE.txt | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 NOTICE.txt diff --git a/LICENSE.txt b/LICENSE.txt index ea5c4c6..d645695 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -200,20 +200,3 @@ 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. - - - Swift-Concurrency depends on the following libraries: - - Copyright (C) 2017 The Guava Authors - - 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. diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..fc2befc --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,15 @@ +Swift-Concurrency depends on the following libraries: + +Copyright (C) 2017 The Guava Authors + +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.