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 82f79c0a..d2951e6d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+# Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
.SUFFIXES: .c .o .h .a
diff --git a/src/lua_interface.c b/src/lua_interface.c
index 8912f271..34b6dbbd 100644
--- a/src/lua_interface.c
+++ b/src/lua_interface.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/textadept.c b/src/textadept.c
index 37614006..136cd18b 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/textadept.h b/src/textadept.h
index 9521a102..bceb7f36 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -1,4 +1,4 @@
-// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#ifndef TEXTADEPT_H
#define TEXTADEPT_H