diff options
Diffstat (limited to 'curses')
-rw-r--r-- | curses/Makefile | 2 | ||||
-rw-r--r-- | curses/ScintillaCurses.cxx | 2 | ||||
-rw-r--r-- | curses/ScintillaCurses.h | 2 | ||||
-rw-r--r-- | curses/jinx/Makefile | 2 | ||||
-rw-r--r-- | curses/jinx/jinx.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/curses/Makefile b/curses/Makefile index 423353193..98d7eaed0 100644 --- a/curses/Makefile +++ b/curses/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. .SUFFIXES: .cxx .c .o .h .a diff --git a/curses/ScintillaCurses.cxx b/curses/ScintillaCurses.cxx index f5c55ed21..1c69801d1 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -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. // Scintilla implemented in a curses (terminal) environment. // Contains platform facilities and a curses-specific subclass of ScintillaBase. // Note: setlocale(LC_CTYPE, "") must be called before initializing curses in diff --git a/curses/ScintillaCurses.h b/curses/ScintillaCurses.h index 1705d0de2..e7c9441dc 100644 --- a/curses/ScintillaCurses.h +++ b/curses/ScintillaCurses.h @@ -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. // Header for Scintilla in a curses (terminal) environment. #ifndef SCINTILLACURSES_H 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> |