aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-02-16 22:57:47 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-02-16 22:57:47 -0500
commit289683eb2044abce8350b8df18580e4d41e072fb (patch)
tree9ee4d1d8e8e7ef6b6f4e4432b9fef081f8fc1d16 /src
parent343affbc83385da8a357d6300f89b253adca0704 (diff)
Updated copyright year.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/termkey.patch2
-rw-r--r--src/textadept.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 6a15c5b8..07997828 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
CC = gcc
CFLAGS = -Os
diff --git a/src/termkey.patch b/src/termkey.patch
index df5073dc..673126c2 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,108 @@
-+// Copyright 2014-2018 Mitchell mitchell.att.foicica.com. See LICENSE.
++// Copyright 2014-2019 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 71912710..d08b4955 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE.
+// Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE.
#if __linux__
#define _XOPEN_SOURCE 500 // for readlink from unistd.h