aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/PlatGTK.cxx2
-rw-r--r--include/Accessor.h2
-rw-r--r--include/KeyWords.h2
-rw-r--r--include/Platform.h2
-rw-r--r--include/PropSet.h2
-rw-r--r--include/SString.h2
-rw-r--r--include/SciLexer.h2
-rw-r--r--include/Scintilla.h2
-rw-r--r--include/WinDefs.h2
-rw-r--r--include/WindowAccessor.h2
-rw-r--r--src/AutoComplete.cxx2
-rw-r--r--src/AutoComplete.h2
-rw-r--r--src/CallTip.cxx2
-rw-r--r--src/CallTip.h2
-rw-r--r--src/CellBuffer.cxx2
-rw-r--r--src/CellBuffer.h2
-rw-r--r--src/ContractionState.cxx2
-rw-r--r--src/ContractionState.h2
-rw-r--r--src/Document.cxx2
-rw-r--r--src/Document.h2
-rw-r--r--src/DocumentAccessor.cxx2
-rw-r--r--src/DocumentAccessor.h2
-rw-r--r--src/Indicator.cxx2
-rw-r--r--src/Indicator.h2
-rw-r--r--src/KeyMap.cxx2
-rw-r--r--src/KeyMap.h2
-rw-r--r--src/KeyWords.cxx2
-rw-r--r--src/LexCPP.cxx2
-rw-r--r--src/LexConf.cxx2
-rw-r--r--src/LexHTML.cxx2
-rw-r--r--src/LexOthers.cxx2
-rw-r--r--src/LexPerl.cxx2
-rw-r--r--src/LexPython.cxx2
-rw-r--r--src/LexSQL.cxx2
-rw-r--r--src/LexVB.cxx2
-rw-r--r--src/LineMarker.cxx2
-rw-r--r--src/LineMarker.h2
-rw-r--r--src/PropSet.cxx2
-rw-r--r--src/SVector.h2
-rw-r--r--src/ScintillaBase.h2
-rw-r--r--src/Style.cxx2
-rw-r--r--src/Style.h2
-rw-r--r--src/UniConversion.cxx2
-rw-r--r--src/UniConversion.h2
-rw-r--r--src/ViewStyle.cxx2
-rw-r--r--src/ViewStyle.h2
-rw-r--r--src/WindowAccessor.cxx2
-rw-r--r--win32/PlatWin.cxx2
-rw-r--r--win32/PlatformRes.h2
-rw-r--r--win32/makefile2
-rw-r--r--win32/objs.mak2
-rw-r--r--win32/scintilla.mak2
52 files changed, 52 insertions, 52 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index 13d9778d6..bb1e1c291 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// PlatGTK.cxx - implementation of platform facilities on GTK+/Linux
-// 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/include/Accessor.h b/include/Accessor.h
index b4b7e62ec..3c858093d 100644
--- a/include/Accessor.h
+++ b/include/Accessor.h
@@ -1,6 +1,6 @@
// SciTE - Scintilla based Text Editor
// Accessor.h - 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.
enum { wsSpace = 1, wsTab = 2, wsSpaceTab = 4, wsInconsistent=8};
diff --git a/include/KeyWords.h b/include/KeyWords.h
index 95337c107..8d4d302b1 100644
--- a/include/KeyWords.h
+++ b/include/KeyWords.h
@@ -1,6 +1,6 @@
// SciTE - Scintilla based Text Editor
// KeyWords.h - 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.
typedef void (*LexerFunction)(unsigned int startPos, int lengthDoc, int initStyle,
diff --git a/include/Platform.h b/include/Platform.h
index d7ccbb9c7..c951b5533 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -2,7 +2,7 @@
// Platform.h - interface to platform facilities
// Also includes some basic utilities
// Implemented in PlatGTK.cxx for GTK+/Linux, PlatWin.cxx for Windows, and PlatWX.cxx for wxWindows
-// 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.
/** @file **/
diff --git a/include/PropSet.h b/include/PropSet.h
index e2d04e8ee..3b22725da 100644
--- a/include/PropSet.h
+++ b/include/PropSet.h
@@ -1,6 +1,6 @@
// SciTE - Scintilla based Text Editor
// PropSet.h - 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.
#ifndef PROPSET_H
diff --git a/include/SString.h b/include/SString.h
index 2fff61645..29fed5fee 100644
--- a/include/SString.h
+++ b/include/SString.h
@@ -1,6 +1,6 @@
// SciTE - Scintilla based Text Editor
// SString.h - a simple string class
-// 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.
/** @file **/
diff --git a/include/SciLexer.h b/include/SciLexer.h
index b7151494f..9dece8301 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// SciLexer - interface to the added lexer functions in the SciLexer version of the edit 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.
// Most of this file is automatically generated from the Scintilla.iface interface definition
diff --git a/include/Scintilla.h b/include/Scintilla.h
index c41edfd77..7c9b2292f 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// Scintilla.h - interface to the edit 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.
// Most of this file is automatically generated from the Scintilla.iface interface definition
diff --git a/include/WinDefs.h b/include/WinDefs.h
index c56f02d81..3a056ba4c 100644
--- a/include/WinDefs.h
+++ b/include/WinDefs.h
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// WinDefs.h - the subset of definitions from Windows needed by Scintilla for GTK+
-// 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 WINDEFS_H
diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h
index 4f41dfc7f..b1f53f70e 100644
--- a/include/WindowAccessor.h
+++ b/include/WindowAccessor.h
@@ -1,5 +1,5 @@
// WindowAccessor.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 WindowAccessor : public Accessor {
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>
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index eca767f8b..f15fb4be8 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// PlatWin.cxx - implementation of platform facilities on Windows
-// 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/win32/PlatformRes.h b/win32/PlatformRes.h
index a4361dcaa..94fd8a463 100644
--- a/win32/PlatformRes.h
+++ b/win32/PlatformRes.h
@@ -1,6 +1,6 @@
// Scintilla source code edit control
// PlatformRes.h - defines IDs of resources used by Scintilla on Windows platform
-// 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.
#define IDC_MARGIN 400
diff --git a/win32/makefile b/win32/makefile
index 13ef967eb..368d8ea5f 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -1,5 +1,5 @@
# Make file for Scintilla on Windows
-# 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.
# This makefile assumes the mingw32 version of GCC 2.95.2 is used and changes will
# be needed to use other compilers.
diff --git a/win32/objs.mak b/win32/objs.mak
index b3f532753..af07d957e 100644
--- a/win32/objs.mak
+++ b/win32/objs.mak
@@ -1,5 +1,5 @@
# Make include file for Scintilla on Windows
-# 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.
# This file is included by both the Borland and Microsoft makefiles to define how to build
# all the objects.
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index cad0b4e13..72a21793d 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -1,5 +1,5 @@
# Make file for Scintilla on Windows Visual C++ and Borland C++ version
-# 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.
# This makefile is for using Visual C++ with nmake or Borland C++ with make depending on
# the setting of the VENDOR macro. If no VENDOR is defined n the command line then