From 4fcb25ca3bf2fb8696ef935752a97aaeeaab2b10 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 4 Mar 2018 12:12:56 +0100 Subject: [PATCH] build: user SPDX license identifier Use the SPDX license identifier for LGPLv2.1 or later in the remaining build and helper files. Signed-off-by: Bartosz Golaszewski --- Doxyfile | 9 ++++----- Makefile.am | 9 ++++----- autogen.sh | 8 ++++++++ bindings/Makefile.am | 9 ++++----- configure.ac | 9 ++++----- 5 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Doxyfile b/Doxyfile index feb416d..b194095 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1,10 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # -# Copyright (C) 2017-2018 Bartosz Golaszewski +# This file is part of libgpiod. # -# This program 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. +# Copyright (C) 2017-2018 Bartosz Golaszewski # # libgpiod doxygen configuration diff --git a/Makefile.am b/Makefile.am index 974e10f..fee02c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # -# Copyright (C) 2017-2018 Bartosz Golaszewski +# This file is part of libgpiod. # -# This program 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. +# Copyright (C) 2017-2018 Bartosz Golaszewski # ACLOCAL_AMFLAGS = -I m4 diff --git a/autogen.sh b/autogen.sh index 45a11fc..1da6874 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,12 @@ #!/bin/sh +# SPDX-License-Identifier: LGPL-2.1-or-later + +# +# This file is part of libgpiod. +# +# Copyright (C) 2017-2018 Bartosz Golaszewski +# 2017 Thierry Reding +# srcdir=`dirname $0` test -z "$srcdir" && srcdir=. diff --git a/bindings/Makefile.am b/bindings/Makefile.am index b398a2d..7d56437 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,10 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # -# Copyright (C) 2017-2018 Bartosz Golaszewski +# This file is part of libgpiod. # -# This program 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. +# Copyright (C) 2017-2018 Bartosz Golaszewski # SUBDIRS = . diff --git a/configure.ac b/configure.ac index d472aa5..10048cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # -# Copyright (C) 2017-2018 Bartosz Golaszewski +# This file is part of libgpiod. # -# This program 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. +# Copyright (C) 2017-2018 Bartosz Golaszewski # AC_PREREQ(2.61) -- 2.30.2