From 43e6bd47863c45b9232f0f74e973b83b8354bd3a Mon Sep 17 00:00:00 2001 From: kotontrion <141950090+kotontrion@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:00:30 +0200 Subject: removed old license from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index da32bad..f5d52a3 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,4 @@ Generally it can be used like this: Not connecting those signals, is equivalent to calling `pam.supply_secret(NULL)` immediately after the signal is emitted. 4. start authentication process using `Pam.start_authentication()`. This function will return whether the authentication was started or not. 5. it is possible to reuse the same Pam object for multiple sequential authentication attempts. Just call `pam.start_authentication()` again after the `success` or `fail` signal was emitted. - -## License - -This project is licensed under the GPL-3 License - see the LICENSE file for details. -- cgit v1.2.3