diff options
author | 2010-01-07 01:09:14 -0500 | |
---|---|---|
committer | 2010-01-07 01:09:14 -0500 | |
commit | cfc99e8034d8e8769448cc680116f8e30f931ade (patch) | |
tree | 8a722f49d0a757bee24c05f7deedd0252b60c518 /src | |
parent | 5248783475981cd9eb9d0ba0109e353ca7c5b1f6 (diff) | |
download | textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.tar.gz textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.zip |
Updated copyright to 2010.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/lua_interface.c | 2 | ||||
-rw-r--r-- | src/textadept.c | 2 | ||||
-rw-r--r-- | src/textadept.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 73a19db5..e382d9e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +# Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. .SUFFIXES: .c .o .h .a .cxx diff --git a/src/lua_interface.c b/src/lua_interface.c index 4c585f40..af8698b7 100644 --- a/src/lua_interface.c +++ b/src/lua_interface.c @@ -1,4 +1,4 @@ -// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" diff --git a/src/textadept.c b/src/textadept.c index c35e03a7..fa94a469 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" #if __WIN32__ diff --git a/src/textadept.h b/src/textadept.h index 3f70202a..202a7dd5 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -1,4 +1,4 @@ -// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. #ifndef TEXTADEPT_H #define TEXTADEPT_H |