From nobody Thu Apr 2 13:12:45 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 514B1C6FA82 for ; Sun, 25 Sep 2022 16:46:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231970AbiIYQq3 (ORCPT ); Sun, 25 Sep 2022 12:46:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231805AbiIYQq0 (ORCPT ); Sun, 25 Sep 2022 12:46:26 -0400 Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5843C2AE11 for ; Sun, 25 Sep 2022 09:46:24 -0700 (PDT) Received: from pop-os.home ([86.243.100.34]) by smtp.orange.fr with ESMTPA id cUlpocSZLOizNcUlpockmE; Sun, 25 Sep 2022 18:46:22 +0200 X-ME-Helo: pop-os.home X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 25 Sep 2022 18:46:22 +0200 X-ME-IP: 86.243.100.34 From: Christophe JAILLET To: Ian Abbott , H Hartley Sweeten Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] comedi: Remove some left-over license text Date: Sun, 25 Sep 2022 18:46:19 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" There is already a SPDX-License-Identifier tag, so the corresponding license text can be removed. Signed-off-by: Christophe JAILLET --- Most of the remaining duplicated license text is generated by convert_csv_to_c.py. Remaining files should be updated once this script is run. (I don't have it on my system and can't do it myself) --- drivers/comedi/drivers/ni_routes.c | 10 ---- drivers/comedi/drivers/ni_routes.h | 10 ---- .../drivers/ni_routing/ni_device_routes.h | 10 ---- .../ni_routing/tools/convert_csv_to_c.py | 60 ------------------- .../drivers/tests/comedi_example_test.c | 10 ---- drivers/comedi/drivers/tests/ni_routes_test.c | 10 ---- drivers/comedi/drivers/tests/unittest.h | 10 ---- 7 files changed, 120 deletions(-) diff --git a/drivers/comedi/drivers/ni_routes.c b/drivers/comedi/drivers/ni= _routes.c index 295a3a9ee0c9..0facc8a48ee3 100644 --- a/drivers/comedi/drivers/ni_routes.c +++ b/drivers/comedi/drivers/ni_routes.c @@ -5,16 +5,6 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 #include diff --git a/drivers/comedi/drivers/ni_routes.h b/drivers/comedi/drivers/ni= _routes.h index cff8a463a03f..4e5f28d0208f 100644 --- a/drivers/comedi/drivers/ni_routes.h +++ b/drivers/comedi/drivers/ni_routes.h @@ -5,16 +5,6 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 #ifndef _COMEDI_DRIVERS_NI_ROUTES_H diff --git a/drivers/comedi/drivers/ni_routing/ni_device_routes.h b/drivers= /comedi/drivers/ni_routing/ni_device_routes.h index 09e4e172c659..ee340884dd8e 100644 --- a/drivers/comedi/drivers/ni_routing/ni_device_routes.h +++ b/drivers/comedi/drivers/ni_routing/ni_device_routes.h @@ -5,16 +5,6 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* diff --git a/drivers/comedi/drivers/ni_routing/tools/convert_csv_to_c.py b/= drivers/comedi/drivers/ni_routing/tools/convert_csv_to_c.py index 90378fb50580..b7473b22bd01 100755 --- a/drivers/comedi/drivers/ni_routing/tools/convert_csv_to_c.py +++ b/drivers/comedi/drivers/ni_routing/tools/convert_csv_to_c.py @@ -128,16 +128,6 @@ class DeviceRoutes(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* @@ -159,16 +149,6 @@ class DeviceRoutes(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* @@ -196,16 +176,6 @@ class DeviceRoutes(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* @@ -301,16 +271,6 @@ class RouteValues(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* @@ -338,16 +298,6 @@ class RouteValues(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* @@ -375,16 +325,6 @@ class RouteValues(CSVCollection): * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 /* diff --git a/drivers/comedi/drivers/tests/comedi_example_test.c b/drivers/c= omedi/drivers/tests/comedi_example_test.c index 81d074bcdea5..bb03aba5f44e 100644 --- a/drivers/comedi/drivers/tests/comedi_example_test.c +++ b/drivers/comedi/drivers/tests/comedi_example_test.c @@ -5,16 +5,6 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 #include diff --git a/drivers/comedi/drivers/tests/ni_routes_test.c b/drivers/comedi= /drivers/tests/ni_routes_test.c index 652362486ff6..4b281a823565 100644 --- a/drivers/comedi/drivers/tests/ni_routes_test.c +++ b/drivers/comedi/drivers/tests/ni_routes_test.c @@ -5,16 +5,6 @@ * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 #include diff --git a/drivers/comedi/drivers/tests/unittest.h b/drivers/comedi/drive= rs/tests/unittest.h index b0b34e058aad..1eef944b2597 100644 --- a/drivers/comedi/drivers/tests/unittest.h +++ b/drivers/comedi/drivers/tests/unittest.h @@ -6,16 +6,6 @@ * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 2016 Spencer E. Olson * based of parts of drivers/of/unittest.c - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. */ =20 #ifndef _COMEDI_DRIVERS_TESTS_UNITTEST_H --=20 2.34.1