diff options
author | nyamatongwe <devnull@localhost> | 2001-01-28 06:07:07 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-01-28 06:07:07 +0000 |
commit | af49e8472930bf56d319a0ef8474e28d1b719bcd (patch) | |
tree | 5c3d190d46e23739c8c39445715c66504150b655 /win32 | |
parent | 165f7ac7b921d2ec50f70cc9932afbea42eb417b (diff) | |
download | scintilla-mirror-af49e8472930bf56d319a0ef8474e28d1b719bcd.tar.gz |
Updating copyright notices for 2001.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/PlatWin.cxx | 2 | ||||
-rw-r--r-- | win32/PlatformRes.h | 2 | ||||
-rw-r--r-- | win32/makefile | 2 | ||||
-rw-r--r-- | win32/objs.mak | 2 | ||||
-rw-r--r-- | win32/scintilla.mak | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index eca767f8b..f15fb4be8 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control // PlatWin.cxx - implementation of platform facilities on Windows -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 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/PlatformRes.h b/win32/PlatformRes.h index a4361dcaa..94fd8a463 100644 --- a/win32/PlatformRes.h +++ b/win32/PlatformRes.h @@ -1,6 +1,6 @@ // Scintilla source code edit control // PlatformRes.h - defines IDs of resources used by Scintilla on Windows platform -// Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #define IDC_MARGIN 400 diff --git a/win32/makefile b/win32/makefile index 13ef967eb..368d8ea5f 100644 --- a/win32/makefile +++ b/win32/makefile @@ -1,5 +1,5 @@ # Make file for Scintilla on Windows -# Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +# Copyright 1998-2001 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.2 is used and changes will # be needed to use other compilers. diff --git a/win32/objs.mak b/win32/objs.mak index b3f532753..af07d957e 100644 --- a/win32/objs.mak +++ b/win32/objs.mak @@ -1,5 +1,5 @@ # Make include file for Scintilla on Windows -# Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +# Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> # The License.txt file describes the conditions under which this software may be distributed. # This file is included by both the Borland and Microsoft makefiles to define how to build # all the objects. diff --git a/win32/scintilla.mak b/win32/scintilla.mak index cad0b4e13..72a21793d 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-2000 by Neil Hodgson <neilh@scintilla.org> +# Copyright 1998-2001 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 |