-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathNOTICE
More file actions
177 lines (129 loc) · 6.96 KB
/
NOTICE
File metadata and controls
177 lines (129 loc) · 6.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
Copyright (2023) Databricks, Inc.
This Software includes software developed at Databricks (https://www.databricks.com/) and its use is subject to the included LICENSE file.
This Software contains code from the following open source projects, licensed under the Apache 2.0 license:
spf13/cobra - https://github.com/spf13/cobra
Copyright cobra authors
License - https://github.com/spf13/cobra/blob/main/LICENSE.txt
go-ini/ini - https://github.com/go-ini/ini
Copyright ini authors
License - https://github.com/go-ini/ini/blob/main/LICENSE
go-yaml/yaml - https://github.com/yaml/go-yaml
Copyright (c) 2011-2019 Canonical Ltd
Copyright (c) 2006-2011 Kirill Simonov
License - https://github.com/yaml/go-yaml/blob/v3/LICENSE
---
This Software contains code from the following open source projects, licensed under the MPL 2.0 license:
hashicorp/go-version - https://github.com/hashicorp/go-version
Copyright 2014 HashiCorp, Inc.
License - https://github.com/hashicorp/go-version/blob/main/LICENSE
hashicorp/hc-install - https://github.com/hashicorp/hc-install
Copyright 2020 HashiCorp, Inc.
License - https://github.com/hashicorp/hc-install/blob/main/LICENSE
hashicorp/terraform-exec - https://github.com/hashicorp/terraform-exec
Copyright 2020 HashiCorp, Inc.
License - https://github.com/hashicorp/terraform-exec/blob/main/LICENSE
hashicorp/terraform-json - https://github.com/hashicorp/terraform-json
Copyright 2019 HashiCorp, Inc.
License - https://github.com/hashicorp/terraform-json/blob/main/LICENSE
hashicorp/terraform - https://github.com/hashicorp/terraform
Copyright 2014 HashiCorp, Inc.
License - https://github.com/hashicorp/terraform/blob/v1.5.5/LICENSE
---
This Software contains code from the following open source projects, licensed under the BSD (2-clause) license:
pkg/browser - https://github.com/pkg/browser
Copyright (c) 2014, Dave Cheney <dave@cheney.net>
License - https://github.com/pkg/browser/blob/master/LICENSE
gorilla/websocket - https://github.com/gorilla/websocket
Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
License - https://github.com/gorilla/websocket/blob/main/LICENSE
---
This Software contains code from the following open source projects, licensed under the BSD (3-clause) license:
spf13/pflag - https://github.com/spf13/pflag
Copyright (c) 2012 Alex Ogier. All rights reserved.
Copyright (c) 2012 The Go Authors. All rights reserved.
License - https://github.com/spf13/pflag/blob/master/LICENSE
google/uuid - https://github.com/google/uuid
Copyright (c) 2009,2014 Google Inc. All rights reserved.
License - https://github.com/google/uuid/blob/master/LICENSE
manifoldco/promptui - https://github.com/manifoldco/promptui
Copyright (c) 2017, Arigato Machine Inc. All rights reserved.
License - https://github.com/manifoldco/promptui/blob/master/LICENSE.md
hexops/gotextdiff - https://github.com/hexops/gotextdiff
Copyright (c) 2009 The Go Authors. All rights reserved.
License - https://github.com/hexops/gotextdiff/blob/main/LICENSE
dario.cat/mergo - https://github.com/darccio/mergo
Copyright (c) 2013 Dario Castañé. All rights reserved.
Copyright (c) 2012 The Go Authors. All rights reserved.
License - https://github.com/darccio/mergo/blob/master/LICENSE
gorilla/mux - https://github.com/gorilla/mux
Copyright (c) 2023 The Gorilla Authors. All rights reserved.
License - https://github.com/gorilla/mux/blob/main/LICENSE
palantir/pkg - https://github.com/palantir/pkg
Copyright (c) 2016, Palantir Technologies, Inc.
License - https://github.com/palantir/pkg/blob/master/LICENSE
quasilyte/go-ruleguard - https://github.com/quasilyte/go-ruleguard
Copyright (c) 2022, Iskander (Alex) Sharipov / quasilyte
License - https://github.com/quasilyte/go-ruleguard/blob/master/LICENSE
tailscale/hujson - https://github.com/tailscale/hujson
Copyright (c) 2019 Tailscale Inc. All rights reserved.
License - https://github.com/tailscale/hujson/blob/master/LICENSE
golang.org/x/crypto - https://github.com/golang/crypto
Copyright 2009 The Go Authors.
License - https://github.com/golang/crypto/blob/master/LICENSE
golang.org/x/mod - https://github.com/golang/mod
Copyright 2009 The Go Authors.
License - https://github.com/golang/mod/blob/master/LICENSE
golang.org/x/oauth2 - https://github.com/golang/oauth2
Copyright 2009 The Go Authors.
License - https://github.com/golang/oauth2/blob/master/LICENSE
golang.org/x/sync - https://github.com/golang/sync
Copyright 2009 The Go Authors.
License - https://github.com/golang/sync/blob/master/LICENSE
golang.org/x/sys - https://github.com/golang/sys
Copyright 2009 The Go Authors.
License - https://github.com/golang/sys/blob/master/LICENSE
golang.org/x/text - https://github.com/golang/text
Copyright 2009 The Go Authors.
License - https://github.com/golang/text/blob/master/LICENSE
---
This Software contains code from the following open source projects, licensed under the MIT license:
google/jsonschema-go - https://github.com/google/jsonschema-go
Copyright 2025 Google LLC
License - https://github.com/google/jsonschema-go/blob/main/LICENSE
charmbracelet/bubbles - https://github.com/charmbracelet/bubbles
Copyright (c) 2020-2025 Charmbracelet, Inc
License - https://github.com/charmbracelet/bubbles/blob/master/LICENSE
charmbracelet/bubbletea - https://github.com/charmbracelet/bubbletea
Copyright (c) 2020-2025 Charmbracelet, Inc
License - https://github.com/charmbracelet/bubbletea/blob/main/LICENSE
charmbracelet/huh - https://github.com/charmbracelet/huh
Copyright (c) 2023 Charmbracelet, Inc.
License - https://github.com/charmbracelet/huh/blob/main/LICENSE
charmbracelet/lipgloss - https://github.com/charmbracelet/lipgloss
Copyright (c) 2021-2025 Charmbracelet, Inc
License - https://github.com/charmbracelet/lipgloss/blob/master/LICENSE
fatih/color - https://github.com/fatih/color
Copyright (c) 2013 Fatih Arslan
License - https://github.com/fatih/color/blob/main/LICENSE.md
Masterminds/semver - https://github.com/Masterminds/semver
Copyright (C) 2014-2019, Matt Butcher and Matt Farina
License - https://github.com/Masterminds/semver/blob/master/LICENSE.txt
mattn/go-isatty - https://github.com/mattn/go-isatty
Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
License - https://github.com/mattn/go-isatty/blob/master/LICENSE
nwidger/jsoncolor - https://github.com/nwidger/jsoncolor
Copyright (c) 2016 Niels Widger
License - https://github.com/nwidger/jsoncolor/blob/master/LICENSE
sabhiram/go-gitignore - https://github.com/sabhiram/go-gitignore
Copyright (c) 2015 Shaba Abhiram
License - https://github.com/sabhiram/go-gitignore/blob/master/LICENSE
stretchr/testify - https://github.com/stretchr/testify
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
License - https://github.com/stretchr/testify/blob/master/LICENSE
BurntSushi/toml - https://github.com/BurntSushi/toml
Copyright (c) 2013 TOML authors
License - https://github.com/BurntSushi/toml/blob/master/COPYING
go-yaml/yaml - https://github.com/yaml/go-yaml
Copyright (c) 2011-2019 Canonical Ltd
Copyright (c) 2006-2011 Kirill Simonov
License - https://github.com/yaml/go-yaml/blob/v3/LICENSE