From d4250b6a43a09d2bfc5a63778bb0c5c6e881f5ad Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Tue, 21 Jan 2020 17:50:53 -0500 Subject: [PATCH 1/2] docs(repo): add NOTICE file with copyright statement and warranty disclaimer Closes #4807 --- NOTICE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000000..01a7ee63596 --- /dev/null +++ b/NOTICE @@ -0,0 +1,14 @@ +Opentrons Platform +Copyright 2015-2020 Opentrons Labworks, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use files in this repository 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. From 50db8031cb35fa4bf8a830447e8be952648243ee Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Mon, 27 Jan 2020 11:18:34 -0500 Subject: [PATCH 2/2] fixup: language tweaks --- NOTICE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index 01a7ee63596..3d2de27433a 100644 --- a/NOTICE +++ b/NOTICE @@ -1,9 +1,9 @@ Opentrons Platform Copyright 2015-2020 Opentrons Labworks, Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use files in this repository except in compliance with the -License. You may obtain a copy of the License at +The source code in this repository is licensed under the Apache License, +Version 2.0 (the "License"); you may not use this code except in +compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0