Skip to content

Commit d75a153

Browse files
committed
Update Notices
1 parent 572c1a7 commit d75a153

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

NOTICES.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A. hashicorp/terraform-provider-scaffolding-framework (https://github.com/hashic
88
B. hashicorp/terraform-plugin-framework-jsontypes (https://github.com/hashicorp/terraform-plugin-framework-jsontypes) : Mozilla Public License 2.0
99
Copyright (c) 2023 HashiCorp, Inc.
1010

11+
C. Khan/genqlient (https://github.com/Khan/genqlient) : MIT License
12+
13+
D. google/uuid (https://github.com/google/uuid) : BSD-3-Clause License
1114

1215
A. Mozilla Public License 2.0
1316
=================
@@ -766,3 +769,57 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
766769
This Source Code Form is "Incompatible With Secondary Licenses", as
767770
defined by the Mozilla Public License, v. 2.0.
768771

772+
773+
C. MIT License
774+
=================
775+
The MIT License (MIT)
776+
777+
Copyright (c) 2020-2021 Khan Academy
778+
779+
Permission is hereby granted, free of charge, to any person obtaining a copy
780+
of this software and associated documentation files (the "Software"), to deal
781+
in the Software without restriction, including without limitation the rights
782+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
783+
copies of the Software, and to permit persons to whom the Software is
784+
furnished to do so, subject to the following conditions:
785+
786+
The above copyright notice and this permission notice shall be included in all
787+
copies or substantial portions of the Software.
788+
789+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
790+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
791+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
792+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
793+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
794+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
795+
SOFTWARE.
796+
797+
D. BSD-3-Clause License
798+
=================
799+
Copyright (c) 2009,2014 Google Inc. All rights reserved.
800+
801+
Redistribution and use in source and binary forms, with or without
802+
modification, are permitted provided that the following conditions are
803+
met:
804+
805+
* Redistributions of source code must retain the above copyright
806+
notice, this list of conditions and the following disclaimer.
807+
* Redistributions in binary form must reproduce the above
808+
copyright notice, this list of conditions and the following disclaimer
809+
in the documentation and/or other materials provided with the
810+
distribution.
811+
* Neither the name of Google Inc. nor the names of its
812+
contributors may be used to endorse or promote products derived from
813+
this software without specific prior written permission.
814+
815+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
816+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
817+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
818+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
819+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
820+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
821+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
822+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
823+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
824+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
825+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)