Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ Often, services provide "backup codes" or "recovery codes" which can be used whe
Because recovery code generation is not part of the specifications of OTP, it is not possible to generate recovery codes with this library and should be implemented seperately.

## Licence
OTP-Java is available under the MIT licence. See the LICENCE for more info.
OTP-Java is available under the MIT License. See the LICENCE for more info.

[![Stargazers repo roster for @BastiaanJansen/otp-java](https://reporoster.com/stars/BastiaanJansen/otp-java)](https://github.com/BastiaanJansen/otp-java/stargazers)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<licenses>
<license>
<name>MIT Licence</name>
<name>MIT License</name>
<url>https://github.com/BastiaanJansen/otp-java/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
Expand Down