diff options
author | 2013-01-20 17:40:27 -0500 | |
---|---|---|
committer | 2013-01-20 17:40:27 -0500 | |
commit | e948c3739e47c0891b25ba6e12cf54753e162abe (patch) | |
tree | 5594e88e1661c3fcc49eca44d456bb915380898b /src/Makefile | |
parent | 87d5204f5bbbd39d87b974e3d331e6bd061f85d5 (diff) | |
download | textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.tar.gz textadept-e948c3739e47c0891b25ba6e12cf54753e162abe.zip |
Updated copyright date.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 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)))) |