From 751c74e7de1c78a151fdd8b76f220d8411a2108a Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 28 Apr 2026 14:27:05 +0200 Subject: Restructure the entire project, enforce linting and add support for type checkers --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ef9344..38fa9a7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ It requires no additional libraries. ## General The main reason for writing this library was the need to login into my -FreeBSD servers using [opiepasswd(1)](https://www.freebsd.org/cgi/man.cgi?query=opiepasswd&sektion=1&manpath=FreeBSD) -as [described in the FreeBSD Handbook](https://docs.freebsd.org/en/books/handbook/security/#one-time-passwords). +FreeBSD servers using [opiepasswd](https://en.wikipedia.org/wiki/OPIE_Authentication_System). + +*opiepasswd* has since been removed from FreeBSD since version 14. I decided to license the library under the -[Simplified BSD License / 2-clause BSD license](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) and not under the +[Simplified BSD License / 2-clause BSD license](https://codeberg.org/sgs/pyotp2289/src/branch/master/LICENSE) and not under the (L)GPL-3 as I usually do. I hope that somebody will find it useful. @@ -197,7 +198,7 @@ starting from (and including) 498. ## Support and contributing -*pyotp2289* is hosted on GitHub: https://github.com/blackm0re/pyotp2289 +*pyotp2289* is hosted on Codeberg: https://codeberg.org/sgs/pyotp2289 ## Author @@ -205,10 +206,10 @@ starting from (and including) 498. Simeon Simeonov - sgs @ LiberaChat -## [License](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) +## [License](https://codeberg.org/sgs/pyotp2289/src/branch/master/LICENSE) -Copyright (c) 2020-2023 Simeon Simeonov +Copyright (c) 2020-2026 Simeon Simeonov All rights reserved. -[Licensed](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) under the BSD 2-clause. -SPDX-License-Identifier: BSD-2-Clause-FreeBSD +[Licensed](https://codeberg.org/sgs/pyotp2289/src/branch/master/LICENSE) under the BSD 2-clause. +SPDX-License-Identifier: BSD-2-Clause -- cgit v1.3