diff options
Diffstat (limited to 'src')
37 files changed, 37 insertions, 37 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 5bc50d1ef..1a4e15021 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // AutoComplete.cxx - defines the auto completion list box -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/AutoComplete.h b/src/AutoComplete.h index c1789ad7b..df7006301 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // AutoComplete.h - defines the auto completion list box -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef AUTOCOMPLETE_H diff --git a/src/CallTip.cxx b/src/CallTip.cxx index d22a96364..da6c6a06d 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // CallTip.cxx - code for displaying call tips -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/CallTip.h b/src/CallTip.h index cb5bc2903..c30c8f3b8 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // CallTip.h - interface to the call tip control -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CALLTIP_H diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 82bf42ee7..85ecf7d44 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // CellBuffer.cxx - manages a buffer of cells -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <stdio.h> diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 4a1ecb398..7cd79336d 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // CellBuffer.h - manages the text of the document -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CELLBUFFER_H diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 0558b4c36..742574453 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // ContractionState.cxx - manages visibility of lines for folding -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include "Platform.h" diff --git a/src/ContractionState.h b/src/ContractionState.h index 2c344efee..8e38df12c 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // ContractionState.h - manages visibility of lines for folding -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef CONTRACTIONSTATE_H diff --git a/src/Document.cxx b/src/Document.cxx index e65f008e9..3ab6b7307 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // Document.cxx - text document that handles notifications, DBCS, styling, words and end of line -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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 c89d677a2..edd89b44c 100644 --- a/src/Document.h +++ b/src/Document.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // Document.h - text document that handles notifications, DBCS, styling, words and end of line -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/DocumentAccessor.cxx b/src/DocumentAccessor.cxx index 6828e37c3..c4779e1bd 100644 --- a/src/DocumentAccessor.cxx +++ b/src/DocumentAccessor.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // Accessor.cxx - rapid easy access to contents of a Scintilla -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/DocumentAccessor.h b/src/DocumentAccessor.h index ccc05fee9..ab0be9aba 100644 --- a/src/DocumentAccessor.h +++ b/src/DocumentAccessor.h @@ -1,5 +1,5 @@ // DocumentAccessor.h - implementation of BufferAccess and StylingAccess on a Scintilla rapid easy access to contents of a Scintilla -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. class Document; diff --git a/src/Indicator.cxx b/src/Indicator.cxx index 05bdf66b5..9bbe460dc 100644 --- a/src/Indicator.cxx +++ b/src/Indicator.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // Indicator.cxx - defines the style of indicators which are text decorations such as underlining -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include "Platform.h" diff --git a/src/Indicator.h b/src/Indicator.h index 2472cedc1..40e1304da 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // Indicator.h - defines the style of indicators which are text decorations such as underlining -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef INDICATOR_H diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index d2a6660f3..724fde455 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // KeyMap.cxx - defines a mapping between keystrokes and commands -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include "Platform.h" diff --git a/src/KeyMap.h b/src/KeyMap.h index c84310417..ad50f1a0e 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // KeyMap.h - defines a mapping between keystrokes and commands -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef KEYTOCOMMAND_H diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index 7355580ed..74e3bb928 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // KeyWords.cxx - colourise for particular languages -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexCPP.cxx b/src/LexCPP.cxx index 1a2728dc8..bb7644ada 100644 --- a/src/LexCPP.cxx +++ b/src/LexCPP.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexCPP.cxx - lexer for C++, C, Java, and Javascript -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexConf.cxx b/src/LexConf.cxx index 9e007f307..5a016e4b1 100644 --- a/src/LexConf.cxx +++ b/src/LexConf.cxx @@ -1,5 +1,5 @@ // SciTE - Scintilla based Text Editor -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // // NAME // LexConf.cxx - lexer for Apache Configuration Files diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 4fe96f0bb..7a4c3f9c0 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexHTML.cxx - lexer for HTML -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexOthers.cxx b/src/LexOthers.cxx index 68f7bf82b..5f3a47e82 100644 --- a/src/LexOthers.cxx +++ b/src/LexOthers.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexOthers.cxx - lexers for properties files, batch files, make files and error lists -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexPerl.cxx b/src/LexPerl.cxx index 833687741..c143c096a 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexPerl.cxx - lexer for subset of Perl -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexPython.cxx b/src/LexPython.cxx index 86ee5f9ef..1d99e6767 100644 --- a/src/LexPython.cxx +++ b/src/LexPython.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexPython.cxx - lexer for Python -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexSQL.cxx b/src/LexSQL.cxx index facd0e6b7..2747f25c9 100644 --- a/src/LexSQL.cxx +++ b/src/LexSQL.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexSQL.cxx - lexer for SQL -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LexVB.cxx b/src/LexVB.cxx index 34f5136a6..98c9bf350 100644 --- a/src/LexVB.cxx +++ b/src/LexVB.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // LexVB.cxx - lexer for Visual Basic and VBScript -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/LineMarker.cxx b/src/LineMarker.cxx index f54978c3f..75ef0e3a2 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // LineMarker.cxx - defines the look of a line marker in the margin -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include "Platform.h" diff --git a/src/LineMarker.h b/src/LineMarker.h index f22241bb1..25d575cb9 100644 --- a/src/LineMarker.h +++ b/src/LineMarker.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // LineMarker.h - defines the look of a line marker in the margin -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef LINEMARKER_H diff --git a/src/PropSet.cxx b/src/PropSet.cxx index 91fbaacf3..4699195f8 100644 --- a/src/PropSet.cxx +++ b/src/PropSet.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // PropSet.cxx - a java style properties file module -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. // Maintain a dictionary of properties diff --git a/src/SVector.h b/src/SVector.h index d4d49c717..d061fe274 100644 --- a/src/SVector.h +++ b/src/SVector.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // SVector.h - a simple expandable vector -// Copyright 1998-1999 by Neil Hodgson <neilh@hare.net.au> +// Copyright 1998-2001 by Neil Hodgson <neilh@hare.net.au> // The License.txt file describes the conditions under which this software may be distributed. #ifndef SVECTOR_H diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 6abed9afe..5978ca9bc 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // ScintillaBase.h - defines an enhanced subclass of Editor with calltips, autocomplete and context menu -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef SCINTILLABASE_H diff --git a/src/Style.cxx b/src/Style.cxx index 0a52ed41a..9224d76b2 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // Style.cxx - defines the font and colour style for a class of text -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <string.h> diff --git a/src/Style.h b/src/Style.h index 9a2b4586a..cde2df177 100644 --- a/src/Style.h +++ b/src/Style.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // Style.h - defines the font and colour style for a class of text -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef STYLE_H diff --git a/src/UniConversion.cxx b/src/UniConversion.cxx index 9306f307c..755beac1a 100644 --- a/src/UniConversion.cxx +++ b/src/UniConversion.cxx @@ -1,5 +1,5 @@ // UniConversion.h - functions to handle UFT-8 and UCS-2 strings -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/UniConversion.h b/src/UniConversion.h index cace497c4..4f9657ae2 100644 --- a/src/UniConversion.h +++ b/src/UniConversion.h @@ -1,5 +1,5 @@ // UniConversion.h - functions to handle UFT-8 and UCS-2 strings -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. unsigned int UTF8Length(const wchar_t *uptr, unsigned int tlen); diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 4d6cf20c8..c0f672df7 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // ViewStyle.cxx - store information on how the document is to be viewed -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <string.h> diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 79ad82670..96829c8e1 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // ViewStyle.h - store information on how the document is to be viewed -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef VIEWSTYLE_H diff --git a/src/WindowAccessor.cxx b/src/WindowAccessor.cxx index 5f3deac7d..8626e44af 100644 --- a/src/WindowAccessor.cxx +++ b/src/WindowAccessor.cxx @@ -1,6 +1,6 @@ // SciTE - Scintilla based Text Editor // Accessor.cxx - rapid easy access to contents of a Scintilla -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> |