aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
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 /modules/textadept
parentb8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff)
downloadtextadept-90414c5d499f6b33e392b9ff8dd186b036fee770.tar.gz
textadept-90414c5d499f6b33e392b9ff8dd186b036fee770.zip
Updated copyright information.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/bookmarks.lua2
-rw-r--r--modules/textadept/command_entry.lua2
-rw-r--r--modules/textadept/editing.lua2
-rw-r--r--modules/textadept/filter_through.lua2
-rw-r--r--modules/textadept/find.lua2
-rw-r--r--modules/textadept/init.lua2
-rw-r--r--modules/textadept/keys.lua2
-rw-r--r--modules/textadept/menu.lua2
-rw-r--r--modules/textadept/mime_types.conf2
-rw-r--r--modules/textadept/mime_types.lua2
-rw-r--r--modules/textadept/run.lua2
-rw-r--r--modules/textadept/session.lua2
-rw-r--r--modules/textadept/snapopen.lua2
-rw-r--r--modules/textadept/snippets.lua2
14 files changed, 14 insertions, 14 deletions
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua
index 88aca281..d7efb467 100644
--- a/modules/textadept/bookmarks.lua
+++ b/modules/textadept/bookmarks.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index 4f7c6498..c2a20d92 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Modified by Jay Gould.
local L = _G.locale.localize
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 6a0f7cca..df3b1951 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
local events = _G.events
diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua
index 59dd1a42..4d029d8a 100644
--- a/modules/textadept/filter_through.lua
+++ b/modules/textadept/filter_through.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 5eadddd2..68fcfaf7 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
local events = _G.events
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index fbf5afe8..a6355397 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The textadept module.
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index a1960a19..584f37f0 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 96d82dc8..1bbe69f4 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Modified by Robert Gieseke.
local L = _G.locale.localize
diff --git a/modules/textadept/mime_types.conf b/modules/textadept/mime_types.conf
index e32b2271..0c110cf4 100644
--- a/modules/textadept/mime_types.conf
+++ b/modules/textadept/mime_types.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
%
% Configuration file for mime-types.
% Each line defines a mime-type (by extension, shebang word, or Lua pattern) and
diff --git a/modules/textadept/mime_types.lua b/modules/textadept/mime_types.lua
index b71fb514..e47170d8 100644
--- a/modules/textadept/mime_types.lua
+++ b/modules/textadept/mime_types.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
local events = _G.events
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index 2203b129..fd021fab 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index 745638cc..6127c779 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua
index 10690c75..3661f4b6 100644
--- a/modules/textadept/snapopen.lua
+++ b/modules/textadept/snapopen.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua
index cda54792..4ee3d85f 100644
--- a/modules/textadept/snippets.lua
+++ b/modules/textadept/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local L = _G.locale.localize