From 9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 29 Jan 2021 13:30:53 -0500 Subject: Updated copyright information. --- src/Makefile | 2 +- src/textadept.c | 2 +- src/textadept.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 0652a7ad..655a9745 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2020 Mitchell. See LICENSE. +# Copyright 2007-2021 Mitchell. See LICENSE. CC = gcc CFLAGS = -Os diff --git a/src/textadept.c b/src/textadept.c index 6873cc72..ece5273e 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2020 Mitchell. See LICENSE. +// Copyright 2007-2021 Mitchell. See LICENSE. #if __linux__ #define _XOPEN_SOURCE 500 // for readlink from unistd.h diff --git a/src/textadept.rc b/src/textadept.rc index 4c659c08..f64caeea 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -19,7 +19,7 @@ BEGIN VALUE "FileDescription", "textadept\0" VALUE "FileVersion", "11.0\0" VALUE "InternalName", "textadept\0" - VALUE "LegalCopyright", "Copyright 2006-2020 by Mitchell\0" + VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0" VALUE "OriginalFilename", "textadept.exe\0" VALUE "ProductName", "textadept\0" VALUE "ProductVersion", "11.0\0" -- cgit v1.2.3