aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-12-31 12:17:46 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2016-12-31 12:17:46 -0500
commit0541abdd3343b51b0e89ebb054fb358b3796a67f (patch)
tree7ff699519b5db61a2fc80dfe407eada32c664d02 /src
parent23cfc7deee3dcdb1efe6e0afa57f6cc03f7eca39 (diff)
downloadtextadept-0541abdd3343b51b0e89ebb054fb358b3796a67f.tar.gz
textadept-0541abdd3343b51b0e89ebb054fb358b3796a67f.zip
Updated copyright information.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/termkey.patch2
-rw-r--r--src/textadept.c2
-rw-r--r--src/textadept.rc2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index a5fdde92..ae9791d7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
CC = gcc
CXX = g++
diff --git a/src/termkey.patch b/src/termkey.patch
index cc708060..64ba778b 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-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
++// Copyright 2014-2017 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 dbab927d..ec8d7712 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+// Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
// Library includes.
#include <errno.h>
diff --git a/src/textadept.rc b/src/textadept.rc
index a63392c8..d599d01d 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", "textadept\0"
VALUE "FileVersion", "9.2\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2016 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2017 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
VALUE "ProductVersion", "9.2\0"