diff --git a/stb_c_lexer.h b/stb_c_lexer.h index f0fa5c443fb9809fac985145522367e41cdd2a2e..1cf53e4cfe673a807e9f5da7a09ebf078601a76d 100644 --- a/stb_c_lexer.h +++ b/stb_c_lexer.h @@ -28,6 +28,12 @@ // - haven't implemented octal/hex character constants // - haven't implemented support for unicode CLEX_char // - need to expand error reporting so you don't just get "CLEX_parse_error" +// +// LICENSE +// +// This software is in the public domain. Where that dedication is not +// recognized, you are granted a perpetual, irrevocable license to copy, +// distribute, and modify this file as you see fit. #ifndef STB_C_LEXER_DEFINITIONS // to change the default parsing rules, copy the following lines