From fc561ef30800f11616028a631bd7cf2340270303 Mon Sep 17 00:00:00 2001 From: "kim (grufwub)" Date: Thu, 26 Aug 2021 11:58:07 +0100 Subject: [PATCH] improve formatting of new licenses Signed-off-by: kim (grufwub) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37c87ebfb..8d090cbc1 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ The following libraries and frameworks are used by GoToSocial, with gratitude * [urfave/cli](https://github.com/urfave/cli); command-line interface framework. [MIT License](https://spdx.org/licenses/MIT.html). * [wagslane/go-password-validator](https://github.com/wagslane/go-password-validator); password strength validation. [MIT License](https://spdx.org/licenses/MIT.html). * [modernc.org/sqlite](sqlite); cgo-free port of SQLite. [Other License](https://gitlab.com/cznic/sqlite/-/blob/master/LICENSE). -* [modernc.org/ccgo](ccgo); c99 AST -> Go translater (used by sqlite). [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). -* [modernc.org/libc](libc); C-runtime services (used by sqlite). [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). + * [modernc.org/ccgo](ccgo); c99 AST -> Go translater. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). + * [modernc.org/libc](libc); C-runtime services. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). ### Image Attribution