From fb32f0a43e799489164aaa004882fc521c49affe Mon Sep 17 00:00:00 2001 From: Syed-Shahrukh-OSSRevival Date: Sat, 21 Feb 2026 03:00:52 +0500 Subject: [PATCH 1/2] Add self to current maintainer. Add self to copyright. --- COPYRIGHT | 1 + README | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/COPYRIGHT b/COPYRIGHT index 900545e..60ca0a4 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,6 +2,7 @@ sSMTP is licensed under the GNU General Public License (GPL) version 2 or above. Copyright (C) 2004-2008 Anibal Monsalve Salazar +Copyright (C) 2025-2026 Syed Shahrukh Hussain This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README b/README index d66b8a3..be34c9d 100644 --- a/README +++ b/README @@ -46,9 +46,12 @@ TLS support from Tobias Rundstrom IPv6 support from Jun-ya Kato MD5 authentication support from TAKIZAWA Takashi -Current Maintainer: +Previous Maintainer: Anibal Monsalve Salazar, A.Monsalve.Salazar@IEEE.org +Current Maintainer: + Syed Shahrukh Hussain, syed.shahrukh@ossrevival.org + Patchlevel: See ssmtp.c From bfe9ec25ccea30ccc33d8b190002ee8f40539fbf Mon Sep 17 00:00:00 2001 From: Syed-Shahrukh-OSSRevival Date: Sat, 21 Feb 2026 03:19:39 +0500 Subject: [PATCH 2/2] Add PR template. --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a178ee5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## Description + + +## Related Ticket + + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update + +## Checklist +- [ ] I have performed a self-review of my code +- [ ] Documentation updated