diff options
author | nyamatongwe <unknown> | 2006-02-15 12:35:15 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-15 12:35:15 +0000 |
commit | c6423dd1a23e3d45d81b86d6448b2d060a79ba83 (patch) | |
tree | 25f0b7865114c809fa54525ae042db0d00cf1ebe /src | |
parent | 51b92fd825247ad528b506926c902ca8a347cb20 (diff) | |
download | scintilla-mirror-c6423dd1a23e3d45d81b86d6448b2d060a79ba83.tar.gz |
Added license reference to help the picky.
Diffstat (limited to 'src')
-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> |