Relicense GPL-2.0-or-later files to GPL-2.0-only
This way all licenses in the project will be homogenised. Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Acked-by: Sven Schmitt <sven.schmitt@gmx.net> Acked-by: Oleksij Rempel <ore@pengutronix.de> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Brennan Ashton <bashton@brennanashton.com> Acked-By: IOhannes m zmölnig <zmoelnig@iem.at> Acked-by: Frank Theile <ftheile@grundfos.com> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Jeremiah Mahler <jmmahler@gmail.com> Acked-by: Jonathan Challinger <mr.challinger@gmail.com> Acked-by: Cheng-Lung Lee <chenglung@gmail.com> Acked-by: Ramesh Shanmugasundaram <rashanmu@gmail.com> Acked-by: Mans Rullgard <mans@mansr.com> Acked-by: Søren Holm <sgh@sgh.dk> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>pull/146/head
parent
9d0c08d8cb
commit
59f92965b9
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* can-calc-bit-timing.c: Calculate CAN bit timing parameters
|
/* can-calc-bit-timing.c: Calculate CAN bit timing parameters
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Wolfgang Grandegger <wg@grandegger.com>
|
* Copyright (C) 2008 Wolfgang Grandegger <wg@grandegger.com>
|
||||||
|
|
@ -12,9 +12,8 @@
|
||||||
* email:pisa@cmp.felk.cvut.cz
|
* email:pisa@cmp.felk.cvut.cz
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the version 2 of the GNU General Public License
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* as published by the Free Software Foundation
|
||||||
* any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* canfdtest.c - Full-duplex test program (DUT and host part)
|
* canfdtest.c - Full-duplex test program (DUT and host part)
|
||||||
*
|
*
|
||||||
|
|
@ -6,9 +6,8 @@
|
||||||
* (C) 2009 Wolfgang Grandegger <wg@grandegger.com>
|
* (C) 2009 Wolfgang Grandegger <wg@grandegger.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the version 2 of the GNU General Public License
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* as published by the Free Software Foundation.
|
||||||
* any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
||||||
2
jcat.c
2
jcat.c
|
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2018 Pengutronix, Oleksij Rempel <o.rempel@pengutronix.de>
|
* Copyright (c) 2018 Pengutronix, Oleksij Rempel <o.rempel@pengutronix.de>
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
7
slcand.c
7
slcand.c
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* slcand.c - userspace daemon for serial line CAN interface driver SLCAN
|
* slcand.c - userspace daemon for serial line CAN interface driver SLCAN
|
||||||
*
|
*
|
||||||
|
|
@ -6,9 +6,8 @@
|
||||||
* Copyright (c) 2009 Verari Systems Inc.
|
* Copyright (c) 2009 Verari Systems Inc.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the version 2 of the GNU General Public License
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* as published by the Free Software Foundation.
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* slcanpty.c - creates a pty for applications using the slcan ASCII protocol
|
* slcanpty.c - creates a pty for applications using the slcan ASCII protocol
|
||||||
* and converts the ASCII data to a CAN network interface (and vice versa)
|
* and converts the ASCII data to a CAN network interface (and vice versa)
|
||||||
|
|
@ -6,9 +6,8 @@
|
||||||
* Copyright (c)2009 Oliver Hartkopp
|
* Copyright (c)2009 Oliver Hartkopp
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the version 2 of the GNU General Public License
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* as published by the Free Software Foundation
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue