diff options
author | nyamatongwe <devnull@localhost> | 2003-07-21 14:12:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-07-21 14:12:56 +0000 |
commit | 79fbca22dcd105ff2210c0f93e7f60e84f7538ed (patch) | |
tree | 8d52e09c0d10bb1bf27d4ebb570691b43e0c7e19 | |
parent | e382634ac5a820f3187c7c8eab4bbef9ba6be792 (diff) | |
download | scintilla-mirror-79fbca22dcd105ff2210c0f93e7f60e84f7538ed.tar.gz |
Added contact and license reference.
-rw-r--r-- | src/LexPS.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LexPS.cxx b/src/LexPS.cxx index 6a6f548ae..a44f3cefc 100644 --- a/src/LexPS.cxx +++ b/src/LexPS.cxx @@ -2,7 +2,8 @@ /** @file LexPS.cxx ** Lexer for PostScript ** - ** Written by Nigel Hathaway. + ** Written by Nigel Hathaway <nigel@bprj.co.uk>. + ** The License.txt file describes the conditions under which this software may be distributed. **/ #include <stdlib.h> |