aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/PlatWin.cxx2
-rw-r--r--win32/PlatformRes.h2
-rw-r--r--win32/makefile2
-rw-r--r--win32/objs.mak2
-rw-r--r--win32/scintilla.mak2
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