@@ -16,6 +16,7 @@ It ships with copies of other software which license terms are recalled below.
1616github.com/stretchr/testify
1717===========================
1818
19+ // SPDX-FileCopyrightText: Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1920// SPDX-License-Identifier: MIT
2021
2122MIT License
@@ -43,6 +44,7 @@ SOFTWARE.
4344github.com/davecgh/go-spew
4445===========================
4546
47+ // SPDX-FileCopyrightText: Copyright (c) 2012-2016 Dave Collins <
[email protected] >
4648// SPDX-License-Identifier: ISC
4749
4850ISC License
@@ -64,6 +66,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6466github.com/pmezard/go-difflib
6567===========================
6668
69+ // SPDX-FileCopyrightText: Copyright (c) 2013, Patrick Mezard
6770// SPDX-License-Identifier: ISC
6871
6972Copyright (c) 2013, Patrick Mezard
@@ -93,3 +96,31 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
9396LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
9497NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
9598SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99+
100+ github.com/go-openapi/testify/_codegen/internal/imports
101+ ===========================
102+
103+ // SPDX-FileCopyrightText: Copyright (c) 2015 Ernesto Jiménez
104+ // SPDX-License-Identifier: MIT
105+
106+ The MIT License (MIT)
107+
108+ Copyright (c) 2015 Ernesto Jiménez
109+
110+ Permission is hereby granted, free of charge, to any person obtaining a copy
111+ of this software and associated documentation files (the "Software"), to deal
112+ in the Software without restriction, including without limitation the rights
113+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114+ copies of the Software, and to permit persons to whom the Software is
115+ furnished to do so, subject to the following conditions:
116+
117+ The above copyright notice and this permission notice shall be included in all
118+ copies or substantial portions of the Software.
119+
120+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126+ SOFTWARE.
0 commit comments