forked from steve-seungeui/ephemera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
169 lines (120 loc) · 5.9 KB
/
Copy pathLICENSE
File metadata and controls
169 lines (120 loc) · 5.9 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
MIT License
Copyright (c) 2026 steve-seungeui
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-------------------------------------------------------------------------------
THIRD-PARTY OPEN SOURCE NOTICES
This software includes third-party open source components. Their licenses and
copyright notices are listed below.
-------------------------------------------------------------------------------
Apache License 2.0
https://www.apache.org/licenses/LICENSE-2.0
The following components are licensed under the Apache License, Version 2.0:
- github.com/firecracker-microvm/firecracker-go-sdk
Copyright (c) Amazon.com, Inc. or its affiliates.
- github.com/containerd/fifo
Copyright (c) The containerd Authors.
- github.com/containernetworking/cni
- github.com/containernetworking/plugins
Copyright (c) CNI authors.
- github.com/go-openapi/analysis
- github.com/go-openapi/errors
- github.com/go-openapi/jsonpointer
- github.com/go-openapi/jsonreference
- github.com/go-openapi/loads
- github.com/go-openapi/runtime
- github.com/go-openapi/spec
- github.com/go-openapi/strfmt
- github.com/go-openapi/swag
- github.com/go-openapi/validate
Copyright (c) go-openapi contributors.
- github.com/vishvananda/netlink
- github.com/vishvananda/netns
Copyright (c) 2014 Vishvananda Ishaya.
- github.com/opentracing/opentracing-go
Copyright (c) 2016 The OpenTracing Authors.
- github.com/oklog/ulid
Copyright (c) 2016 The Oklog Authors.
- go.mongodb.org/mongo-driver
Copyright (c) MongoDB, Inc.
- gopkg.in/yaml.v2
Copyright (c) 2011-2016 Canonical Ltd.
You may obtain a copy of the Apache License at:
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the Apache License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-------------------------------------------------------------------------------
MIT License
The following components are licensed under the MIT License:
- github.com/sirupsen/logrus
Copyright (c) 2014 Simon Eskildsen.
- github.com/asaskevich/govalidator
Copyright (c) 2014-2020 Alex Saskilvsen.
- github.com/mailru/easyjson
Copyright (c) 2016 Mail.Ru Group.
- github.com/mitchellh/mapstructure
Copyright (c) 2013 Mitchell Hashimoto.
- github.com/josharian/intern
Copyright (c) 2019 Josh Bleecher Snyder.
- github.com/go-stack/stack
Copyright (c) 2014 Chris Hines.
-------------------------------------------------------------------------------
BSD 3-Clause License
The following components are licensed under the BSD 3-Clause License:
- github.com/google/uuid
Copyright (c) 2009, 2014 Google Inc. All rights reserved.
- github.com/PuerkitoBio/purell
- github.com/PuerkitoBio/urlesc
Copyright (c) 2012, Martin Angers. All rights reserved.
- golang.org/x/net
- golang.org/x/sys
- golang.org/x/text
Copyright (c) 2009 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.
-------------------------------------------------------------------------------
BSD 2-Clause License
The following components are licensed under the BSD 2-Clause License:
- github.com/pkg/errors
Copyright (c) 2015, Dave Cheney <dave@cheney.net>. All rights reserved.
-------------------------------------------------------------------------------
Mozilla Public License 2.0 (MPL-2.0)
https://www.mozilla.org/en-US/MPL/2.0/
The following components are licensed under the Mozilla Public License,
Version 2.0:
- github.com/hashicorp/errwrap
Copyright (c) 2014 HashiCorp, Inc.
- github.com/hashicorp/go-multierror
Copyright (c) 2014 HashiCorp, Inc.
MPL-2.0 is a file-level weak copyleft license. The MPL-2.0-licensed source
files of the above components must remain under MPL-2.0. The Ephemera source
code (this project) is separately licensed under the MIT License above and is
not subject to MPL-2.0 copyleft requirements.
You may obtain a copy of the MPL-2.0 at:
https://www.mozilla.org/en-US/MPL/2.0/