diff options
author | nyamatongwe <devnull@localhost> | 2002-01-18 10:06:05 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-18 10:06:05 +0000 |
commit | 9964d746fb102527ed8db38f740fbb43a2bf292c (patch) | |
tree | 2a76c14afd85295d7d54feb02bcea85891ae6d3e /include | |
parent | a37c997de862ccd20dc1574ba945f8c9cda6be36 (diff) | |
download | scintilla-mirror-9964d746fb102527ed8db38f740fbb43a2bf292c.tar.gz |
Updated copyrights for 2002.
Diffstat (limited to 'include')
-rw-r--r-- | include/Platform.h | 2 | ||||
-rw-r--r-- | include/PropSet.h | 2 | ||||
-rw-r--r-- | include/SciLexer.h | 2 | ||||
-rw-r--r-- | include/Scintilla.h | 2 | ||||
-rw-r--r-- | include/Scintilla.iface | 3 |
5 files changed, 7 insertions, 4 deletions
diff --git a/include/Platform.h b/include/Platform.h index 235123a55..2d1e6e179 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -3,7 +3,7 @@ ** 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-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 PLATFORM_H diff --git a/include/PropSet.h b/include/PropSet.h index bef06d231..259634981 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -2,7 +2,7 @@ /** @file PropSet.h ** 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. #ifndef PROPSET_H diff --git a/include/SciLexer.h b/include/SciLexer.h index 4efb4d92f..622840995 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -2,7 +2,7 @@ /** @file SciLexer.h ** Interface to the added lexer functions in the SciLexer version of 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. // Most of this file is automatically generated from the Scintilla.iface interface definition diff --git a/include/Scintilla.h b/include/Scintilla.h index 543edeaf1..f40f1684e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -2,7 +2,7 @@ /** @file Scintilla.h ** Interface to 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. // Most of this file is automatically generated from the Scintilla.iface interface definition diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a74f69075..2f0efa9be 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2,6 +2,9 @@ ## This file defines the interface to Scintilla +## Copyright 2000-2002 by Neil Hodgson <neilh@scintilla.org> +## The License.txt file describes the conditions under which this software may be distributed. + ## A line starting with ## is a pure comment and should be stripped by readers. ## A line starting with #! is for future shbang use ## A line starting with # followed by a space is a documentation comment and refers |