diff mbox series

[8/9] misc: switch remaining files to SPDX header for license and copyright

Message ID 20230924122231.716878-9-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series wpan-tools: switch to SPDX header for license and copyright | expand

Commit Message

Stefan Schmidt Sept. 24, 2023, 12:22 p.m. UTC
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 .github/workflows/main.yml | 4 ++++
 .gitignore                 | 4 ++++
 Makefile.am                | 4 ++++
 autogen.sh                 | 4 ++++
 configure.ac               | 4 ++++
 5 files changed, 20 insertions(+)
diff mbox series

Patch

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c7b878f..cde0f19 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,3 +1,7 @@ 
+# SPDX-FileCopyrightText: 2023 Stefan Schmidt <stefan@datenfreihafen.org>
+#
+# SPDX-License-Identifier: ISC
+
 name: Basic compile test for wpan-tools
 on: push
 
diff --git a/.gitignore b/.gitignore
index cad8dee..1d2621b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@ 
+# SPDX-FileCopyrightText: 2014 Alexander Aring <alex.aring@gmail.com>
+#
+# SPDX-License-Identifier: ISC
+
 *.o
 tags
 TAGS
diff --git a/Makefile.am b/Makefile.am
index 3f15825..50893e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,7 @@ 
+# SPDX-FileCopyrightText: 2014 Alexander Aring <alex.aring@gmail.com>
+#
+# SPDX-License-Identifier: ISC
+
 EXTRA_DIST =
 CLEANFILES =
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/autogen.sh b/autogen.sh
index 0d60b0a..db24799 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,9 @@ 
 #!/bin/sh -e
 
+# SPDX-FileCopyrightText: 2014 Alexander Aring <alex.aring@gmail.com>
+#
+# SPDX-License-Identifier: ISC
+
 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
         cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
         chmod +x .git/hooks/pre-commit && \
diff --git a/configure.ac b/configure.ac
index f7bd7f7..fee4b44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,7 @@ 
+dnl SPDX-FileCopyrightText: 2014 Alexander Aring <alex.aring@gmail.com>
+dnl
+dnl SPDX-License-Identifier: ISC
+
 AC_PREREQ(2.60)
 AC_INIT([Userspace tools for Linux IEEE 802.15.4 stack],
 	[0.9], [linux-wpan@vger.kernel.org], [wpan-tools],