aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
commitcfc99e8034d8e8769448cc680116f8e30f931ade (patch)
tree8a722f49d0a757bee24c05f7deedd0252b60c518 /src
parent5248783475981cd9eb9d0ba0109e353ca7c5b1f6 (diff)
downloadtextadept-cfc99e8034d8e8769448cc680116f8e30f931ade.tar.gz
textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.zip
Updated copyright to 2010.
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