diff options
author | nyamatongwe <unknown> | 2009-04-28 23:20:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-04-28 23:20:22 +0000 |
commit | 42efc80facd3bd55be026bb5aa758ab05a0b56b4 (patch) | |
tree | 2e6752a5cdfb531aebb71e8e44a4f6ee0b5e2275 /src | |
parent | dfcbfbfb5103976fdfc4d5bdd7b209eeebde7a41 (diff) | |
download | scintilla-mirror-42efc80facd3bd55be026bb5aa758ab05a0b56b4.tar.gz |
Credit to original author.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexSML.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LexSML.cxx b/src/LexSML.cxx index dadfc0fb3..a61753077 100644 --- a/src/LexSML.cxx +++ b/src/LexSML.cxx @@ -3,6 +3,7 @@ ** Lexer for SML. **/ // Copyright 2009 by James Moffatt and Yuzhou Xin +// Modified from LexCaml.cxx by Robert Roessler <robertr@rftp.com> Copyright 2005 // The License.txt file describes the conditions under which this software may be distributed. |