aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-09-03 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-09-03 08:00:00 +0000
commita5a410f1a03ef606ebe09a3e9dcbe45bdf42e384 (patch)
treeb35fad3de89ac2c7395b57a399c0090b4c848b6e
parent9e0bfbb94ab39d13bc1c73ab9715b2f525eb3efb (diff)
downloadpam-a5a410f1a03ef606ebe09a3e9dcbe45bdf42e384.tar.gz
pam-a5a410f1a03ef606ebe09a3e9dcbe45bdf42e384.tar.bz2
pam-a5a410f1a03ef606ebe09a3e9dcbe45bdf42e384.zip
pam_loginuid: avoid using postal address in the GNU GPL license notice
Following the recent news about the latest change of the FSF postal address, replace the FSF postal address in the GNU GPL license notice with the URL. Apparently, "Information for maintainers of GNU Software" for quite a long time suggests using the URL instead of the postal address. Link: https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00000.html Link: https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Code.html
-rw-r--r--modules/pam_loginuid/pam_loginuid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/pam_loginuid/pam_loginuid.c b/modules/pam_loginuid/pam_loginuid.c
index 6f5a6380..fc739134 100644
--- a/modules/pam_loginuid/pam_loginuid.c
+++ b/modules/pam_loginuid/pam_loginuid.c
@@ -15,9 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Suite 500
- * Boston, MA 02110-1335 USA
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* Authors:
* Steve Grubb <sgrubb@redhat.com>