aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:30:53 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:30:53 -0500
commit9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461 (patch)
treefb383b8116055b610bb959a28b7f7dd1c8cd5c26 /src
parentd4f2685ce40ba4683a621a8b11ce391b4a0a9506 (diff)
Updated copyright information.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/textadept.c2
-rw-r--r--src/textadept.rc2
3 files changed, 3 insertions, 3 deletions
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"