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.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS 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 2047EC004C9 for ; Tue, 7 May 2019 13:57:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EFF0D2054F for ; Tue, 7 May 2019 13:57:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726295AbfEGN5e (ORCPT ); Tue, 7 May 2019 09:57:34 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42274 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726411AbfEGN5e (ORCPT ); Tue, 7 May 2019 09:57:34 -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 1hO0b6-0000pj-Qm for linux-spdx@vger.kernel.org; Tue, 07 May 2019 15:57:32 +0200 Message-Id: <20190507122210.656506300@linutronix.de> User-Agent: quilt/0.65 Date: Tue, 07 May 2019 14:19:54 +0200 From: Thomas Gleixner To: linux-spdx@vger.kernel.org Subject: [patch 2/4] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 2 References: <20190507121952.495564307@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Based on 1 normalized pattern(s): permission is hereby granted to copy modify and redistribute this code in terms of the gnu library general public license version 2 or later at your option extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 1 file(s). The result has been manually verified and compared against a license compliance dataset provided by .... Signed-off-by: Thomas Gleixner --- --- a/include/linux/mc146818rtc.h +++ b/include/linux/mc146818rtc.h @@ -1,11 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* mc146818rtc.h - register definitions for the Real-Time-Clock / CMOS RAM * Copyright Torsten Duwe 1993 * derived from Data Sheet, Copyright Motorola 1984 (!). * It was written to be part of the Linux operating system. */ -/* permission is hereby granted to copy, modify and redistribute this code - * in terms of the GNU Library General Public License, Version 2 or later, - * at your option. */ #ifndef _MC146818RTC_H