From a5663ab9a8fd85b159d60809ffa7290c1a0264f0 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sat, 26 Sep 2015 17:08:12 -0700 Subject: [PATCH] Relicense smb_lm auth helper to GPLv2+ --- CREDITS | 2 +- helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 803bbca8d8..6c4a06bb18 100644 --- a/CREDITS +++ b/CREDITS @@ -1382,7 +1382,7 @@ helpers/ntlm_auth/smb_lm/: * (C) 2000 Francesco Chemolli * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc index e6159bb654..d99c87314a 100644 --- a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc +++ b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc @@ -9,7 +9,7 @@ /* * (C) 2000 Francesco Chemolli * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.47.2