From 9964d746fb102527ed8db38f740fbb43a2bf292c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 18 Jan 2002 10:06:05 +0000 Subject: Updated copyrights for 2002. --- win32/PlatWin.cxx | 2 +- win32/ScintillaWin.cxx | 2 +- win32/makefile | 2 +- win32/scintilla.mak | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'win32') 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 +// Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. #include 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 +// Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. #include 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 +# Copyright 1998-2002 by Neil Hodgson # 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 +# Copyright 1998-2002 by Neil Hodgson # 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 -- cgit v1.2.3