lkml.org 
[lkml]   [2020]   [Nov]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v9 01/44] kasan: drop unnecessary GPL text from comment headers
    On Tue, Nov 10, 2020 at 11:11 PM Andrey Konovalov <andreyknvl@google.com> wrote:
    >
    > Don't mention "GNU General Public License version 2" text explicitly,
    > as it's already covered by the SPDX-License-Identifier.
    >
    > Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
    > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
    > Reviewed-by: Marco Elver <elver@google.com>
    Reviewed-by: Alexander Potapenko <glider@google.com>

    > ---
    > Change-Id: If0a2690042a2aa0fca70cea601ae9aabe72fa233
    > ---
    > mm/kasan/common.c | 5 -----
    > mm/kasan/generic.c | 5 -----
    > mm/kasan/generic_report.c | 5 -----
    > mm/kasan/init.c | 5 -----
    > mm/kasan/quarantine.c | 10 ----------
    > mm/kasan/report.c | 5 -----
    > mm/kasan/tags.c | 5 -----
    > mm/kasan/tags_report.c | 5 -----
    > 8 files changed, 45 deletions(-)
    >
    > diff --git a/mm/kasan/common.c b/mm/kasan/common.c
    > index 950fd372a07e..33d863f55db1 100644
    > --- a/mm/kasan/common.c
    > +++ b/mm/kasan/common.c
    > @@ -7,11 +7,6 @@
    > *
    > * Some code borrowed from https://github.com/xairy/kasan-prototype by
    > * Andrey Konovalov <andreyknvl@gmail.com>
    > - *
    > - * 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 <linux/export.h>
    > diff --git a/mm/kasan/generic.c b/mm/kasan/generic.c
    > index 248264b9cb76..37ccfadd3263 100644
    > --- a/mm/kasan/generic.c
    > +++ b/mm/kasan/generic.c
    > @@ -7,11 +7,6 @@
    > *
    > * Some code borrowed from https://github.com/xairy/kasan-prototype by
    > * Andrey Konovalov <andreyknvl@gmail.com>
    > - *
    > - * 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.
    > - *
    > */
    >
    > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    > diff --git a/mm/kasan/generic_report.c b/mm/kasan/generic_report.c
    > index a38c7a9e192a..6bb3f66992df 100644
    > --- a/mm/kasan/generic_report.c
    > +++ b/mm/kasan/generic_report.c
    > @@ -7,11 +7,6 @@
    > *
    > * Some code borrowed from https://github.com/xairy/kasan-prototype by
    > * Andrey Konovalov <andreyknvl@gmail.com>
    > - *
    > - * 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 <linux/bitops.h>
    > diff --git a/mm/kasan/init.c b/mm/kasan/init.c
    > index fe6be0be1f76..9ce8cc5b8621 100644
    > --- a/mm/kasan/init.c
    > +++ b/mm/kasan/init.c
    > @@ -4,11 +4,6 @@
    > *
    > * Copyright (c) 2015 Samsung Electronics Co., Ltd.
    > * Author: Andrey Ryabinin <ryabinin.a.a@gmail.com>
    > - *
    > - * 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 <linux/memblock.h>
    > diff --git a/mm/kasan/quarantine.c b/mm/kasan/quarantine.c
    > index 4c5375810449..580ff5610fc1 100644
    > --- a/mm/kasan/quarantine.c
    > +++ b/mm/kasan/quarantine.c
    > @@ -6,16 +6,6 @@
    > * Copyright (C) 2016 Google, Inc.
    > *
    > * Based on code by Dmitry Chernenkov.
    > - *
    > - * 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.
    > - *
    > - * This program is distributed in the hope that it will be useful, but
    > - * WITHOUT ANY WARRANTY; without even the implied warranty of
    > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    > - * General Public License for more details.
    > - *
    > */
    >
    > #include <linux/gfp.h>
    > diff --git a/mm/kasan/report.c b/mm/kasan/report.c
    > index 00a53f1355ae..d500923abc8b 100644
    > --- a/mm/kasan/report.c
    > +++ b/mm/kasan/report.c
    > @@ -7,11 +7,6 @@
    > *
    > * Some code borrowed from https://github.com/xairy/kasan-prototype by
    > * Andrey Konovalov <andreyknvl@gmail.com>
    > - *
    > - * 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 <linux/bitops.h>
    > diff --git a/mm/kasan/tags.c b/mm/kasan/tags.c
    > index e02a36a51f42..5c8b08a25715 100644
    > --- a/mm/kasan/tags.c
    > +++ b/mm/kasan/tags.c
    > @@ -4,11 +4,6 @@
    > *
    > * Copyright (c) 2018 Google, Inc.
    > * Author: Andrey Konovalov <andreyknvl@google.com>
    > - *
    > - * 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.
    > - *
    > */
    >
    > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    > diff --git a/mm/kasan/tags_report.c b/mm/kasan/tags_report.c
    > index bee43717d6f0..5f183501b871 100644
    > --- a/mm/kasan/tags_report.c
    > +++ b/mm/kasan/tags_report.c
    > @@ -7,11 +7,6 @@
    > *
    > * Some code borrowed from https://github.com/xairy/kasan-prototype by
    > * Andrey Konovalov <andreyknvl@gmail.com>
    > - *
    > - * 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 <linux/bitops.h>
    > --
    > 2.29.2.222.g5d2a92d10f8-goog
    >


    --
    Alexander Potapenko
    Software Engineer

    Google Germany GmbH
    Erika-Mann-Straße, 33
    80636 München

    Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
    Registergericht und -nummer: Hamburg, HRB 86891
    Sitz der Gesellschaft: Hamburg

    \
     
     \ /
      Last update: 2020-11-11 14:17    [W:4.138 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site