aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/lua_interface.c2
-rw-r--r--src/textadept.c2
-rw-r--r--src/textadept.h2
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