Skip to content

Commit

Permalink
Fix some markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
regularfry committed Aug 21, 2024
1 parent eea2cfb commit a145ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion practices/open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ A dependency may change licence between versions, in a way that brings more resp

If the terms of the new licence are not contradicted by any of the above guidance, the simplest option may well be to comply with it. For instance, a dependency which changes from the MIT licence to the GPLv3 would require relicensing your application under the GPLv3 (or another compatible licence) to adopt the new version, but would require no technical work other than to increment the dependency version as you normally would.

An important exception to this would be where there are secrets within the codebase or its history which cannot be made public. However, repositories where this is the case *must* be [made safe](guides/commit-purge.md) regardless of their open or closed source status, so this work needs to be done anyway.
An important exception to this would be where there are secrets within the codebase or its history which cannot be made public. However, repositories where this is the case _must_ be [made safe](guides/commit-purge.md) regardless of their open or closed source status, so this work needs to be done anyway.

### 5.2 Stay on the old version

Expand Down

0 comments on commit a145ab2

Please sign in to comment.