From 36f0faa80d669a64c5901e76c5379641abc53685 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Thu, 2 Mar 2023 08:02:57 +0100 Subject: [PATCH] Add license information to queue File was copied from BSD header without the license information. --- host_test/mocks/include/sys/queue.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host_test/mocks/include/sys/queue.h b/host_test/mocks/include/sys/queue.h index 5ec7fec..1afffb9 100644 --- a/host_test/mocks/include/sys/queue.h +++ b/host_test/mocks/include/sys/queue.h @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 1991-1993 The Regents of the University of California + * + * SPDX-License-Identifier: BSD-3-Clause + */ #pragma once /* Implementation from BSD headers*/