Skip to content

Commit 33903de

Browse files
committed
fixup doc & readme
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 9c12c9b commit 33903de

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- _codegen

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ github.com/pmezard/go-difflib
6868
===========================
6969

7070
// SPDX-FileCopyrightText: Copyright (c) 2013, Patrick Mezard
71-
// SPDX-License-Identifier: ISC
71+
// SPDX-License-Identifier: MIT-like
7272

7373
Copyright (c) 2013, Patrick Mezard
7474
All rights reserved.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ See [the original README)(./original.md)
125125
See the license [NOTICE](./NOTICE), which recalls the licensing terms of all the pieces of software
126126
distributed with this fork, including internalized libraries.
127127

128-
* [SPDX-License-Identifier: Apache-2.0](./LICENSE)
129-
* [SPDX-License-Identifier: MIT](./NOTICE)
130-
* [SPDX-License-Identifier: ISC](./internal/spew/LICENSE)
131-
* [SPDX-License-Identifier: ](./internal/difflib/LICENSE)
132-
* [SPDX-License-Identifier: MIT](./_codegen/internal/imports/LICENSE)
128+
* go-openapi/testify [SPDX-License-Identifier: Apache-2.0](./LICENSE)
129+
* stretchr/testify [SPDX-License-Identifier: MIT](./NOTICE)
130+
* github.com/davecgh/go-spew [SPDX-License-Identifier: ISC](./internal/spew/LICENSE)
131+
* github.com/pmezard/go-difflib [SPDX-License-Identifier: MIT-like](./internal/difflib/LICENSE)
132+
* imports [SPDX-License-Identifier: MIT](./_codegen/internal/imports/LICENSE)
133133

134134
## PRs from the original repo
135135

@@ -145,7 +145,7 @@ some adaptations into this fork:
145145

146146
These would probably need some rework/fix or adaptation, but the proposed idea is worthwile, IMHO.
147147

148-
* github.com/stretchr/testify/pull#1460 (ci)
148+
* github.com/stretchr/testify#1460 (ci)
149149
* github.com/stretchr/testify#1467 (colorized output)
150150
* github.com/stretchr/testify#1480 (colorized output)
151151
* github.com/stretchr/testify/pull#1232 (colorized output)

0 commit comments

Comments
 (0)