aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-09-22 20:17:50 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-09-22 20:17:50 +0200
commitc0653c10c7ed4877cd30bd486f85e9acf385a606 (patch)
tree4cbf1d48013160ce7e509cf9af4b5af1669a3d5a
parentd5068ba15fcb5f6db7747a6d2fb50a9c0d1b2bf2 (diff)
tools: Use SPDX-License-Identifier instead of license boilerplate
-rw-r--r--tools/certchain-verify.c19
-rw-r--r--tools/genl-discover.c19
-rw-r--r--tools/genl-request.c19
-rw-r--r--tools/genl-watch.c19
-rw-r--r--tools/gpio.c19
5 files changed, 15 insertions, 80 deletions
diff --git a/tools/certchain-verify.c b/tools/certchain-verify.c
index 732c1879..e8ff346d 100644
--- a/tools/certchain-verify.c
+++ b/tools/certchain-verify.c
@@ -1,21 +1,8 @@
/*
- * Embedded Linux library
+ * Embedded Linux library
+ * Copyright (C) 2018 Intel Corporation
*
- * Copyright (C) 2018 Intel Corporation. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tools/genl-discover.c b/tools/genl-discover.c
index 5b030d5e..f88d2a4d 100644
--- a/tools/genl-discover.c
+++ b/tools/genl-discover.c
@@ -1,21 +1,8 @@
/*
- * Embedded Linux library
+ * Embedded Linux library
+ * Copyright (C) 2019 Intel Corporation
*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tools/genl-request.c b/tools/genl-request.c
index c0a2b432..27f1561c 100644
--- a/tools/genl-request.c
+++ b/tools/genl-request.c
@@ -1,21 +1,8 @@
/*
- * Embedded Linux library
+ * Embedded Linux library
+ * Copyright (C) 2019 Intel Corporation
*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tools/genl-watch.c b/tools/genl-watch.c
index 5d8c303e..e630924f 100644
--- a/tools/genl-watch.c
+++ b/tools/genl-watch.c
@@ -1,21 +1,8 @@
/*
- * Embedded Linux library
+ * Embedded Linux library
+ * Copyright (C) 2019 Intel Corporation
*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H
diff --git a/tools/gpio.c b/tools/gpio.c
index b6fbbf40..5ea383a5 100644
--- a/tools/gpio.c
+++ b/tools/gpio.c
@@ -1,21 +1,8 @@
/*
- * Embedded Linux library
+ * Embedded Linux library
+ * Copyright (C) 2019 Geanix
*
- * Copyright (C) 2019 Geanix. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifdef HAVE_CONFIG_H