diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-13 16:56:07 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-22 17:25:06 +0100 |
commit | d2f27fcbdffbda887f703adac476cc3c1a7dbcb7 (patch) | |
tree | e8e9df9c3a838f1a4138d2b39413ac35e67fe653 /slirp/src/ip_output.c | |
parent | 87ecdc711555c9e13907f9bd38d90a35225b0e63 (diff) |
slirp: clarify license of slirp files using SPDX: explicit BSD
Add SPDX license identifier to clarify the license of files with
explicit 3-clause BSD license header.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'slirp/src/ip_output.c')
-rw-r--r-- | slirp/src/ip_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/src/ip_output.c b/slirp/src/ip_output.c index f6ec141df5..9299997efb 100644 --- a/slirp/src/ip_output.c +++ b/slirp/src/ip_output.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. |