diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/PlatWin.cxx | 2 | ||||
-rw-r--r-- | win32/ScintillaWin.cxx | 2 | ||||
-rw-r--r-- | win32/makefile | 2 | ||||
-rw-r--r-- | win32/scintilla.mak | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index bfec57ea4..1a1028e04 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2,7 +2,7 @@ /** @file PlatWin.cxx ** Implementation of platform facilities on Windows. **/ -// 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/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 42d835cfb..c65600ab4 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -2,7 +2,7 @@ /** @file ScintillaWin.cxx ** Windows 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> diff --git a/win32/makefile b/win32/makefile index 679a866be..72c9ebca7 100644 --- a/win32/makefile +++ b/win32/makefile @@ -1,5 +1,5 @@ # Make file for Scintilla on Windows -# 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. # This makefile assumes the mingw32 version of GCC 2.95.3 is used and changes will # be needed to use other compilers. diff --git a/win32/scintilla.mak b/win32/scintilla.mak index e50f62d75..806a834ef 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-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. # 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 |