aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-01 09:40:21 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-01 09:40:21 -0500
commitf8d164035d1c33343e875dff368e7ab3bf9884d8 (patch)
tree0b2ec610cfa8e4370b6f2fea63f7186cfe48c953 /modules/textadept
parent2eaa5fc28bcfab10bb824faff740f3acab354158 (diff)
downloadtextadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.tar.gz
textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.zip
Updated copyright dates for 2009.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/bookmarks.lua2
-rw-r--r--modules/textadept/editing.lua2
-rw-r--r--modules/textadept/init.lua2
-rw-r--r--modules/textadept/lsnippets.lua2
-rw-r--r--modules/textadept/macros.lua2
-rw-r--r--modules/textadept/mlines.lua2
-rw-r--r--modules/textadept/snippets.lua2
7 files changed, 7 insertions, 7 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua
index 334ed626..93c9196b 100644
--- a/modules/textadept/bookmarks.lua
+++ b/modules/textadept/bookmarks.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Bookmarks for the textadept module.
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index ab113f1e..680bd452 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Editing commands for the textadept module.
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 86e09195..0d038490 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The textadept module.
diff --git a/modules/textadept/lsnippets.lua b/modules/textadept/lsnippets.lua
index 221ea3a0..825b143b 100644
--- a/modules/textadept/lsnippets.lua
+++ b/modules/textadept/lsnippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Provides Lua-centric snippets for Textadept.
diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua
index 8b51fd13..6bb59080 100644
--- a/modules/textadept/macros.lua
+++ b/modules/textadept/macros.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Support for recording, saving, and playing macros for the textadept module.
diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua
index c697502a..c0963b8d 100644
--- a/modules/textadept/mlines.lua
+++ b/modules/textadept/mlines.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Multiple line editing for the textadept module.
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua
index b4919b26..ec4eb1cf 100644
--- a/modules/textadept/snippets.lua
+++ b/modules/textadept/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Provides Textmate-like snippets for the textadept module.