From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE588ECDE44 for ; Wed, 31 Oct 2018 18:26:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A01842081B for ; Wed, 31 Oct 2018 18:26:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A01842081B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730326AbeKADZz (ORCPT ); Wed, 31 Oct 2018 23:25:55 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:56223 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730088AbeKADZY (ORCPT ); Wed, 31 Oct 2018 23:25:24 -0400 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1gHvC0-0005d5-Rt; Wed, 31 Oct 2018 19:26:12 +0100 Message-Id: <20181031182253.215825217@linutronix.de> User-Agent: quilt/0.65 Date: Wed, 31 Oct 2018 19:21:13 +0100 From: Thomas Gleixner To: LKML Cc: Ingo Molnar , Peter Zijlstra , Kate Stewart , Philippe Ombredanne , John Stultz , Peter Anvin , Russell King , Kees Cook , Richard Cochran , Corey Minyard , "Paul E. McKenney" , Nicolas Pitre , David Riley , Colin Cross , Mark Brown , Nicolas Pitre , Arnd Bergmann Subject: [patch 6/9] posix-timers/stubs: Remove license boilerplate References: <20181031182107.726051323@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=posix-timers-stubs--Remove-license-boilerplate.patch Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The SPDX identifier defines the license of the file already. No need for the boilerplate. Signed-off-by: Thomas Gleixner Cc: Nicolas Pitre Cc: Mark Brown Cc: Arnd Bergmann --- kernel/time/posix-stubs.c | 4 ---- 1 file changed, 4 deletions(-) --- a/kernel/time/posix-stubs.c +++ b/kernel/time/posix-stubs.c @@ -4,10 +4,6 @@ * * Created by: Nicolas Pitre, July 2016 * Copyright: (C) 2016 Linaro Limited - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include