aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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"