Преглед изворни кода

Added public domain license text

Ryan Whitworth пре 10 година
родитељ
комит
4ab69f3b2c
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      stb_c_lexer.h

+ 6 - 0
stb_c_lexer.h

@@ -28,6 +28,12 @@
 //     - haven't implemented octal/hex character constants
 //     - haven't implemented octal/hex character constants
 //     - haven't implemented support for unicode CLEX_char
 //     - haven't implemented support for unicode CLEX_char
 //     - need to expand error reporting so you don't just get "CLEX_parse_error"
 //     - 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
 #ifndef STB_C_LEXER_DEFINITIONS
 // to change the default parsing rules, copy the following lines
 // to change the default parsing rules, copy the following lines