diff options
author | nyamatongwe <devnull@localhost> | 2006-02-15 12:35:15 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-02-15 12:35:15 +0000 |
commit | 9c31ec0413003141b386759687ccfc3f656d0e3f (patch) | |
tree | 25f0b7865114c809fa54525ae042db0d00cf1ebe | |
parent | 1d028e14a7a945ed489e60b67c9733b16b1b4676 (diff) | |
download | scintilla-mirror-9c31ec0413003141b386759687ccfc3f656d0e3f.tar.gz |
Added license reference to help the picky.
-rw-r--r-- | src/LexMSSQL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexMSSQL.cxx b/src/LexMSSQL.cxx index 0c54ce670..a94666822 100644 --- a/src/LexMSSQL.cxx +++ b/src/LexMSSQL.cxx @@ -3,7 +3,7 @@ ** Lexer for MSSQL. **/ // By Filip Yaghob <fyaghob@gmail.com> - +// The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> #include <string.h> |