aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-18 10:06:05 +0000
committernyamatongwe <devnull@localhost>2002-01-18 10:06:05 +0000
commit9964d746fb102527ed8db38f740fbb43a2bf292c (patch)
tree2a76c14afd85295d7d54feb02bcea85891ae6d3e /src
parenta37c997de862ccd20dc1574ba945f8c9cda6be36 (diff)
downloadscintilla-mirror-9964d746fb102527ed8db38f740fbb43a2bf292c.tar.gz
Updated copyrights for 2002.
Diffstat (limited to 'src')
-rw-r--r--src/AutoComplete.cxx2
-rw-r--r--src/AutoComplete.h2
-rw-r--r--src/Document.cxx2
-rw-r--r--src/Document.h2
-rw-r--r--src/Editor.cxx2
-rw-r--r--src/Editor.h2
-rw-r--r--src/KeyWords.cxx2
-rw-r--r--src/LexCPP.cxx2
-rw-r--r--src/LexHTML.cxx2
-rw-r--r--src/LexPython.cxx2
-rw-r--r--src/LexSQL.cxx2
-rw-r--r--src/PropSet.cxx2
-rw-r--r--src/ScintillaBase.cxx2
-rw-r--r--src/ScintillaBase.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index f67d42b0b..48aaee38a 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -2,7 +2,7 @@
/** @file AutoComplete.cxx
** Defines the auto completion list box.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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 80dc95dc0..622a5666e 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -2,7 +2,7 @@
/** @file AutoComplete.h
** Defines the auto completion list box.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/Document.cxx b/src/Document.cxx
index b7acc8610..4bc7c05a2 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-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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 51cfa9d53..0d90d4c00 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-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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.cxx b/src/Editor.cxx
index bdc322645..dd5e1dd99 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -2,7 +2,7 @@
/** @file Editor.cxx
** Main code for the edit control.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/Editor.h b/src/Editor.h
index 16dae7eac..9bd308ce1 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -2,7 +2,7 @@
/** @file Editor.h
** Defines the main editor class.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/KeyWords.cxx b/src/KeyWords.cxx
index 7b0ead33f..df7f44d4b 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -2,7 +2,7 @@
/** @file KeyWords.cxx
** Colourise for particular languages.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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 74ac81513..cc7827973 100644
--- a/src/LexCPP.cxx
+++ b/src/LexCPP.cxx
@@ -2,7 +2,7 @@
/** @file LexCPP.cxx
** Lexer for C++, C, Java, and Javascript.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/LexHTML.cxx b/src/LexHTML.cxx
index 59ef1ecb4..b2dfce7d6 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -2,7 +2,7 @@
/** @file LexHTML.cxx
** Lexer for HTML.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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 3bfbb4a82..234bdf718 100644
--- a/src/LexPython.cxx
+++ b/src/LexPython.cxx
@@ -2,7 +2,7 @@
/** @file LexPython.cxx
** Lexer for Python.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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 5cb5b9de2..5af86d9f4 100644
--- a/src/LexSQL.cxx
+++ b/src/LexSQL.cxx
@@ -2,7 +2,7 @@
/** @file LexSQL.cxx
** Lexer for SQL.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/PropSet.cxx b/src/PropSet.cxx
index 0ddbb59c2..45a1c702e 100644
--- a/src/PropSet.cxx
+++ b/src/PropSet.cxx
@@ -2,7 +2,7 @@
/** @file PropSet.cxx
** A Java style properties file module.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/ScintillaBase.cxx b/src/ScintillaBase.cxx
index 4a9b87670..9e98091c0 100644
--- a/src/ScintillaBase.cxx
+++ b/src/ScintillaBase.cxx
@@ -2,7 +2,7 @@
/** @file ScintillaBase.cxx
** An enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 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/ScintillaBase.h b/src/ScintillaBase.h
index 0c1f6fee9..913144309 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -2,7 +2,7 @@
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
-// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#ifndef SCINTILLABASE_H