From 67e4747d2d65a90861308e01b07766a3b29262c6 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 31 Dec 2019 16:56:55 -0500 Subject: Updated copyright year for lexlua-specific bits of LongTerm3. --- curses/Makefile | 2 +- curses/ScintillaCurses.cxx | 2 +- curses/ScintillaCurses.h | 2 +- curses/jinx/Makefile | 2 +- curses/jinx/jinx.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'curses') diff --git a/curses/Makefile b/curses/Makefile index d12e65e2c..e66c5af57 100644 --- a/curses/Makefile +++ b/curses/Makefile @@ -1,4 +1,4 @@ -# Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt. +# Copyright 2012-2020 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 3325d881b..eabef2abf 100644 --- a/curses/ScintillaCurses.cxx +++ b/curses/ScintillaCurses.cxx @@ -1,4 +1,4 @@ -// Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt. +// Copyright 2012-2020 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 e7c9441dc..080254ba7 100644 --- a/curses/ScintillaCurses.h +++ b/curses/ScintillaCurses.h @@ -1,4 +1,4 @@ -// Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt. +// Copyright 2012-2020 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 a99341aa2..f81051be7 100644 --- a/curses/jinx/Makefile +++ b/curses/jinx/Makefile @@ -1,4 +1,4 @@ -# Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt. +# Copyright 2012-2020 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 c6a1b3747..7419233ed 100644 --- a/curses/jinx/jinx.c +++ b/curses/jinx/jinx.c @@ -1,4 +1,4 @@ -// Copyright 2012-2019 Mitchell mitchell.att.foicica.com. See License.txt. +// Copyright 2012-2020 Mitchell mitchell.att.foicica.com. See License.txt. #include #include -- cgit v1.2.3