summaryrefslogtreecommitdiffstats
path: root/tools/start-stop-daemon.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-02-17 15:43:05 +0100
committerGitHub <noreply@github.com>2023-02-17 15:43:05 +0100
commit8383d53e43dfe7313783700bc2ed0ec823224bf1 (patch)
treef5676425705976f506784c44d905b0535b21c4dc /tools/start-stop-daemon.c
parentMerge pull request #12727 from opensourcerouting/feature/bgp_software_version... (diff)
parenttools: allow // SPDX... in checkpatch.pl (diff)
downloadfrr-8383d53e43dfe7313783700bc2ed0ec823224bf1.tar.xz
frr-8383d53e43dfe7313783700bc2ed0ec823224bf1.zip
Merge pull request #12780 from opensourcerouting/spdx-license-id
*: convert to SPDX License identifiers
Diffstat (limited to 'tools/start-stop-daemon.c')
-rw-r--r--tools/start-stop-daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/start-stop-daemon.c b/tools/start-stop-daemon.c
index e196a372e..9f566bd1e 100644
--- a/tools/start-stop-daemon.c
+++ b/tools/start-stop-daemon.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: NONE
/*
* A rewrite of the original Debian's start-stop-daemon Perl script
* in C (faster - it is executed many times during system startup).