diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Document.cxx | 2 | ||||
| -rw-r--r-- | src/Document.h | 2 | ||||
| -rw-r--r-- | src/Editor.h | 2 | ||||
| -rw-r--r-- | src/LexHTML.cxx | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/src/Document.cxx b/src/Document.cxx index b0ba03b2c..20a53b132 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -2,7 +2,7 @@  /** @file Document.cxx   ** Text document that handles notifications, DBCS, styling, words and end of line.   **/ -// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>  // The License.txt file describes the conditions under which this software may be distributed.  #include <stdlib.h> diff --git a/src/Document.h b/src/Document.h index d5059f7bc..30fdc625e 100644 --- a/src/Document.h +++ b/src/Document.h @@ -2,7 +2,7 @@  /** @file Document.h   ** Text document that handles notifications, DBCS, styling, words and end of line.   **/ -// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>  // The License.txt file describes the conditions under which this software may be distributed.  #ifndef DOCUMENT_H diff --git a/src/Editor.h b/src/Editor.h index 1769b7b06..5db0e870d 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -2,7 +2,7 @@  /** @file Editor.h   ** Defines the main editor class.   **/ -// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>  // The License.txt file describes the conditions under which this software may be distributed.  #ifndef EDITOR_H diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 38b3ed697..345b15edc 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -2,7 +2,7 @@  /** @file LexHTML.cxx   ** Lexer for HTML.   **/ -// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>  // The License.txt file describes the conditions under which this software may be distributed.  #include <stdlib.h> | 
