diff options
author | nyamatongwe <unknown> | 2006-11-22 12:04:40 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-11-22 12:04:40 +0000 |
commit | 7167e388944cac6df7c39cae345b018886f1d510 (patch) | |
tree | 0df3feacb7ef0b672ace2d6e38da182ba27062d9 | |
parent | 1b91eb212cce800f698085ea8c49a03291ffcbd8 (diff) | |
download | scintilla-mirror-7167e388944cac6df7c39cae345b018886f1d510.tar.gz |
Michael Cartmell assigned copyright to me.
-rw-r--r-- | src/LexTADS3.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/LexTADS3.cxx b/src/LexTADS3.cxx index 9938f6374..77c438510 100644 --- a/src/LexTADS3.cxx +++ b/src/LexTADS3.cxx @@ -2,12 +2,8 @@ /** @file LexTADS3.cxx ** Lexer for TADS3. **/ -/* Copyright 2005 by Michael Cartmell - * Parts copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> - * In particular FoldTADS3Doc is derived from FoldCppDoc - * The License.txt file describes the conditions under which this software may - * be distributed. - */ +// Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> +// The License.txt file describes the conditions under which this software may be distributed. /* * TADS3 is a language designed by Michael J. Roberts for the writing of text |