From bd08339a6e5db3c2bf39c05813422183ade7d4f6 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Mon, 1 Oct 2018 12:26:38 -0700 Subject: [PATCH] license: Move license application notice from LICENSE to NOTICE. The boilerplate here is supposed to be example of how to apply the Apache license to files in the project, and is not intended to be applied to the LICENSE file itself. See https://github.com/benbalter/licensee/issues/103 for some discussion of this. Moved the text from the LICENSE file to a NOTICE file, with one wording change: "this file" -> "this project". --- LICENSE | 20 -------------------- NOTICE | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 20 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index ef0b02e5aa..b60c5ae3b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,25 +1,5 @@ Copyright 2011-2018 Dropbox, Inc., Kandra Labs, Inc., and contributors -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. - -The software includes some works released by third parties under other -free and open source licenses. Those works are redistributed under the -license terms under which the works were received. For more details, -see the ``docs/THIRDPARTY`` file included with this distribution. - - --------------------------------------------------------------------------------- - Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..ffdc82621f --- /dev/null +++ b/NOTICE @@ -0,0 +1,16 @@ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this project 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. + +The software includes some works released by third parties under other +free and open source licenses. Those works are redistributed under the +license terms under which the works were received. For more details, +see the ``docs/THIRDPARTY`` file included with this distribution.