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 /buildtest.sh | |
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 'buildtest.sh')
-rwxr-xr-x | buildtest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtest.sh b/buildtest.sh index eeae82fc4..7edc4a5ee 100755 --- a/buildtest.sh +++ b/buildtest.sh @@ -1,4 +1,5 @@ #!/bin/bash +# SPDX-License-Identifier: NONE # written 2012-2013 by David Lamparter, placed in Public Domain. # # builds some git commit of FRR in some different configurations |