Merge branch 'bugfix/queue_license' into 'master'

Add license information to queue

See merge request espressif/esp-mqtt!163
This commit is contained in:
David Čermák
2023-03-09 14:37:30 +08:00

View File

@ -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*/