aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:40:27 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:40:27 -0500
commite948c3739e47c0891b25ba6e12cf54753e162abe (patch)
tree5594e88e1661c3fcc49eca44d456bb915380898b /src
parent87d5204f5bbbd39d87b974e3d331e6bd061f85d5 (diff)
downloadtextadept-e948c3739e47c0891b25ba6e12cf54753e162abe.tar.gz
textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.zip
Updated copyright date.
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 376583ec..a330cd02 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+# Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
kernel = $(shell uname -s)
ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel))))
diff --git a/src/textadept.c b/src/textadept.c
index 52b25974..9f2d9b13 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
+// Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
#include <errno.h>
#include <locale.h>
diff --git a/src/textadept.rc b/src/textadept.rc
index 94ab99b3..def51853 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", "textadept\0"
VALUE "FileVersion", "6.2\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2012 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2013 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
VALUE "ProductVersion", "6.2\0"