build: user SPDX license identifier
authorBartosz Golaszewski <bartekgola@gmail.com>
Sun, 4 Mar 2018 11:12:56 +0000 (12:12 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Sun, 4 Mar 2018 11:12:56 +0000 (12:12 +0100)
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>
Doxyfile
Makefile.am
autogen.sh
bindings/Makefile.am
configure.ac

index feb416d78d7d69b45ac274d4e057ac7107c1f68e..b194095c5d78d9812f6d927c4f2c10564a9af125 100644 (file)
--- 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
index 974e10f9b4218b2dae3cb6b9d5f7e9234c4275c6..fee02c31c1820e5490be32816190c161a24935d6 100644 (file)
@@ -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
index 45a11fcbd95ac84428d065711dd255acd04a3dc7..1da687450d79e32ca19c3fdce548fbf80ab01428 100755 (executable)
@@ -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=.
index b398a2daa8abb713644282e08cf775a5454e54fe..7d5643708ad412c7e00895d3e55412ad0ef38ba2 100644 (file)
@@ -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 = .
index d472aa541312ceb772d981c00641529ac01efd61..10048ccf5d48b1a3725e50b0bef01bcbe12c53a7 100644 (file)
@@ -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)