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 /gtk | |
parent | a37c997de862ccd20dc1574ba945f8c9cda6be36 (diff) | |
download | scintilla-mirror-9964d746fb102527ed8db38f740fbb43a2bf292c.tar.gz |
Updated copyrights for 2002.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/PlatGTK.cxx | 2 | ||||
-rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 7ea5fe61a..bc2c11c3b 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-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 <string.h> diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index a51d511c9..d791e19fb 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // ScintillaGTK.cxx - GTK+ specific subclass of ScintillaBase -// 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> |