You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform-provider-tlspc is using the following open source components:
4
4
5
5
A. hashicorp/terraform-provider-scaffolding-framework (https://github.com/hashicorp/terraform-provider-scaffolding-framework) : Mozilla Public License 2.0
6
-
Copyright (c) 2021 HashiCorp, Inc.
6
+
Copyright (c) 2021 HashiCorp, Inc.
7
7
8
8
B. hashicorp/terraform-plugin-framework-jsontypes (https://github.com/hashicorp/terraform-plugin-framework-jsontypes) : Mozilla Public License 2.0
9
-
Copyright (c) 2023 HashiCorp, Inc.
9
+
Copyright (c) 2023 HashiCorp, Inc.
10
+
11
+
C. Khan/genqlient (https://github.com/Khan/genqlient) : MIT License
12
+
Copyright (c) 2020-2021 Khan Academy
13
+
14
+
D. google/uuid (https://github.com/google/uuid) : BSD-3-Clause License
15
+
Copyright (c) 2009,2014 Google Inc. All rights reserved.
10
16
11
17
12
18
A. Mozilla Public License 2.0
@@ -766,3 +772,58 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
766
772
This Source Code Form is "Incompatible With Secondary Licenses", as
767
773
defined by the Mozilla Public License, v. 2.0.
768
774
775
+
776
+
C. MIT License
777
+
=================
778
+
The MIT License (MIT)
779
+
780
+
Copyright (c) 2020-2021 Khan Academy
781
+
782
+
Permission is hereby granted, free of charge, to any person obtaining a copy
783
+
of this software and associated documentation files (the "Software"), to deal
784
+
in the Software without restriction, including without limitation the rights
785
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
786
+
copies of the Software, and to permit persons to whom the Software is
787
+
furnished to do so, subject to the following conditions:
788
+
789
+
The above copyright notice and this permission notice shall be included in all
790
+
copies or substantial portions of the Software.
791
+
792
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
793
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
794
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
795
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
796
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
797
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
798
+
SOFTWARE.
799
+
800
+
801
+
D. BSD-3-Clause License
802
+
=================
803
+
Copyright (c) 2009,2014 Google Inc. All rights reserved.
804
+
805
+
Redistribution and use in source and binary forms, with or without
806
+
modification, are permitted provided that the following conditions are
807
+
met:
808
+
809
+
* Redistributions of source code must retain the above copyright
810
+
notice, this list of conditions and the following disclaimer.
811
+
* Redistributions in binary form must reproduce the above
812
+
copyright notice, this list of conditions and the following disclaimer
813
+
in the documentation and/or other materials provided with the
814
+
distribution.
815
+
* Neither the name of Google Inc. nor the names of its
816
+
contributors may be used to endorse or promote products derived from
817
+
this software without specific prior written permission.
818
+
819
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
820
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
821
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
822
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
823
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
824
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
825
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
826
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
827
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
828
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
829
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments