Skip to content

Commit 80e3bc1

Browse files
committed
Update license badge
1 parent f88e626 commit 80e3bc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FUSE filesystem for reading macOS sparse-bundle disk images.
77
![CodeQL][codeql-badge]
88
[![CodeFactor][codefactor-badge]][codefactor-link]
99
[![LGTM][lgtm-badge]][lgtm-link]
10-
[![License][license]][bsd]
10+
[![License][license-badge]][bsd]
1111

1212
Mac OS X 10.5 (Leopard) introduced the concept of sparse-bundle disk images, where the data is
1313
stored as a collection of small, fixed-size *band*-files instead of as a single monolithic file. This
@@ -172,9 +172,10 @@ This software is licensed under the [BSD two-clause "simplified" license][bsd].
172172

173173
[codeql-badge]: https://github.com/torarnv/sparsebundlefs/workflows/CodeQL/badge.svg
174174

175+
[license-badge]: https://img.shields.io/github/license/torarnv/sparsebundlefs?color=informational&label=License
176+
175177
[macfuse]: https://osxfuse.github.io/ "Fuse for macOS"
176178
[fuse]: https://github.com/libfuse/libfuse "FUSE"
177179
[bsd]: http://opensource.org/licenses/BSD-2-Clause "BSD two-clause license"
178180
[tmfs]: https://github.com/abique/tmfs "Time Machine File System"
179181
[apfs-fuse]: https://github.com/sgan81/apfs-fuse "APFS Fuse Driver"
180-
[license]: https://img.shields.io/github/license/torarnv/sparsebundlefs.svg?maxAge=2592000&color=blue

0 commit comments

Comments
 (0)