aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/jinx
diff options
context:
space:
mode:
authormitchell <unknown>2019-02-16 23:02:23 -0500
committermitchell <unknown>2019-02-16 23:02:23 -0500
commit468e18f0fab0cd0bc2e2a9944c02317e9ea828af (patch)
tree877539ec59acf201c28399eacd1c51b3e5f7e91d /curses/jinx
parentf23d01355cb2c49f4e0a29a762176666630f88ed (diff)
downloadscintilla-mirror-468e18f0fab0cd0bc2e2a9944c02317e9ea828af.tar.gz
Updated copyright year.
Diffstat (limited to 'curses/jinx')
-rw-r--r--curses/jinx/Makefile2
-rw-r--r--curses/jinx/jinx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/curses/jinx/Makefile b/curses/jinx/Makefile
index cd34e14cf..a99341aa2 100644
--- a/curses/jinx/Makefile
+++ b/curses/jinx/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2012-2018 Mitchell mitchell.att.foicica.com. See License.txt.
+# Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt.
CC = gcc
CXX = g++
diff --git a/curses/jinx/jinx.c b/curses/jinx/jinx.c
index 7cf0ba375..c6a1b3747 100644
--- a/curses/jinx/jinx.c
+++ b/curses/jinx/jinx.c
@@ -1,4 +1,4 @@
-// Copyright 2012-2018 Mitchell mitchell.att.foicica.com. See License.txt.
+// Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt.
#include <locale.h>
#include <sys/time.h>