From 4ab69f3b2c294b8d1117a71cca0e1c57ac368c3b Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:46:52 -0400 Subject: [PATCH] Added public domain license text --- stb_c_lexer.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stb_c_lexer.h b/stb_c_lexer.h index f0fa5c4..1cf53e4 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 -- GitLab