diff options
author | 2019-12-31 16:52:45 -0500 | |
---|---|---|
committer | 2019-12-31 16:52:45 -0500 | |
commit | d2ef24c29894e98650fafa646629aa9b772a3c35 (patch) | |
tree | f50a32eb0256fad98940d9968113af834b8f7c12 /src | |
parent | 94b1bd5474c54b2b894f74bb7ba098bfe4fb6cf2 (diff) | |
download | textadept-d2ef24c29894e98650fafa646629aa9b772a3c35.tar.gz textadept-d2ef24c29894e98650fafa646629aa9b772a3c35.zip |
Updated copyright year.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/termkey.patch | 2 | ||||
-rw-r--r-- | src/textadept.c | 2 | ||||
-rw-r--r-- | src/textadept.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index b9816c56..f0fd7bf6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +# Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. CC = gcc CFLAGS = -Os diff --git a/src/termkey.patch b/src/termkey.patch index 673126c2..3a1db0c4 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-2019 Mitchell mitchell.att.foicica.com. See LICENSE. ++// Copyright 2014-2020 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 e8a87678..c0bf836d 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. +// Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. #if __linux__ #define _XOPEN_SOURCE 500 // for readlink from unistd.h diff --git a/src/textadept.rc b/src/textadept.rc index 722aab7e..cf7662a8 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -19,7 +19,7 @@ BEGIN VALUE "FileDescription", "textadept\0"
VALUE "FileVersion", "10.8\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2019 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2020 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
VALUE "ProductVersion", "10.8\0"
|