From e948c3739e47c0891b25ba6e12cf54753e162abe Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 20 Jan 2013 17:40:27 -0500 Subject: Updated copyright date. --- 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 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 #include 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" -- cgit v1.2.3