From 58b6a9b1ebf2368b64424d876f1d7db9a183c47d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 31 Dec 2014 21:00:22 -0500 Subject: Updated copyright year. --- src/Makefile | 2 +- src/termkey.patch | 2 +- src/textadept.c | 2 +- src/textadept.rc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 36bd32c0..24304152 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. CC = gcc CXX = g++ diff --git a/src/termkey.patch b/src/termkey.patch index 7bc52b86..c519090e 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 Mitchell mitchell.att.foicica.com. See LICENSE. ++// Copyright 2014-2015 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 67283583..cc17e301 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. +// Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. // Library includes. #include diff --git a/src/textadept.rc b/src/textadept.rc index 24fe481e..841698e6 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -19,7 +19,7 @@ BEGIN VALUE "FileDescription", "textadept\0" VALUE "FileVersion", "7.8 beta\0" VALUE "InternalName", "textadept\0" - VALUE "LegalCopyright", "Copyright 2006-2014 by Mitchell\0" + VALUE "LegalCopyright", "Copyright 2006-2015 by Mitchell\0" VALUE "OriginalFilename", "textadept.exe\0" VALUE "ProductName", "textadept\0" VALUE "ProductVersion", "7.8 beta\0" -- cgit v1.2.3