The open source OpenXR runtime

st/gui: Add missing copyright header to file

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
3df2708a d2c81681

+7
+7
src/xrt/state_trackers/gui/gui_stb.c
··· 1 + // Copyright 2020, Collabora, Ltd. 2 + // SPDX-License-Identifier: BSL-1.0 3 + /*! 4 + * @file 5 + * @brief Compile the STB image write implementation. 6 + * @author Jakob Bornecrantz <jakob@collabora.com> 7 + */ 1 8 2 9 #define STB_IMAGE_WRITE_IMPLEMENTATION 3 10 #include "stb_image_write.h"