From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754502AbdKNJpC (ORCPT ); Tue, 14 Nov 2017 04:45:02 -0500 Received: from mout02.posteo.de ([185.67.36.66]:40862 "EHLO mout02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754051AbdKNJos (ORCPT ); Tue, 14 Nov 2017 04:44:48 -0500 From: Martin Kepplinger To: catalin.marinas@arm.com Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH] mm: replace FSF address with web source in license notices Date: Tue, 14 Nov 2017 10:44:38 +0100 Message-Id: <20171114094438.28224-1-martink@posteo.de> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A few years ago the FSF moved and "59 Temple Place" is wrong. Having this still in our source files feels old and unmaintained. Let's take the license statement serious and not confuse users. As https://www.gnu.org/licenses/gpl-howto.html suggests, we replace the postal address with "" in the mm directory. Signed-off-by: Martin Kepplinger --- mm/kmemleak-test.c | 3 +-- mm/kmemleak.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mm/kmemleak-test.c b/mm/kmemleak-test.c index dd3c23a801b1..9a13ad2c0cca 100644 --- a/mm/kmemleak-test.c +++ b/mm/kmemleak-test.c @@ -14,8 +14,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . */ #define pr_fmt(fmt) "kmemleak: " fmt diff --git a/mm/kmemleak.c b/mm/kmemleak.c index e4738d5e9b8c..e6d6d3c9f543 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -14,8 +14,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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program. If not, see . * * * For more information on the algorithm and kmemleak usage, please see -- 2.11.0