aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartekgola@gmail.com>2018-03-04 12:12:56 +0100
committerBartosz Golaszewski <bartekgola@gmail.com>2018-03-04 12:12:56 +0100
commit4fcb25ca3bf2fb8696ef935752a97aaeeaab2b10 (patch)
treee3865a1ede7f644f6db6309a35904ce5120ec414
parent4fef448baa775cc6b7eec2633711f7a2109c4bff (diff)
downloadlibgpiod-4fcb25ca3bf2fb8696ef935752a97aaeeaab2b10.tar.gz
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 <bartekgola@gmail.com>
-rw-r--r--Doxyfile9
-rw-r--r--Makefile.am9
-rwxr-xr-xautogen.sh8
-rw-r--r--bindings/Makefile.am9
-rw-r--r--configure.ac9
5 files changed, 24 insertions, 20 deletions
diff --git a/Doxyfile b/Doxyfile
index feb416d7..b194095c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,10 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
#
-# Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
+# 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 <bartekgola@gmail.com>
#
# libgpiod doxygen configuration
diff --git a/Makefile.am b/Makefile.am
index 974e10f9..fee02c31 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 <bartekgola@gmail.com>
+# 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 <bartekgola@gmail.com>
#
ACLOCAL_AMFLAGS = -I m4
diff --git a/autogen.sh b/autogen.sh
index 45a11fcb..1da68745 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 <bartekgola@gmail.com>
+# 2017 Thierry Reding <treding@nvidia.com>
+#
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index b398a2da..7d564370 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 <bartekgola@gmail.com>
+# 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 <bartekgola@gmail.com>
#
SUBDIRS = .
diff --git a/configure.ac b/configure.ac
index d472aa54..10048ccf 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 <bartekgola@gmail.com>
+# 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 <bartekgola@gmail.com>
#
AC_PREREQ(2.61)