@@ -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
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2014 Alexander Aring <alex.aring@gmail.com>
+#
+# SPDX-License-Identifier: ISC
+
*.o
tags
TAGS
@@ -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}
@@ -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 && \
@@ -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],
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(+)