diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/termkey.patch | 2 | ||||
-rw-r--r-- | src/textadept.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 56cdad0a..2f103f82 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. CC = gcc CXX = g++ diff --git a/src/termkey.patch b/src/termkey.patch index 64ba778b..1a831637 100644 --- a/src/termkey.patch +++ b/src/termkey.patch @@ -2,7 +2,7 @@ diff -r 49c8684413c0 driver-win32-pdcurses.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/driver-win32-pdcurses.c Tue Dec 23 13:31:50 2014 -0500 @@ -0,0 +1,106 @@ -+// Copyright 2014-2017 Mitchell mitchell.att.foicica.com. See LICENSE. ++// Copyright 2014-2018 Mitchell mitchell.att.foicica.com. See LICENSE. + +#include "termkey.h" +#include "termkey-internal.h" diff --git a/src/textadept.c b/src/textadept.c index 441e9eee..eaa94413 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. +// Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. // Library includes. #include <errno.h> |