Skip to content

Commit b57c48f

Browse files
authored
chore: fix license clause (#15)
1 parent d64a367 commit b57c48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2021"
55
categories = ["data-structures"]
66
author = "Dominic Heun <dominic.heun@gmx.net>"
7-
license = "BSD"
7+
license = "BSD-3-Clause"
88
description = "JSON library for QT"
99
repository = "https://github.com/thedome/qt-json-rs"
1010
homepage = "https://github.com/thedome/qt-json-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ engineering.
3939
There is a possibility that the code will not work with other Version of Qt JSON documents.
4040
Any help with this library is welcome.
4141

42-
License: BSD
42+
License: BSD-3-Clause

0 commit comments

Comments
 (0)