diff options
author | nyamatongwe <unknown> | 2009-03-16 12:14:15 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-03-16 12:14:15 +0000 |
commit | 1caac76f7e494020596548bad4455bdd74e27424 (patch) | |
tree | d590f43527fe03157721e3dfcf70397591c27cbd | |
parent | cbde61f4e10adf0d9cf6b88c9474c781e1a9ae96 (diff) | |
download | scintilla-mirror-1caac76f7e494020596548bad4455bdd74e27424.tar.gz |
Update from Sean O'Dell changes the license text to be the same as
other code.
-rw-r--r-- | src/LexYAML.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexYAML.cxx b/src/LexYAML.cxx index a4eac3ce7..99f34da88 100644 --- a/src/LexYAML.cxx +++ b/src/LexYAML.cxx @@ -3,7 +3,7 @@ ** Lexer for YAML. **/ // Copyright 2003- by Sean O'Dell <sean@celsoft.com> -// Release under the same license as Scintilla/SciTE. +// The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> #include <string.h> |