From e3da57495fc4a7a13fe4909bdd843a0f033f3cc2 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Mon, 4 Nov 2019 19:12:52 +0100 Subject: [PATCH] add SPDX headers --- ddbridge/ddbridge-ci.c | 10 ++++------ ddbridge/ddbridge-core.c | 7 +++---- ddbridge/ddbridge-hw.c | 6 +++--- ddbridge/ddbridge-i2c.c | 7 ++++--- ddbridge/ddbridge-i2c.h | 9 +++++---- 5 files changed, 19 insertions(+), 20 deletions(-) diff --git a/ddbridge/ddbridge-ci.c b/ddbridge/ddbridge-ci.c index 160bbea..a0cd6d8 100644 --- a/ddbridge/ddbridge-ci.c +++ b/ddbridge/ddbridge-ci.c @@ -1,24 +1,22 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ddbridge-ci.c: Digital Devices bridge and DuoFlex CI driver * - * Copyright (C) 2010-2019 Digital Devices GmbH - * Ralph Metzler + * Copyright (C) 2010-2017 Digital Devices GmbH * Marcus Metzler + * Ralph Metzler * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 only, 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. * - * * You should have received a copy of the GNU General Public License - * along with this program; if not, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * along with this program. If not, see . */ #include "ddbridge.h" diff --git a/ddbridge/ddbridge-core.c b/ddbridge/ddbridge-core.c index 1a057ba..b9db99d 100644 --- a/ddbridge/ddbridge-core.c +++ b/ddbridge/ddbridge-core.c @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ddbridge-core.c: Digital Devices bridge core functions * - * Copyright (C) 2010-2019 Digital Devices GmbH + * Copyright (C) 2010-2017 Digital Devices GmbH * Marcus Metzler * Ralph Metzler * @@ -16,10 +17,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * * You should have received a copy of the GNU General Public License - * along with this program; if not, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * along with this program. If not, see . */ #include "ddbridge.h" diff --git a/ddbridge/ddbridge-hw.c b/ddbridge/ddbridge-hw.c index 02a1550..a34a613 100644 --- a/ddbridge/ddbridge-hw.c +++ b/ddbridge/ddbridge-hw.c @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ddbridge-hw.c: Digital Devices device information tables * - * Copyright (C) 2010-2019 Digital Devices GmbH + * Copyright (C) 2010-2017 Digital Devices GmbH * Ralph Metzler * Marcus Metzler * @@ -18,8 +19,7 @@ * * * You should have received a copy of the GNU General Public License - * along with this program; if not, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * along with this program. If not, see . */ #include "ddbridge.h" diff --git a/ddbridge/ddbridge-i2c.c b/ddbridge/ddbridge-i2c.c index 126c52a..20e8610 100644 --- a/ddbridge/ddbridge-i2c.c +++ b/ddbridge/ddbridge-i2c.c @@ -1,10 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ddbridge-i2c.c: Digital Devices bridge i2c driver * - * Copyright (C) 2010-2019 Digital Devices GmbH + * Copyright (C) 2010-2017 Digital Devices GmbH * Ralph Metzler * Marcus Metzler * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 only, as published by the Free Software Foundation. @@ -17,8 +19,7 @@ * * * You should have received a copy of the GNU General Public License - * along with this program; if not, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * along with this program. If not, see . */ #include "ddbridge.h" diff --git a/ddbridge/ddbridge-i2c.h b/ddbridge/ddbridge-i2c.h index 11cf68d..135704f 100644 --- a/ddbridge/ddbridge-i2c.h +++ b/ddbridge/ddbridge-i2c.h @@ -1,9 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 /* * ddbridge-i2c.h: Digital Devices bridge i2c driver * - * Copyright (C) 2010-2019 Digital Devices GmbH - * Marcus Metzler + * Copyright (C) 2010-2017 Digital Devices GmbH * Ralph Metzler + * Marcus Metzler + * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -17,8 +19,7 @@ * * * You should have received a copy of the GNU General Public License - * along with this program; if not, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * along with this program. If not, see . */ #ifndef _DDBRIDGE_I2C_H_