aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-01-28 06:07:07 +0000
committernyamatongwe <devnull@localhost>2001-01-28 06:07:07 +0000
commitaf49e8472930bf56d319a0ef8474e28d1b719bcd (patch)
tree5c3d190d46e23739c8c39445715c66504150b655 /include
parent165f7ac7b921d2ec50f70cc9932afbea42eb417b (diff)
downloadscintilla-mirror-af49e8472930bf56d319a0ef8474e28d1b719bcd.tar.gz
Updating copyright notices for 2001.
Diffstat (limited to 'include')
-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
9 files changed, 9 insertions, 9 deletions
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 {