logo

checkpassword-ng

Uniform password checking interface for applications
commit: c1e6fa9b123d814f881e08b7acea5efdc45e6771
parent 65d8651125c3e49a1b35a3f985bc3c239ab7efa1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 30 Apr 2021 15:25:49 +0200

Dual-license under GPL-2.0-only OR GPL-3.0-only

GPLv2 for BSD-style licences compatibility
GPLv3 for compatibility with itself

And nothing like the LGPL, go away non-free software,
this is a libre reimplementation.

Diffstat:

MREADME.md2+-
Mcheckpassword.82+-
Mcheckpassword.c2+-
Mchkpw.32+-
Mchkpw.c2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # checkpassword-ng - Uniform password checking interface for applications ``` Copyright © 2021 checkpassword-ng Authors <https://hacktivis.me/git/checkpassword-ng> -SPDX-License-Identifier: GPL-3.0-only +SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only ``` This is a clean-room reimplementation of D. J. Bernstein [checkpassword](https://cr.yp.to/checkpwd.html) using <https://cr.yp.to/checkpwd/interface.html> as documentation. diff --git a/checkpassword.8 b/checkpassword.8 @@ -1,6 +1,6 @@ .\" checkpassword-ng: Uniform password checking interface for applications .\" Copyright © 2021 checkpassword-ng Authors <https://hacktivis.me/git/checkpassword-ng> -.\" SPDX-License-Identifier: GPL-3.0-only +.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only .Dd 2021-04-27 .Dt CHECKPASSWORD 8 .Sh NAME diff --git a/checkpassword.c b/checkpassword.c @@ -1,6 +1,6 @@ // checkpassword-ng: Uniform password checking interface for applications // Copyright © 2021 checkpassword-ng Authors <https://hacktivis.me/git/checkpassword-ng> -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only #define _POSIX_C_SOURCE 200809L // explicit_bzero diff --git a/chkpw.3 b/chkpw.3 @@ -1,6 +1,6 @@ .\" checkpassword-ng: Uniform password checking interface for applications .\" Copyright © 2021 checkpassword-ng Authors <https://hacktivis.me/git/checkpassword-ng> -.\" SPDX-License-Identifier: GPL-3.0-only +.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only .Dd 2021-04-27 .Dt CHKPW 3 .Sh NAME diff --git a/chkpw.c b/chkpw.c @@ -1,6 +1,6 @@ // checkpassword-ng: Uniform password checking interface for applications // Copyright © 2021 checkpassword-ng Authors <https://hacktivis.me/git/checkpassword-ng> -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only #define _POSIX_C_SOURCE 200809L