Skip to content

Commit e7e9c23

Browse files
committed
licensing: added notice for yet another copied piece of software
refers to: github.com/testify#1797 Signed-off-by: Frederic BIDON <[email protected]>
1 parent 07647f4 commit e7e9c23

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

NOTICE

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ It ships with copies of other software which license terms are recalled below.
1616
github.com/stretchr/testify
1717
===========================
1818

19+
// SPDX-FileCopyrightText: Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1920
// SPDX-License-Identifier: MIT
2021

2122
MIT License
@@ -43,6 +44,7 @@ SOFTWARE.
4344
github.com/davecgh/go-spew
4445
===========================
4546

47+
// SPDX-FileCopyrightText: Copyright (c) 2012-2016 Dave Collins <[email protected]>
4648
// SPDX-License-Identifier: ISC
4749

4850
ISC License
@@ -64,6 +66,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6466
github.com/pmezard/go-difflib
6567
===========================
6668

69+
// SPDX-FileCopyrightText: Copyright (c) 2013, Patrick Mezard
6770
// SPDX-License-Identifier: ISC
6871

6972
Copyright (c) 2013, Patrick Mezard
@@ -93,3 +96,31 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
9396
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
9497
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
9598
SOFTWARE, 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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ distributed with this fork, including internalized libraries.
121121
* [SPDX-License-Identifier: MIT](./NOTICE)
122122
* [SPDX-License-Identifier: ISC](./internal/spew/LICENSE)
123123
* [SPDX-License-Identifier: ](./internal/difflib/LICENSE)
124+
* [SPDX-License-Identifier: MIT](./_codegen/internal/imports/LICENSE)
124125

125126
## Contributing
126127

_codegen/internal/imports/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Ernesto Jiménez
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)