diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2023-02-17 15:43:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 15:43:05 +0100 |
commit | 8383d53e43dfe7313783700bc2ed0ec823224bf1 (patch) | |
tree | f5676425705976f506784c44d905b0535b21c4dc /tools/start-stop-daemon.c | |
parent | Merge pull request #12727 from opensourcerouting/feature/bgp_software_version... (diff) | |
parent | tools: allow // SPDX... in checkpatch.pl (diff) | |
download | frr-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.c | 1 |
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). |