aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
commit90414c5d499f6b33e392b9ff8dd186b036fee770 (patch)
treebf8f8706a77980e2ada3302c9f896f3a532a2222 /src
parentb8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff)
downloadtextadept-90414c5d499f6b33e392b9ff8dd186b036fee770.tar.gz
textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.zip
Updated copyright information.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/textadept.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 11370b7f..f8e87ce2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+# Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
.SUFFIXES: .c .o .h .a .cxx
diff --git a/src/textadept.c b/src/textadept.c
index 58ede1a6..cc971bbf 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include <stdarg.h>
#include <stdio.h>