diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2023-02-08 13:21:36 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2023-02-09 14:09:07 +0100 |
commit | 47a3a8277038ccb042ef8f36eb59ce26bb7e9cdf (patch) | |
tree | c9c2a9503efa359cf70dcb2afe6b51b45712658d /tools/start-stop-daemon.c | |
parent | *: sort out & explain licenses used in FRR (diff) | |
download | frr-47a3a8277038ccb042ef8f36eb59ce26bb7e9cdf.tar.xz frr-47a3a8277038ccb042ef8f36eb59ce26bb7e9cdf.zip |
*: manual SPDX License ID conversions
The files converted in this commit either had some random misspelling or
formatting weirdness that made them escape automated replacement, or
have a particularly "weird" licensing setup (e.g. dual-licensed.)
This also marks a bunch of "public domain" files as SPDX License "NONE".
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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). |